]> git.openfabrics.org - ~emulex/infiniband.git/commitdiff
wl12xx: Add channel 14 to list of supported 2ghz channels
authorArik Nemtsov <arik@wizery.com>
Tue, 18 Jan 2011 19:39:52 +0000 (20:39 +0100)
committerLuciano Coelho <coelho@ti.com>
Mon, 24 Jan 2011 20:58:19 +0000 (22:58 +0200)
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>
drivers/net/wireless/wl12xx/main.c

index 9a1d2ff35c2d55e10dbf32f6774000de74bad554..48194629c00b9aa98ffe0d3a92413b92a0de12d4 100644 (file)
@@ -2778,6 +2778,7 @@ static struct ieee80211_channel wl1271_channels[] = {
        { .hw_value = 11, .center_freq = 2462, .max_power = 25 },
        { .hw_value = 12, .center_freq = 2467, .max_power = 25 },
        { .hw_value = 13, .center_freq = 2472, .max_power = 25 },
+       { .hw_value = 14, .center_freq = 2484, .max_power = 25 },
 };
 
 /* mapping to indexes for wl1271_rates */