summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath
AgeCommit message (Expand)AuthorFilesLines
2022-04-10ath9k: Fix usage of driver-private space in tx_infoToke Høiland-Jørgensen2-11/+21
2022-04-04Revert "ath11k: mesh: add support for 256 bitmap in blockack frames in 11ax"Anilkumar Kolli1-8/+14
2022-04-01ath9k: Properly clear TX status area before reporting to mac80211Toke Høiland-Jørgensen1-3/+2
2022-03-21ar5523: fix typo "to short" -> "too short"Tong Zhang1-1/+1
2022-03-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-32/+1
2022-03-16Revert "ath10k: drop beacon and probe response which leak from other channel"Kalle Valo1-32/+1
2022-03-12Merge tag 'wireless-next-2022-03-11' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski43-290/+2045
2022-03-10carl9170: devres ar->survey_infoChristian Lamparter1-4/+2
2022-03-10carl9170: replace bitmap_zalloc with devm_bitmap_zallocChristian Lamparter1-8/+1
2022-03-10carl9170: devres-ing input_allocate_deviceChristian Lamparter1-11/+2
2022-03-10carl9170: devres-ing hwrng_register usageChristian Lamparter2-27/+3
2022-03-10carl9170: replace GFP_ATOMIC in ampdu_action, it can sleepChristian Lamparter1-1/+1
2022-03-10ath10k: Fix error handling in ath10k_setup_msa_resourcesMiaoqian Lin1-1/+1
2022-03-10ath11k: remove unneeded flush_workqueueLv Ruyi (CGEL ZTE)1-1/+0
2022-03-10ath6kl: add device ID for WLU5150-D81André Apitzsch1-0/+1
2022-03-09ath9k: make array voice_priority static constColin Ian King1-1/+1
2022-03-09ath6kl: wmi: Replace one-element array with flexible-array member in struct w...Gustavo A. R. Silva2-5/+2
2022-03-09ath6kl: wmi: Replace one-element array with flexible-array member in struct w...Gustavo A. R. Silva1-1/+1
2022-03-09ath6kl: wmi: Replace one-element array with flexible-array member in struct w...Gustavo A. R. Silva1-1/+1
2022-03-09ath6kl: wmi: Replace one-element array with flexible-array member in struct w...Gustavo A. R. Silva1-1/+1
2022-03-09ath6kl: wmi: Replace one-element array with flexible-array member in struct w...Gustavo A. R. Silva2-8/+2
2022-03-09ath6kl: wmi: Replace one-element array with flexible-array member in struct w...Gustavo A. R. Silva2-8/+3
2022-03-07Revert "ath: add support for special 0x0 regulatory domain"Brian Norris1-5/+5
2022-03-06wireless: Atheros: Use netif_rx().Sebastian Andrzej Siewior3-3/+3
2022-02-25Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo37-206/+2017
2022-02-24ath10k: fix pointer arithmetic error in trace callFrancesco Magliocca1-1/+1
2022-02-24carl9170: Replace zero-length arrays with flexible-array membersGustavo A. R. Silva2-2/+2
2022-02-24ath11k: add dbring debug supportVenkateswara Naralasetty6-6/+283
2022-02-24ath11k: translate HE status to radiotap formatPradeep Kumar Chitrapu2-64/+438
2022-02-24ath11k: decode HE status tlvPradeep Kumar Chitrapu3-21/+215
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-42/+33
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