提交 86d4def8 编写于 作者: G Ganesh Sesetti 提交者: Kalle Valo

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: NGanesh Sesetti <gseset@codeaurora.org>
Signed-off-by: NKalle Valo <kvalo@codeaurora.org>
上级 ef39ac1b
...@@ -1365,8 +1365,8 @@ struct htt_ext_stats_cfg_cmd { ...@@ -1365,8 +1365,8 @@ struct htt_ext_stats_cfg_cmd {
#define HTT_STAT_DEFAULT_CFG0_ALL_CMDQS 0xffff #define HTT_STAT_DEFAULT_CFG0_ALL_CMDQS 0xffff
#define HTT_STAT_DEFAULT_CFG0_ALL_RINGS 0xffff #define HTT_STAT_DEFAULT_CFG0_ALL_RINGS 0xffff
#define HTT_STAT_DEFAULT_CFG0_ACTIVE_PEERS 0xff #define HTT_STAT_DEFAULT_CFG0_ACTIVE_PEERS 0xff
#define HTT_STAT_DEFAULT_CFG0_CCA_CUMULATIVE 0x10 #define HTT_STAT_DEFAULT_CFG0_CCA_CUMULATIVE 0x00
#define HTT_STAT_DEFAULT_CFG0_ACTIVE_VDEVS 0xff #define HTT_STAT_DEFAULT_CFG0_ACTIVE_VDEVS 0x00
/* HTT_DBG_EXT_STATS_PEER_INFO /* HTT_DBG_EXT_STATS_PEER_INFO
* PARAMS: * PARAMS:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册