OSDN Git Service

ath10k: Fix missing frame timestamp for beacon/probe-resp
authorLoic Poulain <loic.poulain@linaro.org>
Tue, 28 Sep 2021 11:00:47 +0000 (14:00 +0300)
committerKalle Valo <kvalo@codeaurora.org>
Tue, 28 Sep 2021 14:35:13 +0000 (17:35 +0300)
commite6dfbc3ba90cc2b619229be56b485f085a0a8e1c
tree077eb05ee9ed54d0320d57038a8130061a777cf9
parente263bdab9c0e8025fb7f41f153709a9cda51f6b6
ath10k: Fix missing frame timestamp for beacon/probe-resp

When receiving a beacon or probe response, we should update the
boottime_ns field which is the timestamp the frame was received at.
(cf mac80211.h)

This fixes a scanning issue with Android since it relies on this
timestamp to determine when the AP has been seen for the last time
(via the nl80211 BSS_LAST_SEEN_BOOTTIME parameter).

Fixes: 5e3dd157d7e7 ("ath10k: mac80211 driver for Qualcomm Atheros 802.11ac CQA98xx devices")
Signed-off-by: Loic Poulain <loic.poulain@linaro.org>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Link: https://lore.kernel.org/r/1629811733-7927-1-git-send-email-loic.poulain@linaro.org
drivers/net/wireless/ath/ath10k/wmi.c