aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuuso Oikarinen <juuso.oikarinen@nokia.com>2010-11-29 05:05:53 -0500
committerLuciano Coelho <luciano.coelho@nokia.com>2010-12-02 09:17:21 -0500
commit1036dc169f4cc6e5b753b1596d285d1cc3311a23 (patch)
treefa963cdeef9b12c71884db5908236b16bfa75ba6
parent870c367cf829466f315de785ac613dd94eff5c50 (diff)
wl12xx: Remove 11j channels from the supported channels list.
Because we don't support them at this stage. Signed-off-by: Juuso Oikarinen <juuso.oikarinen@nokia.com> Signed-off-by: Luciano Coelho <luciano.coelho@nokia.com>
-rw-r--r--drivers/net/wireless/wl12xx/main.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/net/wireless/wl12xx/main.c b/drivers/net/wireless/wl12xx/main.c
index 7fecefe8d3c1..dc3a09319d12 100644
--- a/drivers/net/wireless/wl12xx/main.c
+++ b/drivers/net/wireless/wl12xx/main.c
@@ -2374,14 +2374,6 @@ static struct ieee80211_rate wl1271_rates_5ghz[] = {
2374 2374
2375/* 5 GHz band channels for WL1273 */ 2375/* 5 GHz band channels for WL1273 */
2376static struct ieee80211_channel wl1271_channels_5ghz[] = { 2376static struct ieee80211_channel wl1271_channels_5ghz[] = {
2377 { .hw_value = 183, .center_freq = 4915},
2378 { .hw_value = 184, .center_freq = 4920},
2379 { .hw_value = 185, .center_freq = 4925},
2380 { .hw_value = 187, .center_freq = 4935},
2381 { .hw_value = 188, .center_freq = 4940},
2382 { .hw_value = 189, .center_freq = 4945},
2383 { .hw_value = 192, .center_freq = 4960},
2384 { .hw_value = 196, .center_freq = 4980},
2385 { .hw_value = 7, .center_freq = 5035}, 2377 { .hw_value = 7, .center_freq = 5035},
2386 { .hw_value = 8, .center_freq = 5040}, 2378 { .hw_value = 8, .center_freq = 5040},
2387 { .hw_value = 9, .center_freq = 5045}, 2379 { .hw_value = 9, .center_freq = 5045},