aboutsummaryrefslogtreecommitdiffstats
path: root/net/wireless/reg.c
diff options
context:
space:
mode:
authorTomas Winkler <tomas.winkler@intel.com>2008-02-13 13:58:34 -0500
committerJohn W. Linville <linville@tuxdriver.com>2008-02-29 15:37:25 -0500
commitb46b4ee034645dc87a34b29a7989a2540a8ee8ea (patch)
tree1b2f63fb420bac3a53c7a6fba187c7d0bd70c8d1 /net/wireless/reg.c
parent2533d5f800d3693e9d000abfecd030ff02e305e4 (diff)
wireless: update US regulatory domain
This patch adds channels to US regulatory domain Signed-off-by: Tomas Winkler <tomas.winkler@intel.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'net/wireless/reg.c')
-rw-r--r--net/wireless/reg.c10
1 files changed, 8 insertions, 2 deletions
diff --git a/net/wireless/reg.c b/net/wireless/reg.c
index 2b63c96dcf19..8cc6037eb2ae 100644
--- a/net/wireless/reg.c
+++ b/net/wireless/reg.c
@@ -58,8 +58,14 @@ struct ieee80211_regdomain {
58static const struct ieee80211_channel_range ieee80211_US_channels[] = { 58static const struct ieee80211_channel_range ieee80211_US_channels[] = {
59 /* IEEE 802.11b/g, channels 1..11 */ 59 /* IEEE 802.11b/g, channels 1..11 */
60 RANGE_PWR(2412, 2462, 27, 6, 0), 60 RANGE_PWR(2412, 2462, 27, 6, 0),
61 /* IEEE 802.11a, channels 52..64 */ 61 /* IEEE 802.11a, channel 36*/
62 RANGE_PWR(5260, 5320, 23, 6, 0), 62 RANGE_PWR(5180, 5180, 23, 6, 0),
63 /* IEEE 802.11a, channel 40*/
64 RANGE_PWR(5200, 5200, 23, 6, 0),
65 /* IEEE 802.11a, channel 44*/
66 RANGE_PWR(5220, 5220, 23, 6, 0),
67 /* IEEE 802.11a, channels 48..64 */
68 RANGE_PWR(5240, 5320, 23, 6, 0),
63 /* IEEE 802.11a, channels 149..165, outdoor */ 69 /* IEEE 802.11a, channels 149..165, outdoor */
64 RANGE_PWR(5745, 5825, 30, 6, 0), 70 RANGE_PWR(5745, 5825, 30, 6, 0),
65}; 71};