projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
88af6f0
)
mwifiex: reset 11h active flag when chandef does not require dfs
author
Avinash Patil
<patila@marvell.com>
Wed, 3 Jun 2015 11:29:35 +0000
(16:59 +0530)
committer
Kalle Valo
<kvalo@codeaurora.org>
Mon, 8 Jun 2015 08:41:48 +0000
(11:41 +0300)
This patch fixes an issue where we were still setting 11h_active
flag to true for channel defs where DFS is not required.
Signed-off-by: Avinash Patil <patila@marvell.com>
Signed-off-by: Cathy Luo <cluo@marvell.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
drivers/net/wireless/mwifiex/cfg80211.c
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/mwifiex/cfg80211.c
b/drivers/net/wireless/mwifiex/cfg80211.c
index
d47799a
..
fb93e13
100644
(file)
--- a/
drivers/net/wireless/mwifiex/cfg80211.c
+++ b/
drivers/net/wireless/mwifiex/cfg80211.c
@@
-1820,7
+1820,7
@@
static int mwifiex_cfg80211_start_ap(struct wiphy *wiphy,
"Failed to disable 11h extensions!!");
return -1;
}
- priv->state_11h.is_11h_active =
tru
e;
+ priv->state_11h.is_11h_active =
fals
e;
}
if (mwifiex_config_start_uap(priv, bss_cfg)) {