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
This commit is contained in:
@@ -100,6 +100,10 @@ void dp_rx_peer_unmap_handler(struct dp_soc *soc, uint16_t peer_id,
|
||||
void dp_rx_sec_ind_handler(struct dp_soc *soc, uint16_t peer_id,
|
||||
enum cdp_sec_type sec_type, int is_unicast,
|
||||
u_int32_t *michael_key, u_int32_t *rx_pn);
|
||||
|
||||
QDF_STATUS dp_rx_delba_ind_handler(void *soc_handle, uint16_t peer_id,
|
||||
uint8_t tid, uint16_t win_sz);
|
||||
|
||||
uint8_t dp_get_peer_mac_addr_frm_id(struct cdp_soc_t *soc_handle,
|
||||
uint16_t peer_id, uint8_t *peer_mac);
|
||||
|
||||
|
Fai riferimento in un nuovo problema
Block a user