aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/wl12xx
diff options
context:
space:
mode:
authorArik Nemtsov <arik@wizery.com>2011-01-18 14:39:52 -0500
committerLuciano Coelho <coelho@ti.com>2011-01-24 15:58:19 -0500
commit6c89b7b2f856a2b67f53313ddfa3af4ab52bae28 (patch)
treec7e9f2f1893e302d32adc2986d99106c582009b3 /drivers/net/wireless/wl12xx
parentd75387ca62b92d837c2a1e626d0d3705a9011228 (diff)
wl12xx: Add channel 14 to list of supported 2ghz channels
Channel 14 is only supported in Japan (JP country code in regdb). The FW limits tranmissions to CCK only on this channel. Tested in both STA and AP modes to work correctly. Signed-off-by: Arik Nemtsov <arik@wizery.com> Reviewed-by: Luciano Coelho <coelho@ti.com> Signed-off-by: Luciano Coelho <coelho@ti.com>
Diffstat (limited to 'drivers/net/wireless/wl12xx')
-rw-r--r--drivers/net/wireless/wl12xx/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/wl12xx/main.c b/drivers/net/wireless/wl12xx/main.c
index 9a1d2ff35c2d..48194629c00b 100644
--- a/drivers/net/wireless/wl12xx/main.c
+++ b/drivers/net/wireless/wl12xx/main.c
@@ -2778,6 +2778,7 @@ static struct ieee80211_channel wl1271_channels[] = {
2778 { .hw_value = 11, .center_freq = 2462, .max_power = 25 }, 2778 { .hw_value = 11, .center_freq = 2462, .max_power = 25 },
2779 { .hw_value = 12, .center_freq = 2467, .max_power = 25 }, 2779 { .hw_value = 12, .center_freq = 2467, .max_power = 25 },
2780 { .hw_value = 13, .center_freq = 2472, .max_power = 25 }, 2780 { .hw_value = 13, .center_freq = 2472, .max_power = 25 },
2781 { .hw_value = 14, .center_freq = 2484, .max_power = 25 },
2781}; 2782};
2782 2783
2783/* mapping to indexes for wl1271_rates */ 2784/* mapping to indexes for wl1271_rates */