1
0
Fork 0
mirror of synced 2025-03-06 20:59:54 +01:00
linux/drivers/net/wireless/ath/ath10k
Aditya Kumar Singh 6030b3a469 wifi: mac80211: check beacon countdown is complete on per link basis
Currently, function to check if beacon countdown is complete uses deflink
to fetch the beacon and check the counter. However, with MLO, there is
a need to check the counter for the beacon in a particular link.

Add support to use link_id in order to fetch the beacon from a particular
link data.

Signed-off-by: Aditya Kumar Singh <quic_adisi@quicinc.com>
Link: https://msgid.link/20240216144621.514385-2-quic_adisi@quicinc.com
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
2024-02-21 15:19:03 +01:00
..
ahb.c wifi: ath10k: fix Wvoid-pointer-to-enum-cast warning 2023-08-23 17:10:04 +03:00
ahb.h ath10k: switch to use SPDX license identifiers 2019-02-20 10:33:00 +02:00
bmi.c wifi: ath10k: Update Qualcomm Innovation Center, Inc. copyrights 2023-11-30 18:59:24 +02:00
bmi.h treewide: Replace 0-element memcpy() destinations with flexible arrays 2021-10-18 12:28:53 -07:00
ce.c wifi: ath10k: Update Qualcomm Innovation Center, Inc. copyrights 2023-11-30 18:59:24 +02:00
ce.h wifi: ath10k: Annotate struct ath10k_ce_ring with __counted_by 2023-09-21 11:10:17 +03:00
core.c wifi: ath10k: replace ENOTSUPP with EOPNOTSUPP 2024-01-18 07:50:08 +02:00
core.h wifi: ath10k: Update Qualcomm Innovation Center, Inc. copyrights 2023-11-30 18:59:24 +02:00
coredump.c wifi: ath10k: Update Qualcomm Innovation Center, Inc. copyrights 2023-11-30 18:59:24 +02:00
coredump.h wifi: ath10k: Fix enum ath10k_fw_crash_dump_type kernel-doc 2024-01-19 19:43:11 +02:00
debug.c wifi: ath10k: Update Qualcomm Innovation Center, Inc. copyrights 2023-11-30 18:59:24 +02:00
debug.h ath10k: Add new debug level for sta related logs 2021-02-09 09:25:10 +02:00
debugfs_sta.c wifi: ath10k: Update Qualcomm Innovation Center, Inc. copyrights 2023-11-30 18:59:24 +02:00
hif.h ath10k: hif: make send_complete_check op optional 2020-04-21 15:04:02 +03:00
htc.c wifi: ath10k: Update Qualcomm Innovation Center, Inc. copyrights 2023-11-30 18:59:24 +02:00
htc.h wifi: ath10k: Use DECLARE_FLEX_ARRAY() for ath10k_htc_record 2023-11-30 19:02:23 +02:00
htt.c wifi: ath10k: replace ENOTSUPP with EOPNOTSUPP 2024-01-18 07:50:08 +02:00
htt.h wifi: ath10k: Fix htt_data_tx_completion kernel-doc warning 2024-01-19 19:43:11 +02:00
htt_rx.c wifi: mac80211: rework RX timestamp flags 2023-12-21 20:35:15 +01:00
htt_tx.c wifi: ath10k: Update Qualcomm Innovation Center, Inc. copyrights 2023-11-30 18:59:24 +02:00
hw.c wifi: ath10k: Update Qualcomm Innovation Center, Inc. copyrights 2023-11-30 18:59:24 +02:00
hw.h wifi: ath10k: add support to allow broadcast action frame RX 2023-12-07 12:14:54 +02:00
Kconfig wifi: ath10k: fix QCOM_SMEM dependency 2022-12-02 20:24:06 +02:00
mac.c wifi: mac80211: check beacon countdown is complete on per link basis 2024-02-21 15:19:03 +01:00
mac.h ath10k: add support for hardware rfkill 2019-10-02 20:20:33 +03:00
Makefile ath10k: switch to use SPDX license identifiers 2019-02-20 10:33:00 +02:00
p2p.c ath10k: Don't iterate over not-sdata-in-driver interfaces. 2020-11-07 09:57:07 +02:00
p2p.h ath10k: switch to use SPDX license identifiers 2019-02-20 10:33:00 +02:00
pci.c wifi: ath10k: replace ENOTSUPP with EOPNOTSUPP 2024-01-18 07:50:08 +02:00
pci.h wifi: ath10k: Update Qualcomm Innovation Center, Inc. copyrights 2023-11-30 18:59:24 +02:00
qmi.c wifi: ath10k: Update Qualcomm Innovation Center, Inc. copyrights 2023-11-30 18:59:24 +02:00
qmi.h ath10k: Remove ath10k_qmi_register_service_notifier() declaration 2020-05-30 17:18:29 +03:00
qmi_wlfw_v01.c wifi: ath10k: Update Qualcomm Innovation Center, Inc. copyrights 2023-11-30 18:59:24 +02:00
qmi_wlfw_v01.h wifi: ath10k: Update Qualcomm Innovation Center, Inc. copyrights 2023-11-30 18:59:24 +02:00
rx_desc.h wifi: ath10k: Update Qualcomm Innovation Center, Inc. copyrights 2023-11-30 18:59:24 +02:00
sdio.c wifi: ath10k: Update Qualcomm Innovation Center, Inc. copyrights 2023-11-30 18:59:24 +02:00
sdio.h Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next 2020-06-03 16:27:18 -07:00
snoc.c wifi: ath10k: Don't touch the CE interrupt registers after power up 2023-10-02 19:55:46 +03:00
snoc.h ath10k: Don't always treat modem stop events as crashes 2021-10-05 17:26:38 +03:00
spectral.c wifi: ath10k: consistently use kstrtoX_from_user() functions 2023-10-02 19:54:51 +03:00
spectral.h ath10k: switch to use SPDX license identifiers 2019-02-20 10:33:00 +02:00
swap.c ath10k: remove unnecessary 'out of memory' message 2019-06-28 22:14:06 +03:00
swap.h ath10k: Replace zero-length array with flexible-array member 2022-02-21 12:23:28 +02:00
targaddrs.h ath10k: sdio: add firmware coredump support 2020-08-19 20:36:19 +03:00
testmode.c ath10k: Fix some typo in some warning messages 2019-12-17 16:24:17 +02:00
testmode.h ath10k: switch to use SPDX license identifiers 2019-02-20 10:33:00 +02:00
testmode_i.h ath10k: switch to use SPDX license identifiers 2019-02-20 10:33:00 +02:00
thermal.c wifi: ath10k: Update Qualcomm Innovation Center, Inc. copyrights 2023-11-30 18:59:24 +02:00
thermal.h wifi: ath10k: Fix miscellaneous spelling errors 2022-09-16 12:18:51 +03:00
trace.c ath10k: Add wrapper function to ath10k debug 2019-06-25 15:48:47 +03:00
trace.h tracing/ath: Use the new __vstring() helper 2022-07-15 17:44:40 -04:00
txrx.c ath10k: improve tx status reporting 2022-05-22 15:27:51 +03:00
txrx.h ath10k: switch to use SPDX license identifiers 2019-02-20 10:33:00 +02:00
usb.c Fix nomenclature for USB and PCI wireless devices 2023-08-25 12:56:49 +03:00
usb.h wifi: ath10k: Update Qualcomm Innovation Center, Inc. copyrights 2023-11-30 18:59:24 +02:00
wmi-ops.h ath10k: Add wmi command support for station specific TID config 2020-08-26 17:52:46 +03:00
wmi-tlv.c wifi: ath10k: replace ENOTSUPP with EOPNOTSUPP 2024-01-18 07:50:08 +02:00
wmi-tlv.h wifi: ath10k: correctly document enum wmi_tlv_tx_pause_id 2024-01-19 19:43:11 +02:00
wmi.c wifi: mac80211: check beacon countdown is complete on per link basis 2024-02-21 15:19:03 +01:00
wmi.h wifi: ath10k: add missing wmi_10_4_feature_mask documentation 2024-01-19 19:43:11 +02:00
wow.c wifi: ath10k: Update Qualcomm Innovation Center, Inc. copyrights 2023-11-30 18:59:24 +02:00
wow.h ath10k: switch to use SPDX license identifiers 2019-02-20 10:33:00 +02:00