aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* dt: bindings: net: add bindings to add WoW support on WCN6750Manikanta Pubbisetty2022-09-191-0/+14
* 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
* 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
* | wifi: mac80211: fix potential deadlock in ieee80211_key_link()Sun Ke2022-08-291-2/+4
* | Merge tag 'wireless-next-2022-08-26-v2' of git://git.kernel.org/pub/scm/linux...David S. Miller2022-08-2675-696/+1851
|\ \
| * | wifi: rtw88: fix uninitialized use of primary channel indexPing-Ke Shih2022-08-261-2/+1
| * | wifi: mac80211: use full 'unsigned int' typeXin Gao2022-08-261-4/+4
| * | wifi: mac80211: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-261-1/+1
| * | wifi: mac80211: read ethtool's sta_stats from sinfoRyder Lee2022-08-261-5/+5
| * | wifi: mac80211: correct SMPS mode in HE 6 GHz capabilityJohannes Berg2022-08-264-4/+7
| * | wifi: cfg80211: Add link_id to cfg80211_ch_switch_started_notify()Veerendranath Jakkam2022-08-255-11/+26
| * | wifi: nl80211: send MLO links channel info in GET_INTERFACEVeerendranath Jakkam2022-08-251-0/+7
| * | wifi: mac80211: allow bw change during channel switch in meshHari Chandrakanthan2022-08-251-3/+0
| * | wifi: mac80211: clean up a needless assignment in ieee80211_sta_activate_link()Lukas Bulwahn2022-08-251-3/+1
| * | wifi: mac80211: allow link address A2 in TXQ dequeueJohannes Berg2022-08-251-2/+2
| * | wifi: mac80211: fix control port frame addressingJohannes Berg2022-08-251-1/+2
| * | wifi: mac80211: set link ID in TX info for beaconsJohannes Berg2022-08-251-0/+2
| * | wifi: mac80211_hwsim: fix link change handlingJohannes Berg2022-08-251-1/+6
| * | wifi: mac80211: maintain link_id in link_staJohannes Berg2022-08-252-0/+3
| * | wifi: cfg80211/mac80211: check EHT capability size correctlyJohannes Berg2022-08-257-29/+101
| * | wifi: mac80211_hwsim: split iftype data into AP/non-APJohannes Berg2022-08-251-8/+379