updated to new upstream release (v0.4.0),
[openwrt.git] / openwrt / package / wificonf / wificonf.c
index b76f697..61e0910 100644 (file)
@@ -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 */
This page took 0.02183 seconds and 4 git commands to generate.