aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath
AgeCommit message (Expand)AuthorFilesLines
2022-02-24ath11k: translate HE status to radiotap formatPradeep Kumar Chitrapu2-63/+437
2022-02-24ath11k: decode HE status tlvPradeep Kumar Chitrapu3-20/+214
2022-02-24ath11k: switch to using ieee80211_tx_status_ext()Pradeep Kumar Chitrapu1-5/+23
2022-02-21ath11k: Fix frames flush failure caused by deadlockBaochen Qiang1-1/+1
2022-02-21ath11k: Handle failure in qmi firmware readySeevalamuthu Mariappan1-1/+5
2022-02-21ath11k: Invalidate cached reo ring entry before accessing itRameshkumar Sundaram1-1/+1
2022-02-21ath: Replace zero-length arrays with flexible-array membersGustavo A. R. Silva1-2/+2
2022-02-21ath6kl: Replace zero-length arrays with flexible-array membersGustavo A. R. Silva1-13/+13
2022-02-21ath11k: Replace zero-length arrays with flexible-array membersGustavo A. R. Silva5-11/+11
2022-02-21ath10k: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2022-02-21ath9k: use hw_random API instead of directly dumping into random.cJason A. Donenfeld2-41/+32
2022-02-21ath11k: configure RDDM size to mhi for recovery by firmwareWen Gong1-0/+2
2022-02-21ath11k: fix invalid m3 buffer addressCarl Huang1-0/+1
2022-02-21ath11k: add ath11k_qmi_free_resource() for recoveryWen Gong2-0/+6
2022-02-16ieee80211: add EHT 1K aggregation definitionsMordechay Goodstein1-1/+1
2022-02-14wcn36xx: use struct_size over open coded arithmeticMinghao Chi (CGEL ZTE)1-1/+1
2022-02-14ath11k: fix destination monitor ring out of syncKarthikeyan Kathirvel2-6/+39
2022-02-14ath11k: fix radar detection in 160 MhzVenkateswara Naralasetty1-12/+13
2022-02-14ath11k: fix WARN_ON during ath11k_mac_update_vif_chanVenkateswara Naralasetty1-6/+26
2022-02-14ath11k: fix uninitialized rate_idx in ath11k_dp_tx_update_txcompl()Wen Gong1-1/+1
2022-02-10wcn36xx: Uninitialized variable in wcn36xx_change_opchannel()Dan Carpenter1-1/+1
2022-02-04mac80211: fix struct ieee80211_tx_info sizeAvraham Stern3-4/+5
2022-02-03wcn36xx: clean up some inconsistent indentingYang Li2-7/+7
2022-02-01ath11k: add debugfs for TWT debug callsJohn Crispin4-1/+245
2022-02-01ath11k: add WMI calls to manually add/del/pause/resume TWT dialogsJohn Crispin3-4/+358
2022-02-01ath11k: Add debugfs interface to configure firmware debug log levelSeevalamuthu Mariappan5-0/+265
2022-01-31carl9170: fix missing bit-wise or operator for tx_paramsColin Ian King1-1/+1
2022-01-31wcn36xx: Differentiate wcn3660 from wcn3620Bryan O'Donoghue2-0/+4
2022-01-31ath11k: mhi: use mhi_sync_power_up()Kalle Valo1-1/+1
2022-01-31ath11k: pci: fix crash on suspend if board file is not foundKalle Valo1-0/+10
2022-01-31ath11k: Fix missing rx_desc_get_ldpc_support in wcn6855_opsBaochen Qiang1-0/+7
2022-01-31ath11k: Fix uninitialized symbol 'rx_buf_sz'Anilkumar Kolli2-2/+6
2022-01-31ath11k: fix kernel panic during unload/load ath11k modulesVenkateswara Naralasetty1-0/+2
2022-01-31ath11k: Rename ath11k_ahb_ext_irq_configVenkateswara Naralasetty1-2/+2
2022-01-28Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo31-404/+1091
2022-01-28ath11k: avoid firmware crash when reg set for QCA6390/WCN6855Wen Gong3-8/+24
2022-01-28ath11k: set WMI_PEER_40MHZ while peer assoc for 6 GHzWen Gong1-0/+3
2022-01-28ath9k_htc: fix uninit value bugsPavel Skripkin1-0/+5
2022-01-19wcn36xx: Add SNR reporting via get_survey()Bryan O'Donoghue1-0/+44
2022-01-19wcn36xx: Track SNR and RSSI for each RX frameBryan O'Donoghue3-0/+53
2022-01-19wcn36xx: Track the band and channel we are tuned toBryan O'Donoghue2-0/+30
2022-01-19wcn36xx: Implement get_snr()Bryan O'Donoghue1-0/+5
2022-01-17ath10k: abstract htt_rx_desc structureFrancesco Magliocca8-192/+722
2022-01-17wcn36xx: Use platform_get_irq_byname() to get the interruptLad Prabhakar1-13/+8
2022-01-17ath9k: remove redundant status variableMinghao Chi1-5/+1
2022-01-17ath11k: Reconfigure hardware rate for WCN6855 after vdev is startedBaochen Qiang2-0/+19
2022-01-17ath: dfs_pattern_detector: Avoid open coded arithmetic in memory allocationChristophe JAILLET1-3/+3
2022-01-17ath10k: Use platform_get_irq() to get the interruptLad Prabhakar1-10/+5
2022-01-17ath5k: fix ah_txq_isr_txok_all settingPeter Seiderer1-0/+1
2022-01-17ath5k: remove unused ah_txq_isr_txurn member from struct ath5k_hwPeter Seiderer2-8/+0