From: Felix Fietkau Date: Mon, 5 Sep 2005 20:19:57 +0000 (+0000) Subject: make wificonf set wl0_ifname on startup X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=3c53cbd4a4fc9a11ad0f031399b9960345d88ee4;p=15.05%2Fopenwrt.git make wificonf set wl0_ifname on startup git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1858 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/openwrt/package/wificonf/wificonf.c b/openwrt/package/wificonf/wificonf.c index b76f697b84..61e0910f62 100644 --- a/openwrt/package/wificonf/wificonf.c +++ b/openwrt/package/wificonf/wificonf.c @@ -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 */