Re: [PATCH 2/2] ath10k: add debugfs support to configure fwtest parameters

2018-03-05 Thread akolli
On 2018-03-05 13:12, Sven Eckelmann wrote: On Montag, 5. März 2018 12:29:08 CET Anilkumar Kolli wrote: @@ -496,6 +497,8 @@ struct ath10k_debug { u32 reg_addr; u32 nf_cal_period; void *cal_data; + u32 fw_test_param_id; + u32 fw_test_param_value; }; Why is it

Re: [PATCH 2/2] ath10k: add debugfs support to configure fwtest parameters

2018-03-04 Thread Sven Eckelmann
On Montag, 5. März 2018 12:29:08 CET Anilkumar Kolli wrote: > @@ -496,6 +497,8 @@ struct ath10k_debug { > u32 reg_addr; > u32 nf_cal_period; > void *cal_data; > + u32 fw_test_param_id; > + u32 fw_test_param_value; > }; Why is it necessary to have these two valu

[PATCH 2/2] ath10k: add debugfs support to configure fwtest parameters

2018-03-04 Thread Anilkumar Kolli
From: Sathishkumar Muruganandam Added a debugfs file "fw_test" to configure the tx parameters through WMI_FWTEST_CMD Usage: cat /sys/kernel/debug/ieee80211/phy0/ath10k/fw_test echo > /sys/kernel/debug/ieee80211/phy0/ath10k/fw_test Signed-off-by: Sathishkumar Muruganandam Signed-off-by: Anilk