summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath
Commit message (Expand)AuthorAgeFilesLines
* Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo2022-01-2831-404/+1091
|\
| * 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
| * ath9k_htc: fix uninit value bugsPavel Skripkin2022-01-281-0/+5
| * wcn36xx: Add SNR reporting via get_survey()Bryan O'Donoghue2022-01-191-0/+44
| * wcn36xx: Track SNR and RSSI for each RX frameBryan O'Donoghue2022-01-193-0/+53
| * wcn36xx: Track the band and channel we are tuned toBryan O'Donoghue2022-01-192-0/+30
| * wcn36xx: Implement get_snr()Bryan O'Donoghue2022-01-191-0/+5
| * ath10k: abstract htt_rx_desc structureFrancesco Magliocca2022-01-178-192/+722
| * wcn36xx: Use platform_get_irq_byname() to get the interruptLad Prabhakar2022-01-171-13/+8
| * ath9k: remove redundant status variableMinghao Chi2022-01-171-5/+1
| * ath11k: Reconfigure hardware rate for WCN6855 after vdev is startedBaochen Qiang2022-01-172-0/+19
| * ath: dfs_pattern_detector: Avoid open coded arithmetic in memory allocationChristophe JAILLET2022-01-171-3/+3
| * ath10k: Use platform_get_irq() to get the interruptLad Prabhakar2022-01-171-10/+5
| * ath5k: fix ah_txq_isr_txok_all settingPeter Seiderer2022-01-171-0/+1
| * ath5k: remove unused ah_txq_isr_txurn member from struct ath5k_hwPeter Seiderer2022-01-172-8/+0
| * ath5k: remove unused ah_txq_isr_qcborn member from struct ath5k_hwPeter Seiderer2022-01-172-5/+1
| * ath5k: remove unused ah_txq_isr_qcburn member from struct ath5k_hwPeter Seiderer2022-01-172-5/+1
| * ath5k: remove unused ah_txq_isr_qtrig member from struct ath5k_hwPeter Seiderer2022-01-172-5/+1
| * 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
| * ath5k: fix OOB in ath5k_eeprom_read_pcal_info_5111Zekun Shen2022-01-121-0/+3
| * 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
| * ath10k: fix memory overwrite of the WoWLAN wakeup packet patternWen Gong2022-01-111-3/+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-2327-195/+1055
|\ \ \
| * | | 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
| * | | ath10k: replace strlcpy with strscpyJason Wang2021-12-221-3/+3
| * | | 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
| * | | ath9k: Fix out-of-bound memcpy in ath9k_hif_usb_rx_streamZekun Shen2021-12-201-0/+7
| * | | ath9k_htc: fix NULL pointer dereference at ath9k_htc_tx_get_packet()Tetsuo Handa2021-12-203-0/+10
| * | | ath9k_htc: fix NULL pointer dereference at ath9k_htc_rxep()Tetsuo Handa2021-12-202-0/+9
| * | | 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
| * | | ath5k: switch to rate table based lookupJonas Jelonek2021-12-201-2/+48
* | | | 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 'mac80211-next-for-net-next-2021-12-21' of git://git.kernel.org/pub...Jakub Kicinski2021-12-212-7/+13
|\ \ \ \ | |/ / / |/| | |