summaryrefslogtreecommitdiff
path: root/drivers/net/wireless
AgeCommit message (Expand)AuthorFilesLines
2023-10-09wifi: wfx: relocate wfx_rate_mask_to_hw()Jérôme Pouiller3-19/+18
2023-10-09wifi: wfx: fix power_save setting when AP is stoppedJérôme Pouiller1-0/+5
2023-10-09Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo15-115/+248
2023-10-09Merge tag 'mt76-for-kvalo-2023-09-30' of https://github.com/nbd168/wirelessKalle Valo71-560/+10196
2023-10-07Merge tag 'wireless-next-2023-10-06' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski190-2484/+11491
2023-10-06Merge wireless into wireless-nextJohannes Berg13-89/+123
2023-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski13-89/+123
2023-10-05wifi: rtlwifi: remove unreachable code in rtl92d_dm_check_edca_turbo()Dmitry Antipov1-16/+2
2023-10-05wifi: rtw89: debug: txpwr table supports Wi-Fi 7 chipsZong-Zhe Yang2-5/+210
2023-10-05wifi: rtw89: debug: show txpwr table according to chip genZong-Zhe Yang1-18/+42
2023-10-05wifi: rtw89: phy: set TX power RU limit according to chip genZong-Zhe Yang5-48/+214
2023-10-05wifi: rtw89: phy: set TX power limit according to chip genZong-Zhe Yang5-53/+377
2023-10-05wifi: rtw89: phy: set TX power offset according to chip genZong-Zhe Yang4-5/+48
2023-10-05wifi: rtw89: phy: set TX power by rate according to chip genZong-Zhe Yang4-14/+137
2023-10-05wifi: rtw89: mac: get TX power control register according to chip genZong-Zhe Yang4-14/+98
2023-10-05wifi: ath12k: fix debug messagesKalle Valo1-1/+1
2023-10-05wifi: ath11k: fix Tx power value during active CACAditya Kumar Singh1-0/+8
2023-10-05wifi: ath11k: fix CAC running state during virtual interface startAditya Kumar Singh1-8/+11
2023-10-04Merge tag 'wireless-2023-09-27' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski13-89/+123
2023-10-03wifi: ath10k: simplify ath10k_peer_create()Dmitry Antipov1-9/+2
2023-10-03wifi: rtlwifi: use unsigned long for rtl_bssid_entry timestampDmitry Antipov1-1/+1
2023-10-03wifi: rtlwifi: fix EDCA limit set by BT coexistenceDmitry Antipov3-3/+3
2023-10-03wifi: rt2x00: fix MT7620 low RSSI issueShiji Yang1-3/+4
2023-10-03wifi: rtw89: refine bandwidth 160MHz uplink OFDMA performancePo-Hao Huang8-6/+113
2023-10-03wifi: rtw89: refine uplink trigger based control mechanismPo-Hao Huang6-35/+47
2023-10-03wifi: rtw89: 8851b: update TX power tables to R34Zong-Zhe Yang1-633/+704
2023-10-03wifi: rtw89: 8852b: update TX power tables to R35Zong-Zhe Yang1-150/+181
2023-10-03wifi: rtw89: 8852c: update TX power tables to R67Zong-Zhe Yang1-238/+3533
2023-10-03wifi: rtw89: regd: configure Thailand in regulation typeZong-Zhe Yang2-1/+2
2023-10-02wifi: ath10k: indicate to mac80211 scan complete with aborted flag for ATH10K...Wen Gong1-6/+9
2023-10-02wifi: ath: dfs_pattern_detector: Use flex array to simplify codeChristophe JAILLET1-13/+8
2023-10-02wifi: ath: dfs_pattern_detector: Fix a memory initialization issueChristophe JAILLET1-1/+1
2023-10-02wifi: carl9170: remove unnecessary (void*) conversionsWu Yunchuan1-5/+5
2023-10-02wifi: ath10k: Don't touch the CE interrupt registers after power upDouglas Anderson1-4/+14
2023-10-02wifi: ath10k: consistently use kstrtoX_from_user() functionsDmitry Antipov2-51/+22
2023-10-02wifi: ath12k: add keep backward compatibility of PHY mode to avoid firmware c...Wen Gong2-2/+66
2023-10-02wifi: ath12k: add read variant from SMBIOS for download board dataWen Gong3-1/+94
2023-10-02wifi: ath12k: do not drop data frames from unassociated stationsHari Chandrakanthan1-11/+1
2023-10-02wifi: ath12k: mhi: fix potential memory leak in ath12k_mhi_register()Ma Ke1-4/+7
2023-09-30wifi: mt76: Annotate struct mt76_rx_tid with __counted_byKees Cook1-1/+1
2023-09-30wifi: mt76: mt7921: update the channel usage when the regd domain changedMing Yen Hsieh4-2/+64
2023-09-30wifi: mt76: mt7921: get regulatory information from the clc eventMing Yen Hsieh5-4/+41
2023-09-30wifi: mt76: mt7921: add 6GHz power type support for clcMing Yen Hsieh3-1/+46
2023-09-30wifi: mt76: mt7921: enable set txpower for UNII-4Ming Yen Hsieh1-1/+1
2023-09-30wifi: mt76: mt7921: move connac nic capability handling to mt7921Deren Wu3-122/+121
2023-09-30wifi: mt76: reduce spin_lock_bh held up in mt76_dma_rx_cleanupSean Wang1-2/+4
2023-09-30wifi: mt76: mt7996: remove periodic MPDU TXS requestBenjamin Lin3-19/+21
2023-09-30wifi: mt76: mt7996: enable PPDU-TxS to hostYi-Chia Hsieh4-17/+48
2023-09-30wifi: mt76: mt7996: Add mcu commands for getting sta tx statisticYi-Chia Hsieh6-0/+130
2023-09-30wifi: mt76: mt7996: get tx_retries and tx_failed from txfreeYi-Chia Hsieh3-5/+22