Files
android_kernel_xiaomi_sm8450/drivers/net/wireless/ath/ath10k
Vasanthakumar Thiagarajan 3d2a2e293e ath10k: fix invalid survey reporting for QCA99X0
There are three WMI_CHAN_INFO events reported per channel
in QCA99X0 firmware. First one is a notification at the begining
of the channel dwell time with cmd_flag as CHAN_INFO_START(cmd_flag = 0),
second one is a notification at the end of the dwell time with cmd_flag
CHAN_INFO_PRE_COMPLETE (cmd_flag = 2) and the third is the indication
with CHAN_INFO_COMPLETE (cmd_flag = 1) which is the last indication for
the channel. Since there is a new state before the completion, the handler
is to fixed so that the counts are deducted from the ones reported with
CHAN_INFO_START rather than the ones reported with CHAN_INFO_PRE_COMPLETE.
Without this fix there will be lots of 0 msecs reported as active
and busy time.

Signed-off-by: Vasanthakumar Thiagarajan <vthiagar@qti.qualcomm.com>
Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
2015-08-17 16:45:50 +03:00
..
2015-08-13 14:22:07 +03:00
2015-05-22 13:39:28 +03:00
2015-04-09 14:58:16 +03:00
2014-09-18 10:45:20 +03:00
2015-07-11 19:06:15 +03:00
2015-08-17 16:40:25 +03:00
2015-07-11 19:06:26 +03:00
2015-06-30 15:12:47 +03:00
2014-09-23 12:31:54 +03:00
2015-06-30 15:12:47 +03:00
2015-06-30 15:12:47 +03:00
2014-09-11 23:42:36 +03:00
2014-12-08 17:39:08 +02:00
2014-09-11 23:42:36 +03:00
2014-07-25 11:15:39 +03:00
2015-04-01 20:31:08 +03:00
2015-08-13 14:22:49 +03:00
2015-03-30 09:10:24 +03:00