mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-10-28 17:12:22 +00:00
12 lines
382 B
Plaintext
12 lines
382 B
Plaintext
--- a/ath10k-5.7/mac.c 2021-07-06 11:12:56.022146449 -0700
|
|
+++ b/ath10k-5.7/mac.c 2021-07-06 19:37:52.352753693 -0700
|
|
@@ -8286,7 +8286,7 @@
|
|
struct ieee80211_channel *channel)
|
|
{
|
|
int ret;
|
|
- enum wmi_bss_survey_req_type type = WMI_BSS_SURVEY_REQ_TYPE_READ_CLEAR;
|
|
+ enum wmi_bss_survey_req_type type = WMI_BSS_SURVEY_REQ_TYPE_READ;
|
|
|
|
lockdep_assert_held(&ar->conf_mutex);
|
|
|