From 8442d626548f82a21b170ef1c14e132b13fa086c Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Fri, 19 Nov 2010 01:02:33 +0000 Subject: [PATCH] mac80211: merge the upstream ht40 fix SVN-Revision: 24033 --- package/mac80211/patches/310-pending_work.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/package/mac80211/patches/310-pending_work.patch b/package/mac80211/patches/310-pending_work.patch index ea02fcbc1c..96918888d3 100644 --- a/package/mac80211/patches/310-pending_work.patch +++ b/package/mac80211/patches/310-pending_work.patch @@ -290,3 +290,16 @@ mutex_unlock(®_mutex); return r; +--- a/net/wireless/chan.c ++++ b/net/wireless/chan.c +@@ -54,8 +54,10 @@ static bool can_beacon_sec_chan(struct w + switch (channel_type) { + case NL80211_CHAN_HT40PLUS: + diff = 20; ++ break; + case NL80211_CHAN_HT40MINUS: + diff = -20; ++ break; + default: + return false; + } -- 2.30.2