1
0
mirror of https://github.com/aircrack-ng/rtl8812au.git synced 2024-11-25 06:34:10 +00:00

Update defines for A-MPDU

Define values for maximum buffer size changed in kernel. Update them
This commit is contained in:
Kamil Lorenc 2019-05-26 16:21:13 +02:00
parent 5e69fe4628
commit 47fbd5a273

View File

@ -1038,7 +1038,8 @@ typedef enum _HT_CAP_AMPDU_DENSITY {
* According to IEEE802.11n spec size varies from 8K to 64K (in powers of 2)
*/
#define IEEE80211_MIN_AMPDU_BUF 0x8
#define IEEE80211_MAX_AMPDU_BUF 0x40
#define IEEE80211_MAX_AMPDU_BUF_HT 0x40
#define IEEE80211_MAX_AMPDU_BUF 0x100
/* Spatial Multiplexing Power Save Modes */