mirror of
https://github.com/Mange/rtl8192eu-linux-driver
synced 2025-12-10 00:04:17 +00:00
Add RHEL/CENTOS 8 support
This commit is contained in:
@@ -1033,9 +1033,11 @@ typedef enum _HT_CAP_AMPDU_DENSITY {
|
||||
* A-PMDU buffer sizes
|
||||
* According to IEEE802.11n spec size varies from 8K to 64K (in powers of 2)
|
||||
*/
|
||||
#define IEEE80211_MIN_AMPDU_BUF 0x8
|
||||
#if (LINUX_VERSION_CODE < KERNEL_VERSION(4,19,0))
|
||||
#define IEEE80211_MAX_AMPDU_BUF 0x40
|
||||
#ifndef IEEE80211_MIN_AMPDU_BUF
|
||||
#define IEEE80211_MIN_AMPDU_BUF 0x8
|
||||
#endif
|
||||
#ifndef IEEE80211_MAX_AMPDU_BUF
|
||||
#define IEEE80211_MAX_AMPDU_BUF 0x40
|
||||
#endif
|
||||
|
||||
/* Spatial Multiplexing Power Save Modes */
|
||||
|
||||
Reference in New Issue
Block a user