qca-wifi: Support HW generated CTS in Tx capture

Generate CTS frames when RTS is received for Tx capture.

Change-Id: I18facb952bbdc3f34fd2403806b7cd5c9c6f18d4
This commit is contained in:
Karunakar Dasineni
2020-01-21 10:21:25 -08:00
committed by Gerrit - the friendly Code Review server
parent ffce2cf705
commit f7e9e55e85
2 changed files with 110 additions and 1 deletions

View File

@@ -35,6 +35,8 @@ struct dp_tx_desc_s;
#define TXCAP_MAX_SUBTYPE \
((IEEE80211_FC0_SUBTYPE_MASK >> IEEE80211_FC0_SUBTYPE_SHIFT) + 1)
#define SIFS_INTERVAL 16
struct dp_pdev_tx_capture {
/* For deferred PPDU status processing */
qdf_spinlock_t ppdu_stats_lock;