diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-09-05 20:19:57 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-09-05 20:19:57 +0000 |
commit | 567e607f14f4a0f55e78009d5edd974799408232 (patch) | |
tree | 6c88fdd646b26f92aa7297194eff2db9cf67083e | |
parent | 64e78a1a512b0c9817ec7015031c579e7c4f2250 (diff) |
make wificonf set wl0_ifname on startup
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1858 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | package/wificonf/wificonf.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/wificonf/wificonf.c b/package/wificonf/wificonf.c index b76f697b84..61e0910f62 100644 --- a/package/wificonf/wificonf.c +++ b/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 */ |