qcacmn: VHT/HE info in radiotap header of mgmt & control frames
In monitor mode, radiotap header contains VHT/HE information in management and control frames after association of STA to AP.For this,reset of ppdu_info is required before processing of ppdu in order to avoid reuse of ppdu_info. Change-Id: Ia36ec2664f79d645ff76db016f986dfb92ec8bbd CRs-Fixed: 2734804
This commit is contained in:

committed by
snandini

parent
da291f0045
commit
cc9f9c7c1f
@@ -21,6 +21,7 @@
|
||||
|
||||
#include <hal_api.h>
|
||||
|
||||
#define HAL_INVALID_PPDU_ID 0xFFFFFFFF
|
||||
#define HAL_RX_OFFSET(block, field) block##_##field##_OFFSET
|
||||
#define HAL_RX_LSB(block, field) block##_##field##_LSB
|
||||
#define HAL_RX_MASk(block, field) block##_##field##_MASK
|
||||
|
Reference in New Issue
Block a user