projects
/
platform
/
upstream
/
kernel-adaptation-pc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
611b6a8
)
cfg80211: fix max tx power for world regdom on 5 GHz to 20dBm
author
Luis R. Rodriguez
<lrodriguez@atheros.com>
Fri, 6 Mar 2009 05:19:22 +0000
(21:19 -0800)
committer
John W. Linville
<linville@tuxdriver.com>
Mon, 16 Mar 2009 22:09:29 +0000
(18:09 -0400)
This is the lowest value amongst countries which do enable 5 GHz operation.
Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/wireless/reg.c
patch
|
blob
|
history
diff --git
a/net/wireless/reg.c
b/net/wireless/reg.c
index
25eb155
..
fa738be
100644
(file)
--- a/
net/wireless/reg.c
+++ b/
net/wireless/reg.c
@@
-103,14
+103,14
@@
static const struct ieee80211_regdomain world_regdom = {
NL80211_RRF_NO_IBSS |
NL80211_RRF_NO_OFDM),
/* IEEE 802.11a, channel 36..48 */
- REG_RULE(5180-10, 5240+10, 40, 6, 2
3
,
+ REG_RULE(5180-10, 5240+10, 40, 6, 2
0
,
NL80211_RRF_PASSIVE_SCAN |
NL80211_RRF_NO_IBSS),
/* NB: 5260 MHz - 5700 MHz requies DFS */
/* IEEE 802.11a, channel 149..165 */
- REG_RULE(5745-10, 5825+10, 40, 6, 2
3
,
+ REG_RULE(5745-10, 5825+10, 40, 6, 2
0
,
NL80211_RRF_PASSIVE_SCAN |
NL80211_RRF_NO_IBSS),
}