summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ti
diff options
context:
space:
mode:
authorEliad Peller <eliad@wizery.com>2012-11-20 13:20:04 +0200
committerLuciano Coelho <coelho@ti.com>2012-11-27 10:48:31 +0200
commitcd1810ddcffbf779afb42c0c675aa93f5a86adda (patch)
tree832146c29c14a077aaef6955908572cfa931b920 /drivers/net/wireless/ti
parentdabf37dba405565ab46f4d1821c781730285b9ed (diff)
downloadtalos-op-linux-cd1810ddcffbf779afb42c0c675aa93f5a86adda.tar.gz
talos-op-linux-cd1810ddcffbf779afb42c0c675aa93f5a86adda.zip
wlcore: get channel from bss_conf instead of hw->conf
We care only about the operational channel, not about the temporal hw channel (which won't have any real meaning in multi-channel env anyway) Signed-off-by: Eliad Peller <eliad@wizery.com> Reviewed-by: Arik Nemtsov <arik@wizery.com> Signed-off-by: Luciano Coelho <coelho@ti.com>
Diffstat (limited to 'drivers/net/wireless/ti')
-rw-r--r--drivers/net/wireless/ti/wlcore/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ti/wlcore/main.c b/drivers/net/wireless/ti/wlcore/main.c
index 829d818503ff..03765cf2a666 100644
--- a/drivers/net/wireless/ti/wlcore/main.c
+++ b/drivers/net/wireless/ti/wlcore/main.c
@@ -3977,7 +3977,7 @@ static void wl1271_bss_info_changed_sta(struct wl1271 *wl,
goto sta_not_found;
/* save the supp_rates of the ap */
- sta_rate_set = sta->supp_rates[wl->hw->conf.channel->band];
+ sta_rate_set = sta->supp_rates[wlvif->band];
if (sta->ht_cap.ht_supported)
sta_rate_set |=
(sta->ht_cap.mcs.rx_mask[0] << HW_HT_RATES_OFFSET) |
OpenPOWER on IntegriCloud