make wificonf set wl0_ifname on startup
SVN-Revision: 1858
This commit is contained in:
parent
cf8d702e85
commit
79c653e410
1 changed files with 2 additions and 0 deletions
|
@ -176,6 +176,8 @@ void setup_bcom(int skfd, char *ifname)
|
|||
if (bcom_ioctl(skfd, ifname, WLC_GET_MAGIC, &val, sizeof(val)) < 0)
|
||||
return;
|
||||
|
||||
nvram_set(wl_var("ifname"), ifname);
|
||||
|
||||
stop_bcom(skfd, ifname);
|
||||
|
||||
/* Set Country */
|
||||
|
|
Loading…
Reference in a new issue