mirror of
https://github.com/Mange/rtl8192eu-linux-driver
synced 2025-12-10 00:04:17 +00:00
Replace AMPDU emun structures with kernel provided
Port 98b32c71a455ff289442779fee02ad60a6217006
This commit is contained in:
@@ -4509,7 +4509,7 @@ GetHalDefVar8192E(
|
||||
*((u32 *)pValue) = 8;
|
||||
break;
|
||||
case HW_VAR_BEST_AMPDU_DENSITY:
|
||||
*((u32 *)pValue) = AMPDU_DENSITY_VALUE_7;
|
||||
*((u32 *)pValue) = IEEE80211_HT_MPDU_DENSITY_16;
|
||||
break;
|
||||
default:
|
||||
bResult = GetHalDefVar(Adapter, eVariable, pValue);
|
||||
|
||||
Reference in New Issue
Block a user