qcacmn: adding doppler/SR for he information

Add doppler and spatial reuse in ppdu descriptor to be able to use it on
HE information for tx capture

Change-Id: Id87a692a89d00c64929624c22c2efc27bc873e43
This commit is contained in:
Ruben Columbus
2020-02-19 23:26:00 -08:00
committed by nshrivas
parent 48934773cd
commit e792f8bab3
2 changed files with 8 additions and 0 deletions

View File

@@ -1805,6 +1805,8 @@ struct cdp_tx_mgmt_comp_info {
* @delayed_ba: Delayed ba flag
* @beam_change: beam change bit in ppdu for he-information
* @bss_color: 6 bit value for full bss color
* @doppler: value for doppler (will be 0 most of the times)
* @spatial_reuse: value for spatial reuse used in radiotap HE header
* @user: per-User stats (array of per-user structures)
* @mpdu_q: queue of mpdu in a ppdu
* @mpdus: MPDU list based on enqueue sequence bitmap
@@ -1844,6 +1846,8 @@ struct cdp_tx_completion_ppdu {
bool delayed_ba;
uint8_t beam_change;
uint8_t bss_color;
uint8_t doppler;
uint8_t spatial_reuse;
struct cdp_tx_completion_ppdu_user user[CDP_MU_MAX_USERS];
qdf_nbuf_queue_t mpdu_q;
qdf_nbuf_t *mpdus;