[PATCH] softmac uses Wiress Ext.
authorRandy Dunlap <rdunlap@xenotime.net>
Mon, 27 Mar 2006 22:53:41 +0000 (14:53 -0800)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 19 Apr 2006 21:25:37 +0000 (17:25 -0400)
softmac uses wireless extensions, so let it SELECT that config option;
WARNING: "wireless_send_event" [net/ieee80211/softmac/ieee80211softmac.ko] undefined!

Signed-off-by: Randy Dunlap <rdunlap@xenotime.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/ieee80211/softmac/Kconfig

index 6cd9f3427be6c029daa85340ae2a1bca69b1e20a..f2a27cc6ecb1fc653fa7643e543cd1e7dfb4a3f8 100644 (file)
@@ -1,6 +1,7 @@
 config IEEE80211_SOFTMAC
        tristate "Software MAC add-on to the IEEE 802.11 networking stack"
        depends on IEEE80211 && EXPERIMENTAL
+       select WIRELESS_EXT
        ---help---
        This option enables the hardware independent software MAC addon
        for the IEEE 802.11 networking stack.