qcacmn: Implement send DELBA per HTT event
Is some cases, FW wants to adjust BA session parameters FW sends a HTT event and HOST helps to send out DELBA and modify BA win size in the next round of ADDBA req/resp exchange to reduce following RX AMPDU aggr-size Change-Id: I97777ff59a18346f2cd4e2e562c8ae6acdcd69d7 CRs-Fixed: 2644641
此提交包含在:
@@ -95,6 +95,12 @@ int htt_wbm_event_record(struct htt_logger *h, uint8_t tx_status,
|
||||
#define HTT_PPDU_DESC_MAX_DEPTH 16
|
||||
#define DP_SCAN_PEER_ID 0xFFFF
|
||||
|
||||
#define HTT_RX_DELBA_WIN_SIZE_M 0x0000FC00
|
||||
#define HTT_RX_DELBA_WIN_SIZE_S 10
|
||||
|
||||
#define HTT_RX_DELBA_WIN_SIZE_GET(word) \
|
||||
(((word) & HTT_RX_DELBA_WIN_SIZE_M) >> HTT_RX_DELBA_WIN_SIZE_S)
|
||||
|
||||
/*
|
||||
* Set the base misclist size to HTT copy engine source ring size
|
||||
* to guarantee that a packet on the misclist wont be freed while it
|
||||
|
新增問題並參考
封鎖使用者