From: "Randy.Dunlap" 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 Signed-off-by: Andrew Morton --- net/ieee80211/softmac/Kconfig | 1 + 1 files changed, 1 insertion(+) diff -puN net/ieee80211/softmac/Kconfig~softmac-uses-wiress-ext net/ieee80211/softmac/Kconfig --- 25/net/ieee80211/softmac/Kconfig~softmac-uses-wiress-ext Mon Apr 3 17:11:01 2006 +++ 25-akpm/net/ieee80211/softmac/Kconfig Mon Apr 3 17:11:01 2006 @@ -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. _