aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/wireless
AgeCommit message (Expand)AuthorFilesLines
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
2023-09-30wifi: mt76: mt792x: move some common usb code in mt792x moduleLorenzo Bianconi9-59/+37
2023-09-30wifi: mt76: mt792x: move mt7921_skb_add_usb_sdio_hdr in mt792x moduleLorenzo Bianconi8-36/+21
2023-09-30wifi: mt76: mt7915 add tc offloading supportFelix Fietkau2-0/+18
2023-09-30wifi: mt76: mt7925: add Mediatek Wi-Fi7 driver for mt7925 chipsDeren Wu17-0/+8797
2023-09-30wifi: mt76: mt7921: fix the wrong rate selected in fw for the chanctx driverSean Wang1-2/+7
2023-09-30wifi: mt76: mt7921: fix the wrong rate pickup for the chanctx driverSean Wang3-5/+14
2023-09-30wifi: mt76: move struct ieee80211_chanctx_conf up to struct mt76_vifSean Wang4-9/+9
2023-09-30wifi: mt76: Drop unnecessary error check for debugfs_create_dir()Jinjie Ruan1-2/+0
2023-09-30wifi: mt76: mt7915: fix beamforming availability checkMeiChia Chiu1-2/+2
2023-09-30wifi: mt76: mt7915: update mpdu density capabilityPeter Chiu1-4/+12
2023-09-30wifi: mt76: check vif type before reporting cca and csaPeter Chiu2-6/+10
2023-09-30wifi: mt76: fix per-band IEEE80211_CONF_MONITOR flag comparisonShayne Chen3-3/+3
2023-09-30wifi: mt76: get rid of false alamrs of tx emission issuesStanleyYP Wang2-6/+6
2023-09-30wifi: mt76: fix potential memory leak of beacon commandsBo Jiao2-4/+16
2023-09-30wifi: mt76: check sta rx control frame to multibss capabilityAllen Ye2-0/+4
2023-09-30wifi: mt76: update beacon size limitationMeiChia Chiu7-58/+72