summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath
AgeCommit message (Expand)AuthorFilesLines
2023-12-21wifi: mac80211: rework RX timestamp flagsJohannes Berg1-1/+1
2023-12-19Merge tag 'wireless-next-2023-12-18' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski128-465/+630
2023-12-15wifi: ath11k: workaround too long expansion sparse warningsKalle Valo1-6/+10
2023-12-15Revert "wifi: ath12k: use ATH12K_PCI_IRQ_DP_OFFSET for DP IRQ"Karthikeyan Periyasamy1-4/+4
2023-12-13wifi: ath9k: reset survey of current channel after a scan startedHancheng Yang1-0/+15
2023-12-12wifi: ath12k: fix the issue that the multicast/broadcast indicator is not rea...Lingbo Kong1-2/+2
2023-12-12wifi: ath11k: Fix ath11k_htc_record flexible recordJeff Johnson1-3/+1
2023-12-07wifi: ath5k: remove unused ath5k_eeprom_info::ee_antennaJiri Slaby (SUSE)1-3/+0
2023-12-07wifi: ath10k: add support to allow broadcast action frame RXJames Prestwood3-2/+30
2023-12-05wifi: ath12k: avoid repeated wiphy access from hwKarthikeyan Periyasamy1-35/+37
2023-12-05wifi: ath12k: fix and enable AP mode for WCN7850Kang Yang2-3/+4
2023-12-05wifi: ath12k: set IRQ affinity to CPU0 in case of one MSI vectorKang Yang1-1/+23
2023-12-05wifi: ath12k: do not restore ASPM in case of single MSI vectorKang Yang1-1/+4
2023-12-05wifi: ath12k: add support one MSI vectorKang Yang2-15/+52
2023-12-05wifi: ath12k: refactor multiple MSI vector implementationKang Yang2-8/+42
2023-12-05wifi: ath12k: use ATH12K_PCI_IRQ_DP_OFFSET for DP IRQKang Yang1-4/+4
2023-12-05wifi: ath12k: add CE and ext IRQ flag to indicate irq_handlerKang Yang2-0/+18
2023-12-05wifi: ath12k: get msi_data again after request_irq is calledKang Yang1-0/+30
2023-12-01wifi: wcn36xx: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-12-01wifi: ath5k: Convert to platform remove callback returning voidUwe Kleine-König1-5/+3
2023-12-01wifi: ath12k: avoid repeated hw access from arKarthikeyan Periyasamy3-83/+90
2023-12-01wifi: ath12k: Optimize the mac80211 hw data accessKarthikeyan Periyasamy2-10/+10
2023-12-01wifi: ath12k: add 320 MHz bandwidth enumsMuna Sinada6-3/+16
2023-11-30wifi: ath11k: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-11-30wifi: ath11k: fix race due to setting ATH11K_FLAG_EXT_IRQ_ENABLED too earlyBaochen Qiang1-2/+2
2023-11-30wifi: ath11k: remove ath11k_htc_record::pauload[]Jeff Johnson1-1/+0
2023-11-30wifi: ath10k: Use DECLARE_FLEX_ARRAY() for ath10k_htc_recordJeff Johnson1-3/+3
2023-11-30wifi: ath10k: remove ath10k_htc_record::pauload[]Jeff Johnson1-1/+0
2023-11-30wifi: ath10k: Update Qualcomm Innovation Center, Inc. copyrightsJeff Johnson28-0/+28
2023-11-30wifi: ath11k: Update Qualcomm Innovation Center, Inc. copyrightsJeff Johnson46-19/+46
2023-11-30wifi: ath12k: Update Qualcomm Innovation Center, Inc. copyrightsJeff Johnson21-21/+21
2023-11-29wifi: ath9k: Fix potential array-index-out-of-bounds read in ath9k_htc_txstat...Minsuk Kang1-2/+3
2023-11-29wifi: ath9k: Remove unnecessary (void*) conversionsWu Yunchuan11-39/+39
2023-11-29wifi: ath12k: refactor DP Rxdma ring structureKarthikeyan Periyasamy4-39/+46
2023-11-29wifi: ath12k: avoid explicit HW conversion argument in Rxdma replenishKarthikeyan Periyasamy3-53/+31
2023-11-29wifi: ath12k: avoid explicit RBM id argument in Rxdma replenishKarthikeyan Periyasamy3-11/+4
2023-11-29wifi: ath12k: avoid explicit mac id argument in Rxdma replenishKarthikeyan Periyasamy3-13/+11
2023-11-29wifi: ath12k: fix the error handler of rfkill configKarthikeyan Periyasamy1-2/+4
2023-11-29wifi: ath12k: use select for CRYPTO_MICHAEL_MICJames Prestwood1-1/+1
2023-11-29wifi: ath11k: use select for CRYPTO_MICHAEL_MICJames Prestwood1-1/+1
2023-11-27wifi: mac80211: use wiphy locked debugfs helpers for agg_statusJohannes Berg1-3/+1
2023-11-22wifi: ath12k: Consolidate WMI peer flagsJeff Johnson1-42/+19
2023-11-22wifi: ath11k: Consolidate WMI peer flagsJeff Johnson1-41/+18
2023-11-22wifi: ath12k: Remove obsolete struct wmi_peer_flags_map *peer_flagsJeff Johnson1-2/+0
2023-11-22wifi: ath11k: Remove obsolete struct wmi_peer_flags_map *peer_flagsJeff Johnson1-2/+0
2023-11-22wifi: ath12k: Remove struct ath12k::opsJeff Johnson1-2/+1
2023-11-22wifi: ath11k: Remove struct ath11k::opsJeff Johnson1-1/+0
2023-11-22wifi: ath10k: Remove unused struct ath10k_htc_frameJeff Johnson1-13/+0
2023-11-22wifi: ath10k: simplify __ath10k_htt_tx_txq_recalc()Dmitry Antipov1-2/+1
2023-11-13wifi: ath11k: Remove unneeded semicolonYang Li1-1/+1