qca-wifi: Fix RTS and CTS duration in tx capture

This change updates correct timestamp for self gen RTS/CTS frames

Change-Id: I934de171f7d78288a91b57581c9cdb0ff48b9067
CRs-Fixed: 2632369
This commit is contained in:
Srinivas Pitla
2020-03-23 13:52:50 -07:00
committed by Gerrit - the friendly Code Review server
parent bcc9fe307b
commit e13d2f6375
2 changed files with 6 additions and 1 deletions

View File

@@ -37,6 +37,8 @@ struct dp_tx_desc_s;
#define SIFS_INTERVAL 16
#define RTS_INTERVAL 40
#define MAX_MGMT_PEER_FILTER 16
struct dp_peer_mgmt_list {
uint8_t mac_addr[QDF_MAC_ADDR_SIZE];