summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ti/wlcore/wlcore.h
diff options
context:
space:
mode:
authorArik Nemtsov <arik@wizery.com>2011-12-13 13:20:44 +0200
committerLuciano Coelho <coelho@ti.com>2012-04-12 08:44:02 +0300
commit4a589a6f38cbde9500f8b5c350b0a03ca2b3fef0 (patch)
tree8b1dd2b4735372f5b20e3a5da528bf1cc0c9d965 /drivers/net/wireless/ti/wlcore/wlcore.h
parentfa7930afa525e7f481f9d6984a301f69c2255ee4 (diff)
downloadlinux-4a589a6f38cbde9500f8b5c350b0a03ca2b3fef0.tar.bz2
wlcore/wl12xx: set HT capabilities per chip-family
Set HT capabilities in the low-level HW driver. These are then used by wlcore when registering with mac80211. 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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/net/wireless/ti/wlcore/wlcore.h b/drivers/net/wireless/ti/wlcore/wlcore.h
index 0660f750e541..1c2d81fe749f 100644
--- a/drivers/net/wireless/ti/wlcore/wlcore.h
+++ b/drivers/net/wireless/ti/wlcore/wlcore.h
@@ -342,6 +342,9 @@ struct wl1271 {
/* this HW rate and below are considered HT rates for this chip */
u8 hw_min_ht_rate;
+
+ /* HW HT (11n) capabilities */
+ struct ieee80211_sta_ht_cap ht_cap;
};
int __devinit wlcore_probe(struct wl1271 *wl, struct platform_device *pdev);