carl9170 toolchain: update to gcc 6.2.0 and binutils 2.27
[carl9170fw.git] / include / linux / ieee80211.h
index 4c5a283dbff4b3bb3906aabc4d03aa67c46fde14..7bc9f831972294ed6205c18eab456ffa9a2236aa 100644 (file)
@@ -159,6 +159,9 @@ static inline u16 ieee80211_sn_sub(u16 sn1, u16 sn2)
 /* 30 byte 4 addr hdr, 2 byte QoS, 2304 byte MSDU, 12 byte crypt, 4 byte FCS */
 #define IEEE80211_MAX_FRAME_LEN                2352
 
+/* Maximal size of an A-MSDU that can be transported in a HT BA session */
+#define IEEE80211_MAX_MPDU_LEN_HT_BA           4095
+
 /* Maximal size of an A-MSDU */
 #define IEEE80211_MAX_MPDU_LEN_HT_3839         3839
 #define IEEE80211_MAX_MPDU_LEN_HT_7935         7935