qcacmn: Add new radiotap header fields

Add the following fields in Radiotap header:
Antenna noise (in dBM)
Vendor Namespace containing the following information
->L_SIG_A
->Device_ID
->L_SIG_B
->PPDU_START_TIMESTAMP

CRs-Fixed: 2285143
Change-Id: I977be73778ab27383f12214c73b56c9b80d9f02d
This commit is contained in:
Adil Saeed Musthafa
2018-07-17 20:49:31 -07:00
committed by nshrivas
parent db24745af8
commit 61a21697f6
9 changed files with 187 additions and 45 deletions

View File

@@ -130,6 +130,9 @@ struct cdp_cmn_ops {
uint8_t (*txrx_get_pdev_id_frm_pdev)(struct cdp_pdev *pdev);
void (*txrx_pdev_set_chan_noise_floor)(struct cdp_pdev *pdev,
int16_t chan_noise_floor);
void (*txrx_set_nac)(struct cdp_peer *peer);
void (*txrx_set_pdev_tx_capture)(struct cdp_pdev *pdev, int val);