OpenCloudOS-Kernel/drivers/net/wireless/ath/ath11k
Baochen Qiang 8cd5c08471 ath11k: Identify DFS channel when sending scan channel list command
WMI_CHAN_INFO_DFS flag should be set when configuring a DFS channel
included in scan channel list. Without it, firmware will not send a
probe request frame which is needed in connection to an AP configured
with hidden SSID/network_id. So fix this to allow probe request frames
to be sent in cases where a beacon frame has been seen on the channel
first.

Tested-on: WCN6855 hw2.0 PCI WLAN.HSP.1.1-01720.1-QCAHSPSWPL_V1_V2_SILICONZ_LITE-1

Signed-off-by: Baochen Qiang <bqiang@codeaurora.org>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Link: https://lore.kernel.org/r/20211011054919.77071-1-bqiang@codeaurora.org
2021-10-13 08:47:19 +03:00
..
Kconfig ath11k: use remoteproc only with AHB devices 2020-08-17 13:07:17 +03:00
Makefile ath11k: implement WoW enable and wakeup commands 2020-12-12 06:41:37 +02:00
ahb.c ath11k: Move qmi service_ins_id to hw_params 2021-02-17 11:32:10 +02:00
ahb.h ath11k: Remove rproc references from common core layer 2020-09-21 16:11:28 +03:00
ce.c ath11k: add CE interrupt support for QCN9074 2021-02-17 11:32:58 +02:00
ce.h ath11k: add CE interrupt support for QCN9074 2021-02-17 11:32:58 +02:00
core.c ath11k: Change number of TCL rings to one for QCA6390 2021-10-11 18:12:21 +03:00
core.h ath11k: add channel 2 into 6 GHz channel list 2021-09-28 16:16:54 +03:00
dbring.c ath11k: fix some sleeping in atomic bugs 2021-09-28 13:55:51 +03:00
dbring.h ath11k: Add direct buffer ring support 2020-06-15 17:21:52 +03:00
debug.c ath11k: refactor debugfs code into debugfs.c 2020-09-22 10:41:41 +03:00
debug.h ath11k: refactor debugfs code into debugfs.c 2020-09-22 10:41:41 +03:00
debugfs.c ath11k: Change number of TCL rings to one for QCA6390 2021-10-11 18:12:21 +03:00
debugfs.h ath11k: add HTT stats support for new stats 2021-09-28 16:53:15 +03:00
debugfs_htt_stats.c ath11k: add HTT stats support for new stats 2021-09-28 16:53:15 +03:00
debugfs_htt_stats.h ath11k: add HTT stats support for new stats 2021-09-28 16:53:15 +03:00
debugfs_sta.c ath11k: add HTT stats support for new stats 2021-09-28 16:53:15 +03:00
debugfs_sta.h ath11k: debugfs: move some function declarations to correct header files 2020-09-22 10:41:49 +03:00
dp.c ath11k: Change number of TCL rings to one for QCA6390 2021-10-11 18:12:21 +03:00
dp.h ath11k: Change number of TCL rings to one for QCA6390 2021-10-11 18:12:21 +03:00
dp_rx.c ath11k: Remove unused variable in ath11k_dp_rx_mon_merg_msdus() 2021-10-05 17:29:20 +03:00
dp_rx.h ath11k: Clear the fragment cache during key install 2021-05-11 20:16:21 +02:00
dp_tx.c ath11k: Change number of TCL rings to one for QCA6390 2021-10-11 18:12:21 +03:00
dp_tx.h ath11k: fix 4addr multicast packet tx 2021-09-16 12:15:40 +03:00
hal.c ath11k: setup WBM_IDLE_LINK ring once again 2021-06-12 13:31:03 +03:00
hal.h ath11k: setup REO for WCN6855 2021-06-12 13:31:02 +03:00
hal_desc.h ath11k: Add support for RX decapsulation offload 2021-09-28 13:56:28 +03:00
hal_rx.c ath11k: add support to get peer id for WCN6855 2021-06-12 13:31:04 +03:00
hal_rx.h ath11k: add support to get peer id for WCN6855 2021-06-12 13:31:04 +03:00
hal_tx.c ath11k: add data path support for QCN9074 2021-02-17 11:32:51 +02:00
hal_tx.h ath11k: add hal support for QCN9074 2021-02-17 11:32:48 +02:00
hif.h ath11k: add CE interrupt support for QCN9074 2021-02-17 11:32:58 +02:00
htc.c ath11k: set credit_update flag for flow controlled ep only 2020-12-12 06:41:34 +02:00
htc.h ath11k: htc: implement suspend handling 2020-12-12 06:41:28 +02:00
hw.c ath11k: Add support for RX decapsulation offload 2021-09-28 13:56:28 +03:00
hw.h ath11k: Change number of TCL rings to one for QCA6390 2021-10-11 18:12:21 +03:00
mac.c ath11k: Change number of TCL rings to one for QCA6390 2021-10-11 18:12:21 +03:00
mac.h ath11k: add support for 80P80 and 160 MHz bandwidth 2021-09-28 11:51:51 +03:00
mhi.c ath11k: set register access length for MHI driver 2021-08-05 14:28:47 +02:00
mhi.h ath11k: mhi: hook suspend and resume 2020-12-12 06:41:16 +02:00
pci.c ath11k: Handle MSI enablement during rmmod and SSR 2021-10-11 18:11:36 +03:00
pci.h ath11k: add hal support for QCN9074 2021-02-17 11:32:48 +02:00
peer.c ath11k: fix 4addr multicast packet tx 2021-09-16 12:15:40 +03:00
peer.h ath11k: Update tx descriptor search index properly 2021-02-09 09:22:52 +02:00
qmi.c ath11k: Remove redundant assignment to variable fw_size 2021-10-11 09:23:51 +03:00
qmi.h ath11k: add caldata download support from EEPROM 2021-09-28 13:49:48 +03:00
reg.c ath11k: Avoid race during regd updates 2021-09-28 13:57:32 +03:00
reg.h ath11k: Avoid race during regd updates 2021-09-28 13:57:32 +03:00
rx_desc.h ath11k: add dp support for WCN6855 2021-06-12 13:31:02 +03:00
spectral.c ath11k: Fix the spectral minimum FFT bin count 2021-09-28 11:52:57 +03:00
spectral.h ath11k: add support for spectral scan 2020-06-15 17:21:54 +03:00
testmode.c ath11k: remove repeated words in comments and warnings 2020-10-28 15:44:04 +02:00
testmode.h
testmode_i.h
thermal.c net: ath11k: constify ath11k_thermal_ops 2020-08-26 16:21:17 -07:00
thermal.h ath11k: fix compiler warnings without CONFIG_THERMAL 2020-04-06 17:21:23 +03:00
trace.c
trace.h ath11k: Fix pktlog lite rx events 2021-09-28 13:57:30 +03:00
wmi.c ath11k: Identify DFS channel when sending scan channel list command 2021-10-13 08:47:19 +03:00
wmi.h ath11k: Add wmi peer create conf event in wmi_tlv_event_id 2021-09-28 13:57:35 +03:00
wow.c ath11k: implement WoW enable and wakeup commands 2020-12-12 06:41:37 +02:00
wow.h ath11k: implement WoW enable and wakeup commands 2020-12-12 06:41:37 +02:00