summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ti/wlcore/wlcore.h
diff options
context:
space:
mode:
authorEliad Peller <eliad@wizery.com>2012-05-15 14:09:00 (GMT)
committerLuciano Coelho <coelho@ti.com>2012-06-05 14:16:09 (GMT)
commitbfb92ca1332ce0073cfba5d8a7caee214ed3a787 (patch)
tree85c920ed543732e9b9c2c0277079e3a0dbd0143c /drivers/net/wireless/ti/wlcore/wlcore.h
parenta121a5b8aba4294b1557e1099c4eaa7c6578d7ce (diff)
downloadlinux-fsl-qoriq-bfb92ca1332ce0073cfba5d8a7caee214ed3a787.tar.xz
wlcore: set wl->ht_cap per-band
Save the ht_cap IE per-band, so we can configure different params to BG and A bands (we currently don't support MIMO on A band) [Small fix for rx_highest - Arik] Signed-off-by: Eliad Peller <eliad@wizery.com> Signed-off-by: Arik Nemtsov <arik@wizery.com> Signed-off-by: Luciano Coelho <coelho@ti.com>
Diffstat (limited to 'drivers/net/wireless/ti/wlcore/wlcore.h')
-rw-r--r--drivers/net/wireless/ti/wlcore/wlcore.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ti/wlcore/wlcore.h b/drivers/net/wireless/ti/wlcore/wlcore.h
index 1967873..37a80f4 100644
--- a/drivers/net/wireless/ti/wlcore/wlcore.h
+++ b/drivers/net/wireless/ti/wlcore/wlcore.h
@@ -368,7 +368,7 @@ struct wl1271 {
u8 hw_min_ht_rate;
/* HW HT (11n) capabilities */
- struct ieee80211_sta_ht_cap ht_cap;
+ struct ieee80211_sta_ht_cap ht_cap[IEEE80211_NUM_BANDS];
/* size of the private FW status data */
size_t fw_status_priv_len;