Re: [PATCH] softmac uses Wiress Ext.
On Mon, Apr 03, 2006 at 04:20:22PM -0700, Randy.Dunlap wrote: > > I still get this on 2.6.17-rc1... > Did anyone on netdev pick it up last week? I've got the patch...will get it merged "soon". Thanks! John - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html
[PATCH] softmac uses Wiress Ext.
I still get this on 2.6.17-rc1... Did anyone on netdev pick it up last week? Date: Mon, 27 Mar 2006 14:53:41 -0800 From: "Randy.Dunlap" <[EMAIL PROTECTED]> To: netdev Cc: [EMAIL PROTECTED] Subject: [PATCH] softmac uses Wiress Ext. From: Randy Dunlap <[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED]> --- net/ieee80211/softmac/Kconfig |1 + 1 files changed, 1 insertion(+) --- linux-2616-g13.orig/net/ieee80211/softmac/Kconfig +++ linux-2616-g13/net/ieee80211/softmac/Kconfig @@ -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. --- - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html
[PATCH] softmac uses Wiress Ext.
From: Randy Dunlap <[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED]> --- net/ieee80211/softmac/Kconfig |1 + 1 files changed, 1 insertion(+) --- linux-2616-g13.orig/net/ieee80211/softmac/Kconfig +++ linux-2616-g13/net/ieee80211/softmac/Kconfig @@ -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. --- - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html