Re: [OpenWrt-Devel] [PATCH] mac80211: Allow single VIFs to be disabled

2011-12-12 Thread Helmut Schaa
On Fri, Dec 9, 2011 at 4:25 PM, Jo-Philipp Wich wrote: > this is already implemented, see scan_mac80211(). Oops, didn't see that yet :) Thanks, Helmut ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/list

Re: [OpenWrt-Devel] [PATCH] mac80211: Allow single VIFs to be disabled

2011-12-09 Thread Jo-Philipp Wich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Helmut, this is already implemented, see scan_mac80211(). ~ Jow -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.10 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk7iKGYACgkQdputYINPTPPJUwCcDUBFQ6hvRMt6M

[OpenWrt-Devel] [PATCH] mac80211: Allow single VIFs to be disabled

2011-12-09 Thread Helmut Schaa
This allows to disable single VIFs without having to remove the whole config. Signed-off-by: Helmut Schaa --- package/mac80211/files/lib/wifi/mac80211.sh |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/package/mac80211/files/lib/wifi/mac80211.sh b/package/mac80211/file