mirror of
https://github.com/aircrack-ng/rtl8812au.git
synced 2024-11-25 14:44:09 +00:00
Update defines for A-MPDU
Define values for maximum buffer size changed in kernel. Update them
This commit is contained in:
parent
5e69fe4628
commit
47fbd5a273
@ -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)
|
* According to IEEE802.11n spec size varies from 8K to 64K (in powers of 2)
|
||||||
*/
|
*/
|
||||||
#define IEEE80211_MIN_AMPDU_BUF 0x8
|
#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 */
|
/* Spatial Multiplexing Power Save Modes */
|
||||||
|
Loading…
Reference in New Issue
Block a user