summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath11k
Commit message (Expand)AuthorAgeFilesLines
* mac80211: fix struct ieee80211_tx_info sizeAvraham Stern2022-02-041-2/+3
* Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo2022-01-2812-155/+204
|\
| * ath11k: avoid firmware crash when reg set for QCA6390/WCN6855Wen Gong2022-01-283-8/+24
| * ath11k: set WMI_PEER_40MHZ while peer assoc for 6 GHzWen Gong2022-01-281-0/+3
| * ath11k: Reconfigure hardware rate for WCN6855 after vdev is startedBaochen Qiang2022-01-172-0/+19
| * ath11k: fix error code in ath11k_qmi_assign_target_mem_chunk()Dan Carpenter2022-01-171-1/+1
| * ath11k: move function ath11k_dp_rx_process_mon_statusAloka Dixit2022-01-171-87/+84
| * ath11k: enable RX PPDU stats in monitor co-exist modeMiles Hu2022-01-173-64/+34
| * ath11k: free peer for station when disconnect from AP for QCA6390/WCN6855Wen Gong2022-01-121-13/+18
| * ath11k: add LDPC FEC type in 802.11 radiotap headerP Praneesh2022-01-123-1/+28
| * ath11k: Refactor the fallback routine when peer create failsKarthikeyan Periyasamy2022-01-111-17/+23
| * ath11k: fix workqueue not getting destroyed after rmmodAditya Kumar Singh2022-01-111-0/+4
| * ath11k: add missing of_node_put() to avoid leakYang Yingliang2022-01-112-0/+2
* | Merge tag 'irq-msi-2022-01-13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-01-131-1/+1
|\ \ | |/ |/|
| * Merge branch 'irq/urgent' into irq/msiThomas Gleixner2021-12-141-1/+5
| |\
| * | genirq/msi, treewide: Use a named struct for PCI/MSI attributesThomas Gleixner2021-12-091-1/+1
* | | Merge tag 'wireless-drivers-next-2021-12-23' of git://git.kernel.org/pub/scm/...Jakub Kicinski2021-12-2321-190/+978
|\ \ \
| * | | ath11k: Fix unexpected return buffer manager error for QCA6390Baochen Qiang2021-12-222-2/+2
| * | | ath11k: add support of firmware logging for WCN6855Cheng Wang2021-12-226-0/+151
| * | | ath11k: Fix napi related hangBen Greear2021-12-223-7/+19
| * | | ath11k: add regdb.bin download for regdb offloadWen Gong2021-12-215-13/+52
| * | | ath11k: add support for hardware rfkill for QCA6390Wen Gong2021-12-207-0/+203
| * | | ath11k: report tx bitrate for iw wlan station dumpWen Gong2021-12-2010-133/+210
| * | | ath11k: fix warning of RCU usage for ath11k_mac_get_arvif_by_vdev_id()Wen Gong2021-12-201-0/+6
| * | | ath11k: add signal report to mac80211 for QCA6390 and WCN6855Wen Gong2021-12-203-11/+61
| * | | ath11k: report rssi of each chain to mac80211 for QCA6390/WCN6855Wen Gong2021-12-2011-34/+284
* | | | codel: remove unnecessary pkt_sched.h includeJakub Kicinski2021-12-221-0/+2
* | | | codel: remove unnecessary sock.h includeJakub Kicinski2021-12-221-0/+2
|/ / /
* | | Merge tag 'wireless-drivers-next-2021-12-17' of git://git.kernel.org/pub/scm/...Jakub Kicinski2021-12-1728-167/+1788
|\ \ \
| * | | ath11k: Use reserved host DDR addresses from DT for PCI devicesAnilkumar Kolli2021-12-165-13/+101
| * | | ath11k: Change qcn9074 fw to operate in mode-2Seevalamuthu Mariappan2021-12-144-5/+25
| * | | ath11k: add ab to TARGET_NUM_VDEVS & coKalle Valo2021-12-144-22/+22
| * | | ath11k: Fix a NULL pointer dereference in ath11k_mac_op_hw_scan()Zhou Qingyang2021-12-141-2/+5
| * | | ath11k: Fix deleting uninitialized kernel timer during fragment cache flushRameshkumar Sundaram2021-12-131-1/+1
| * | | ath11k: Avoid false DEADLOCK warning reported by lockdepBaochen Qiang2021-12-132-0/+24
| * | | ath11k: set DTIM policy to stick mode for station interfaceCarl Huang2021-12-132-0/+14
| * | | ath11k: support MAC address randomization in scanCarl Huang2021-12-133-1/+58
| * | | ath11k: add spectral/CFR buffer validation supportVenkateswara Naralasetty2021-12-093-0/+46
| * | | ath11k: Process full monitor mode rx supportAnilkumar Kolli2021-12-093-3/+433
| * | | ath11k: add software monitor ring descriptor for full monitorAnilkumar Kolli2021-12-093-0/+80
| * | | ath11k: Add htt cmd to enable full monitor modeAnilkumar Kolli2021-12-095-0/+84
| * | | ath11k: enable IEEE80211_HW_SINGLE_SCAN_ON_ALL_BANDS for WCN6855Wen Gong2021-12-091-0/+3
| * | | ath11k: Fix buffer overflow when scanning with extraieSven Eckelmann2021-12-091-3/+3
| * | | ath11k: add wait operation for tx management packets for flush from mac80211Wen Gong2021-12-084-10/+55
| * | | ath11k: add 11d scan offload supportWen Gong2021-12-087-1/+360
| * | | ath11k: add configure country code for QCA6390 and WCN6855Wen Gong2021-12-082-0/+48
| * | | ath11k: avoid deadlock by change ieee80211_queue_work for regd_update_workWen Gong2021-12-081-1/+1
| * | | ath11k: change to use dynamic memory for channel list of scanWen Gong2021-12-072-2/+11
| * | | ath11k: Fix QMI file type enum valueSeevalamuthu Mariappan2021-12-071-1/+1
| * | | ath11k: add support for WCN6855 hw2.1Baochen Qiang2021-12-074-2/+69