ath11k: fix rcu lock protect in peer assoc confirmation
authorKarthikeyan Periyasamy <periyasa@codeaurora.org>
Wed, 5 Feb 2020 01:22:28 +0000 (06:52 +0530)
committerKalle Valo <kvalo@codeaurora.org>
Tue, 11 Feb 2020 18:31:19 +0000 (20:31 +0200)
commitdb0889aba2629e05e555b3e4b29d5eb0ae97efec
treefeb8209cae30baa8fcd1e40778b172f22ce914ab
parent6a0c370259c76c439d75114def0a40ac03bcd829
ath11k: fix rcu lock protect in peer assoc confirmation

ath11k_mac_get_ar_by_vdev_id() get protected under rcu lock
and unlock. peer association confirmation event get used this API
without rcu protection, so corrected it.

Signed-off-by: Karthikeyan Periyasamy <periyasa@codeaurora.org>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
drivers/net/wireless/ath/ath11k/wmi.c