git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3088f7d
)
mac80211: fix recalc_radar hwconf sync problem
author
Simon Wunderlich
<simon.wunderlich@s2003.tu-chemnitz.de>
Mon, 8 Apr 2013 20:43:16 +0000
(22:43 +0200)
committer
Johannes Berg
<johannes.berg@intel.com>
Wed, 10 Apr 2013 18:24:16 +0000
(20:24 +0200)
local->hw.conf maybe not be synced when recalcing whether radar is
enabled, sometimes leaving radar enabled even if it's not neccesary
anymore.
Fix this by:
* setting radar_enabled when creating the chanctx
* turning radar_enabled off before destroying the last channel context
Reported-by: Zefir Kurtisi <zefir.kurtisi@neratec.com>
Signed-off-by: Simon Wunderlich <siwu@hrz.tu-chemnitz.de>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/chan.c
patch
|
blob
|
history
diff --cc
net/mac80211/chan.c
Simple merge