summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath11k
AgeCommit message (Expand)AuthorFilesLines
2021-12-20ath11k: report tx bitrate for iw wlan station dumpWen Gong10-133/+210
2021-12-20ath11k: fix warning of RCU usage for ath11k_mac_get_arvif_by_vdev_id()Wen Gong1-0/+6
2021-12-20ath11k: add signal report to mac80211 for QCA6390 and WCN6855Wen Gong3-11/+61
2021-12-20ath11k: report rssi of each chain to mac80211 for QCA6390/WCN6855Wen Gong11-34/+284
2021-12-17Merge tag 'wireless-drivers-next-2021-12-17' of git://git.kernel.org/pub/scm/...Jakub Kicinski28-167/+1788
2021-12-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+5
2021-12-16ath11k: Use reserved host DDR addresses from DT for PCI devicesAnilkumar Kolli5-13/+101
2021-12-14ath11k: Change qcn9074 fw to operate in mode-2Seevalamuthu Mariappan4-5/+25
2021-12-14ath11k: add ab to TARGET_NUM_VDEVS & coKalle Valo4-22/+22
2021-12-14ath11k: Fix a NULL pointer dereference in ath11k_mac_op_hw_scan()Zhou Qingyang1-2/+5
2021-12-13ath11k: Fix deleting uninitialized kernel timer during fragment cache flushRameshkumar Sundaram1-1/+1
2021-12-13ath11k: Avoid false DEADLOCK warning reported by lockdepBaochen Qiang2-0/+24
2021-12-13ath11k: set DTIM policy to stick mode for station interfaceCarl Huang2-0/+14
2021-12-13ath11k: support MAC address randomization in scanCarl Huang3-1/+58
2021-12-09bus: mhi: core: Add support for forced PM resumeLoic Poulain1-1/+5
2021-12-09ath11k: add spectral/CFR buffer validation supportVenkateswara Naralasetty3-0/+46
2021-12-09ath11k: Process full monitor mode rx supportAnilkumar Kolli3-3/+433
2021-12-09ath11k: add software monitor ring descriptor for full monitorAnilkumar Kolli3-0/+80
2021-12-09ath11k: Add htt cmd to enable full monitor modeAnilkumar Kolli5-0/+84
2021-12-09ath11k: enable IEEE80211_HW_SINGLE_SCAN_ON_ALL_BANDS for WCN6855Wen Gong1-0/+3
2021-12-09ath11k: Fix buffer overflow when scanning with extraieSven Eckelmann1-3/+3
2021-12-08ath11k: add wait operation for tx management packets for flush from mac80211Wen Gong4-10/+55
2021-12-08ath11k: add 11d scan offload supportWen Gong7-1/+360
2021-12-08ath11k: add configure country code for QCA6390 and WCN6855Wen Gong2-0/+48
2021-12-08ath11k: avoid deadlock by change ieee80211_queue_work for regd_update_workWen Gong1-1/+1
2021-12-07ath11k: change to use dynamic memory for channel list of scanWen Gong2-2/+11
2021-12-07ath11k: Fix QMI file type enum valueSeevalamuthu Mariappan1-1/+1
2021-12-07ath11k: add support for WCN6855 hw2.1Baochen Qiang4-2/+69
2021-11-29ath11k: Avoid NULL ptr access during mgmt tx cleanupSriram R1-15/+20
2021-11-26ath11k: Use host CE parameters for CE interrupts configurationAnilkumar Kolli1-8/+8
2021-11-24ath11k: Use memset_startat() for clearing queue descriptorsKees Cook1-7/+6
2021-11-24ath11k: Fix spelling mistake "detetction" -> "detection"Colin Ian King1-1/+1
2021-11-24Revert "ath11k: add read variant from SMBIOS for download board data"Kalle Valo3-96/+0
2021-11-22ath11k: Fix mon status ring rx tlv processingAnilkumar Kolli1-7/+7
2021-11-22ath11k: add read variant from SMBIOS for download board dataWen Gong3-0/+96
2021-11-22ath11k: skip sending vdev down for channel switchWen Gong1-31/+1
2021-11-22ath11k: fix read fail for htt_stats and htt_peer_stats for single pdevWen Gong6-3/+86
2021-11-22ath11k: calculate the correct NSS of peer for HE capabilitiesWen Gong1-1/+36
2021-11-22ath11k: change to treat alpha code na as world wide regdomainWen Gong1-1/+7
2021-11-22ath11k: Set IRQ affinity to CPU0 in case of one MSI vectorBaochen Qiang1-2/+23
2021-11-22ath11k: do not restore ASPM in case of single MSI vectorCarl Huang1-1/+7
2021-11-22ath11k: add support one MSI vectorCarl Huang2-15/+51
2021-11-22ath11k: refactor multiple MSI vector implementationCarl Huang2-8/+43
2021-11-22ath11k: use ATH11K_PCI_IRQ_DP_OFFSET for DP IRQCarl Huang1-4/+4
2021-11-22ath11k: add CE and ext IRQ flag to indicate irq_handlerCarl Huang2-0/+18
2021-11-22ath11k: get msi_data again after request_irq is calledCarl Huang1-0/+30
2021-11-19ath11k: add hw_param for wakeup_mhiSeevalamuthu Mariappan3-4/+14
2021-11-17ath11k: reset RSN/WPA present state for open BSSKarthikeyan Kathirvel1-0/+4
2021-11-17ath11k: clear the keys properly via DISABLE_KEYKarthikeyan Kathirvel2-4/+3
2021-11-17ath11k: add support for BSS color changeJohn Crispin5-6/+147