From 8f986165f4ee0521c6d5f88f0334404320d43e3a Mon Sep 17 00:00:00 2001 From: nbd Date: Sat, 23 Feb 2013 12:48:14 +0000 Subject: mac80211: fix wireless extension support git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35759 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/mac80211/patches/030-wext.patch | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 package/mac80211/patches/030-wext.patch (limited to 'package/mac80211/patches') diff --git a/package/mac80211/patches/030-wext.patch b/package/mac80211/patches/030-wext.patch new file mode 100644 index 000000000..cb52e7ccb --- /dev/null +++ b/package/mac80211/patches/030-wext.patch @@ -0,0 +1,18 @@ +--- a/net/wireless/core.c ++++ b/net/wireless/core.c +@@ -884,6 +884,15 @@ static int cfg80211_netdev_notifier_call + wdev->sme_state = CFG80211_SME_IDLE; + mutex_unlock(&rdev->devlist_mtx); + #ifdef CONFIG_CFG80211_WEXT ++#ifdef CONFIG_WIRELESS_EXT ++ if (!dev->wireless_handlers) ++ dev->wireless_handlers = &cfg80211_wext_handler; ++#else ++ printk_once(KERN_WARNING "cfg80211: wext will not work because " ++ "kernel was compiled with CONFIG_WIRELESS_EXT=n. " ++ "Tools using wext interface, like iwconfig will " ++ "not work.\n"); ++#endif + wdev->wext.default_key = -1; + wdev->wext.default_mgmt_key = -1; + wdev->wext.connect.auth_type = NL80211_AUTHTYPE_AUTOMATIC; -- cgit v1.2.3