qcacmn: Process smart antenna fields from tlv
Process smart antenna fields from tlv HTT_PPDU_STATS_USR_COMPLTN_COMMON_TLV in tx completion path and export it to tx_completion. Change-Id: If14e711b0aee8e583fd329f3c3915904649ffe47 CRs-Fixed: 2491429
This commit is contained in:

committed by
Gerrit - the friendly Code Review server

parent
9377b064a6
commit
cd66fff1ce
@@ -122,11 +122,6 @@
|
||||
#define CDP_TXRX_RATECODE_PREM_MASK 0x3
|
||||
#define CDP_TXRX_RATECODE_PREM_LSB 6
|
||||
|
||||
#define CDP_TXRX_RATECODE(mcsb, nssb, premb) \
|
||||
(((mcsb) & CDP_TXRX_RATECODE_MCS_MASK) | \
|
||||
(((nssb) & CDP_TXRX_RATECODE_NSS_MASK) << CDP_TXRX_RATECODE_NSS_LSB) | \
|
||||
(((premb) & CDP_TXRX_RATECODE_PREM_MASK) << CDP_TXRX_RATECODE_PREM_LSB))
|
||||
|
||||
/*
|
||||
* cdp_tx_transmit_type: Transmit type index
|
||||
* SU: SU Transmit type index
|
||||
|
Reference in New Issue
Block a user