From: Emmanuel Grumbach Date: Sun, 16 Aug 2015 08:13:22 +0000 (+0300) Subject: mac80211: allow to transmit A-MSDU within A-MPDU X-Git-Url: https://jxself.org/git/?a=commitdiff_plain;h=aed5687f48f28190a9ca2b85e28e0392a5bd2329;p=carl9170fw.git mac80211: allow to transmit A-MSDU within A-MPDU Advertise the capability to send A-MSDU within A-MPDU in the AddBA request sent by mac80211. Let the driver know about the peer's capabilities. Signed-off-by: Emmanuel Grumbach Signed-off-by: Johannes Berg Signed-off-by: Christian Lamparter --- diff --git a/include/linux/ieee80211.h b/include/linux/ieee80211.h index 3026c63..eed0feb 100644 --- a/include/linux/ieee80211.h +++ b/include/linux/ieee80211.h @@ -1399,6 +1399,7 @@ struct ieee80211_ht_operation { /* block-ack parameters */ +#define IEEE80211_ADDBA_PARAM_AMSDU_MASK 0x0001 #define IEEE80211_ADDBA_PARAM_POLICY_MASK 0x0002 #define IEEE80211_ADDBA_PARAM_TID_MASK 0x003C #define IEEE80211_ADDBA_PARAM_BUF_SIZE_MASK 0xFFC0