From: Arik Nemtsov Date: Tue, 18 Jan 2011 19:39:52 +0000 (+0100) Subject: wl12xx: Add channel 14 to list of supported 2ghz channels X-Git-Tag: v2.6.39-rc1~468^2~417^2~61^2~5 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=6c89b7b2f856a2b67f53313ddfa3af4ab52bae28;p=~emulex%2Finfiniband.git 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 Reviewed-by: Luciano Coelho Signed-off-by: Luciano Coelho --- diff --git a/drivers/net/wireless/wl12xx/main.c b/drivers/net/wireless/wl12xx/main.c index 9a1d2ff35c2..48194629c00 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[] = { { .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 */