From e4f208ebf3029f415cf0a79d41ea27fa45c2a62c Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Mon, 16 Apr 2012 21:08:41 +0000 Subject: mac80211: update to wireless-testing 2012-04-13 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31322 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../mac80211/patches/405-regd_no_assoc_hints.patch | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 package/mac80211/patches/405-regd_no_assoc_hints.patch (limited to 'package/mac80211/patches/405-regd_no_assoc_hints.patch') diff --git a/package/mac80211/patches/405-regd_no_assoc_hints.patch b/package/mac80211/patches/405-regd_no_assoc_hints.patch new file mode 100644 index 0000000000..fc7ccc6b2b --- /dev/null +++ b/package/mac80211/patches/405-regd_no_assoc_hints.patch @@ -0,0 +1,20 @@ +--- a/net/wireless/reg.c ++++ b/net/wireless/reg.c +@@ -1698,6 +1698,8 @@ void regulatory_hint_11d(struct wiphy *w + enum environment_cap env = ENVIRON_ANY; + struct regulatory_request *request; + ++ return; ++ + mutex_lock(®_mutex); + + if (unlikely(!last_request)) +@@ -1933,6 +1935,8 @@ static void restore_regulatory_settings( + + void regulatory_hint_disconnect(void) + { ++ return; ++ + REG_DBG_PRINT("All devices are disconnected, going to " + "restore regulatory settings\n"); + restore_regulatory_settings(false); -- cgit v1.2.3