diff options
author | Ganesh Sesetti <gseset@codeaurora.org> | 2019-11-27 18:29:45 +0200 |
---|---|---|
committer | Kalle Valo <kvalo@codeaurora.org> | 2019-11-29 09:34:43 +0200 |
commit | 86d4def890fdc25cee378c346dc31ca2ee0ef713 (patch) | |
tree | 856bb64787862e4d409d90eb3dad1de7ac6163d3 /drivers/net/wireless/ath/ath11k/dp.h | |
parent | ef39ac1b0d9f523b66757dfc080ecdbed688d669 (diff) | |
download | lwn-86d4def890fdc25cee378c346dc31ca2ee0ef713.tar.gz lwn-86d4def890fdc25cee378c346dc31ca2ee0ef713.zip |
ath11k: Fix htt stats sounding info and pdev cca stats
The Previous configuartion of htt stats sounding info and pdev cca stats
are invalid due to that getting time out error.
Changing htt stats sounding info value from 0xFF to 0x00 and htt pdev cca
stats from 0x10 to 0x00
Signed-off-by: Ganesh Sesetti <gseset@codeaurora.org>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Diffstat (limited to 'drivers/net/wireless/ath/ath11k/dp.h')
-rw-r--r-- | drivers/net/wireless/ath/ath11k/dp.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/wireless/ath/ath11k/dp.h b/drivers/net/wireless/ath/ath11k/dp.h index 4db71173db62..eb0f3df131c5 100644 --- a/drivers/net/wireless/ath/ath11k/dp.h +++ b/drivers/net/wireless/ath/ath11k/dp.h @@ -1365,8 +1365,8 @@ struct htt_ext_stats_cfg_cmd { #define HTT_STAT_DEFAULT_CFG0_ALL_CMDQS 0xffff #define HTT_STAT_DEFAULT_CFG0_ALL_RINGS 0xffff #define HTT_STAT_DEFAULT_CFG0_ACTIVE_PEERS 0xff -#define HTT_STAT_DEFAULT_CFG0_CCA_CUMULATIVE 0x10 -#define HTT_STAT_DEFAULT_CFG0_ACTIVE_VDEVS 0xff +#define HTT_STAT_DEFAULT_CFG0_CCA_CUMULATIVE 0x00 +#define HTT_STAT_DEFAULT_CFG0_ACTIVE_VDEVS 0x00 /* HTT_DBG_EXT_STATS_PEER_INFO * PARAMS: |