summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath (follow)
Commit message (Expand)AuthorAgeFilesLines
* wifi: wil6210: debugfs: use DEFINE_SHOW_ATTRIBUTE to simplify fw_capabilities...Liu Shixin2022-09-281-30/+6
* wifi: ath11k: stop tx queues immediately upon firmware exitAditya Kumar Singh2022-09-283-4/+5
* Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo2022-09-2765-369/+1750
|\
| * wifi: ath11k: Fix deadlock during WoWLAN suspendBaochen Qiang2022-09-261-6/+6
| * wifi: ath11k: Remove redundant ath11k_mac_drain_txBaochen Qiang2022-09-261-1/+0
| * wifi: ath11k: Add spectral scan support for 160 MHzTamizh Chelvam Raja2022-09-264-0/+31
| * wifi: ath11k: Add support to get power save duration for each clientVenkateswara Naralasetty2022-09-267-0/+473
| * wifi: ath11k: fix peer addition/deletion error on sta band migrationChristian 'Ansuel' Marangi2022-09-241-4/+26
| * wifi: ath11k: fix number of VHT beamformee spatial streamsJesus Fernandez Manzano2022-09-221-5/+20
| * wifi: ath11k: retrieve MAC address from system firmware if providedJun Yu2022-09-221-1/+7
| * wifi: ath11k: add get_txpower mac opsAditya Kumar Singh2022-09-221-0/+92
| * wifi: ath11k: move firmware stats out of debugfsAditya Kumar Singh2022-09-225-114/+137
| * wifi: ath9k: fix repeated the words in a commentJilin Yuan2022-09-221-1/+1
| * wifi: ath9k: fix repeated to words in a commentJilin Yuan2022-09-221-1/+1
| * wifi: ath10k: reset pointer after memory free to avoid potential use-after-freeWen Gong2022-09-221-0/+6
| * wifi: ath11k: fix failed to find the peer with peer_id 0 when disconnectedWen Gong2022-09-221-1/+2
| * wifi: ath11k: change complete() to complete_all() for scan.completedWen Gong2022-09-222-2/+2
| * wifi: ath11k: Add WoW support for WCN6750Manikanta Pubbisetty2022-09-197-1/+191
| * wifi: ath11k: Include STA_KEEPALIVE_ARP_RESPONSE TLV header by defaultBaochen Qiang2022-09-192-5/+6
| * wifi: wcn36xx: fix repeated words in commentsJilin Yuan2022-09-191-1/+1
| * wifi: wcn36xx: Add RX frame SNR as a source of system entropyBryan O'Donoghue2022-09-191-0/+4
| * wifi: ath11k: Fix kernel-doc issuesJeff Johnson2022-09-163-26/+21
| * wifi: ath11k: Fix miscellaneous spelling errorsJeff Johnson2022-09-1617-28/+28
| * wifi: ath10k: Fix miscellaneous spelling errorsJeff Johnson2022-09-1623-37/+37
| * wifi: ath11k: Increase TCL data ring size for WCN6750Manikanta Pubbisetty2022-09-104-1/+11
| * wifi: ath11k: Add multi TX ring support for WCN6750Manikanta Pubbisetty2022-09-1010-30/+175
| * wifi: ath11k: Enable threaded NAPIManikanta Pubbisetty2022-09-102-0/+2
| * wifi: ath11k: mhi: fix potential memory leak in ath11k_mhi_register()Jianglei Nie2022-09-101-7/+10
| * wifi: ath11k: implement SRAM dump debugfs interfaceBaochen Qiang2022-09-108-0/+138
| * wifi: ath11k: Split PCI write/read functionsBaochen Qiang2022-09-101-18/+32
| * ath11k: Enable remain-on-channel support on WCN6750Manikanta Pubbisetty2022-09-071-1/+1
| * wifi: ath11k: Add support to connect to non-transmit MBSSID profilesManikanta Pubbisetty2022-09-024-0/+28
| * wifi: ath11k: Fix hardware restart failure due to twt debugfs failureManikanta Pubbisetty2022-09-023-28/+25
| * wifi: ath11k: Add TWT debugfs support for STA interfaceManikanta Pubbisetty2022-09-024-36/+123
| * wifi: ath11k: Add cold boot calibration support on WCN6750Manikanta Pubbisetty2022-09-014-4/+31
| * wifi: ath11k: Fix incorrect QMI message ID mappingsManikanta Pubbisetty2022-09-012-5/+43
| * wifi: ath11k: Register shutdown handler for WCN6750Manikanta Pubbisetty2022-09-012-13/+47
* | wifi: mac80211: extend ieee80211_nullfunc_get() for MLOJohannes Berg2022-09-061-1/+1
* | wifi: mac80211: make smps_mode per-linkBenjamin Berg2022-09-063-7/+7
* | wifi: move from strlcpy with unused retval to strscpyWolfram Sang2022-09-025-5/+5
|/
* Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo2022-08-305-43/+83
|\
| * wifi: ath9k: avoid uninit memory read in ath9k_htc_rx_msg()Tetsuo Handa2022-08-301-15/+28
| * wifi: ath10k: add peer map clean up for peer delete in ath10k_sta_state()Wen Gong2022-08-091-25/+29
| * wifi: ath10k: Set tx credit to one for WCN3990 snoc based devicesYoughandhar Chintala2022-08-093-3/+26
* | Merge tag 'wireless-next-2022-08-26-v2' of git://git.kernel.org/pub/scm/linux...David S. Miller2022-08-262-9/+9
|\ \
| * | wifi: cfg80211: Add link_id parameter to various key operations for MLOVeerendranath Jakkam2022-08-252-9/+9
| |/
* | Merge tag 'trace-v6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2022-08-055-35/+14
|\ \ | |/ |/|
| * tracing/ath: Use the new __vstring() helperSteven Rostedt (Google)2022-07-155-35/+14
* | wifi: wcn36xx: Add debugfs entry to read firmware feature stringsBryan O'Donoghue2022-07-292-0/+40
* | wifi: wcn36xx: Move capability bitmap to string translation function to firmw...Bryan O'Donoghue2022-07-293-77/+81