summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath
Commit message (Expand)AuthorAgeFilesLines
...
| | * | ath11k: add ath11k_qmi_free_resource() for recoveryWen Gong2022-02-212-0/+6
| | * | wcn36xx: use struct_size over open coded arithmeticMinghao Chi (CGEL ZTE)2022-02-141-1/+1
| | * | ath11k: fix destination monitor ring out of syncKarthikeyan Kathirvel2022-02-142-6/+39
| | * | ath11k: fix radar detection in 160 MhzVenkateswara Naralasetty2022-02-141-12/+13
| | * | ath11k: fix WARN_ON during ath11k_mac_update_vif_chanVenkateswara Naralasetty2022-02-141-6/+26
| | * | ath11k: fix uninitialized rate_idx in ath11k_dp_tx_update_txcompl()Wen Gong2022-02-141-1/+1
| | * | wcn36xx: Uninitialized variable in wcn36xx_change_opchannel()Dan Carpenter2022-02-101-1/+1
| | * | wcn36xx: clean up some inconsistent indentingYang Li2022-02-032-7/+7
| | * | ath11k: add debugfs for TWT debug callsJohn Crispin2022-02-014-1/+245
| | * | ath11k: add WMI calls to manually add/del/pause/resume TWT dialogsJohn Crispin2022-02-013-4/+358
| | * | ath11k: Add debugfs interface to configure firmware debug log levelSeevalamuthu Mariappan2022-02-015-0/+265
| | * | carl9170: fix missing bit-wise or operator for tx_paramsColin Ian King2022-01-311-1/+1
| | * | wcn36xx: Differentiate wcn3660 from wcn3620Bryan O'Donoghue2022-01-312-0/+4
| | * | ath11k: mhi: use mhi_sync_power_up()Kalle Valo2022-01-311-1/+1
| | * | ath11k: pci: fix crash on suspend if board file is not foundKalle Valo2022-01-311-0/+10
| | * | ath11k: Fix missing rx_desc_get_ldpc_support in wcn6855_opsBaochen Qiang2022-01-311-0/+7
| | * | ath11k: Fix uninitialized symbol 'rx_buf_sz'Anilkumar Kolli2022-01-312-2/+6
| | * | ath11k: fix kernel panic during unload/load ath11k modulesVenkateswara Naralasetty2022-01-311-0/+2
| | * | ath11k: Rename ath11k_ahb_ext_irq_configVenkateswara Naralasetty2022-01-311-2/+2
| * | | ieee80211: add EHT 1K aggregation definitionsMordechay Goodstein2022-02-161-1/+1
* | | | wireless: Atheros: Use netif_rx().Sebastian Andrzej Siewior2022-03-063-3/+3
|/ / /
* / / mac80211: fix struct ieee80211_tx_info sizeAvraham Stern2022-02-043-4/+5
|/ /
* | 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