mac80211: Add an 802.11n definition
This patch adds a HT Capability (DSSS/CCK Mode in 40MHz BSS) definition to ieee80211.h Signed-off-by: Sujith Manoharan <Sujith.Manoharan@atheros.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
@@ -714,6 +714,7 @@ struct ieee80211_ht_addt_info {
|
|||||||
#define IEEE80211_HT_CAP_SGI_40 0x0040
|
#define IEEE80211_HT_CAP_SGI_40 0x0040
|
||||||
#define IEEE80211_HT_CAP_DELAY_BA 0x0400
|
#define IEEE80211_HT_CAP_DELAY_BA 0x0400
|
||||||
#define IEEE80211_HT_CAP_MAX_AMSDU 0x0800
|
#define IEEE80211_HT_CAP_MAX_AMSDU 0x0800
|
||||||
|
#define IEEE80211_HT_CAP_DSSSCCK40 0x1000
|
||||||
/* 802.11n HT capability AMPDU settings */
|
/* 802.11n HT capability AMPDU settings */
|
||||||
#define IEEE80211_HT_CAP_AMPDU_FACTOR 0x03
|
#define IEEE80211_HT_CAP_AMPDU_FACTOR 0x03
|
||||||
#define IEEE80211_HT_CAP_AMPDU_DENSITY 0x1C
|
#define IEEE80211_HT_CAP_AMPDU_DENSITY 0x1C
|
||||||
|
Reference in New Issue
Block a user