qcacld-3.0: Set BA buffer size default value to 63
Set the BA buffer size value in addba response to 63 to fix IoT issue in sending block ack for A-MPDU. Change-Id: I48ffbcfb81d3fdf365907d2bf8eafab6fd15c701 CRs-Fixed: 2210393
This commit is contained in:

committed by
nshrivas

parent
d0fdd55e65
commit
f595fd48a8
@@ -168,7 +168,7 @@
|
||||
#define SIR_MAC_BA_POLICY_DELAYED 0
|
||||
#define SIR_MAC_BA_POLICY_IMMEDIATE 1
|
||||
#define SIR_MAC_BA_AMSDU_SUPPORTED 1
|
||||
#define SIR_MAC_BA_DEFAULT_BUFF_SIZE 64
|
||||
#define SIR_MAC_BA_DEFAULT_BUFF_SIZE 63
|
||||
|
||||
#ifdef ANI_SUPPORT_11H
|
||||
#define SIR_MAC_ACTION_MEASURE_REQUEST_ID 0
|
||||
|
Reference in New Issue
Block a user