aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/wireless
AgeCommit message (Expand)AuthorFilesLines
2023-09-30wifi: mt76: connac: add MBSSID support for mt7996Chank Chen3-1/+90
2023-09-30wifi: mt76: fix clang-specific fortify warningsDmitry Antipov3-3/+3
2023-09-30wifi: mt76: mt7921e: Support MT7992 IP in Xiaomi Redmibook 15 Pro (2023)Ingo Rohloff1-0/+2
2023-09-30wifi: mt76: Use PTR_ERR_OR_ZERO() to simplify codeJinjie Ruan4-16/+4
2023-09-30wifi: mt76: mt7996: support per-band LED controlJen-Hao Cheng2-13/+22
2023-09-30wifi: mt76: mt7996: support more options for mt7996_set_bitrate_mask()Howard Hsu1-2/+133
2023-09-30wifi: mt76: mt7996: only set vif teardown cmds at remove interfaceShayne Chen1-15/+6
2023-09-30wifi: mt76: mt7996: fix TWT command formatPeter Chiu1-2/+5
2023-09-30wifi: mt76: mt7996: fix rx rate report for CBW320-2Peter Chiu1-0/+2
2023-09-30wifi: mt76: mt7996: fix wmm queue mappingPeter Chiu2-4/+10
2023-09-30wifi: mt76: mt7996: fix beamformee ss subfield in EHT PHY capHoward Hsu1-4/+5
2023-09-30wifi: mt76: mt7996: fix beamform mcu cmd configurationHoward Hsu1-2/+2
2023-09-30wifi: mt76: mt7996: set correct wcid in txpPeter Chiu2-5/+5
2023-09-30wifi: mt76: connac: add more unified event IDsDeren Wu1-0/+7
2023-09-30wifi: mt76: connac: add more unified command IDsDeren Wu1-0/+7
2023-09-30wifi: mt76: connac: add data field in struct tlvDeren Wu1-0/+1
2023-09-30wifi: mt76: connac: add eht support for tx powerDeren Wu2-9/+18
2023-09-30wifi: mt76: connac: add eht support for phy mode configDeren Wu2-1/+15
2023-09-30wifi: mt76: connac: export functions for mt7925Deren Wu2-7/+24
2023-09-30wifi: mt76: mt792x: support mt7925 chip initDeren Wu2-15/+40
2023-09-30wifi: mt76: connac: introduce helper for mt7925 chipsetDeren Wu4-4/+11
2023-09-30wifi: mt76: mt7915: fix monitor mode issuesFelix Fietkau3-6/+21
2023-09-30wifi: mt76: add DMA mapping error check in mt76_alloc_txwi()Dmitry Antipov1-0/+5
2023-09-30wifi: mt76: remove unused error path in mt76_connac_tx_complete_skbFelix Fietkau6-24/+4
2023-09-30wifi: mt76: fix race condition related to checking tx queue fill statusFelix Fietkau10-51/+155
2023-09-30wifi: mt76: use atomic iface iteration for pre-TBTT workJohannes Berg3-10/+22
2023-09-30wifi: mt76: mt7603: disable A-MSDU tx support on MT7628Felix Fietkau2-1/+3
2023-09-30wifi: mt76: mt7603: add missing register initialization for MT7628Felix Fietkau1-0/+7
2023-09-30wifi: mt76: mt7603: improve stuck beacon handlingFelix Fietkau2-21/+60
2023-09-30wifi: mt76: mt7603: improve watchdog reset reliablityFelix Fietkau1-17/+12
2023-09-30wifi: mt76: mt7603: rework/fix rx pse hang checkFelix Fietkau2-7/+18
2023-09-28Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo46-265/+661
2023-09-28wifi: rtlwifi: cleanup few rtlxxxx_set_hw_reg() routinesDmitry Antipov6-30/+0
2023-09-28wifi: rtw89: declare MCC in interface combinationZong-Zhe Yang1-2/+24
2023-09-28wifi: rtw89: 8852c: declare to support two chanctxZong-Zhe Yang1-1/+1
2023-09-28wifi: rtw89: pause/proceed MCC for ROC and HW scanZong-Zhe Yang5-2/+84
2023-09-28wifi: rtw89: mcc: fix NoA start time when GO is auxiliaryZong-Zhe Yang1-0/+4
2023-09-28wifi: rt2x00: remove redundant check if u8 array element is less than zeroColin Ian King1-3/+0
2023-09-28wifi: ath11k: mac: fix struct ieee80211_sband_iftype_data handlingKalle Valo1-2/+8
2023-09-28wifi: ath11k: fix ath11k_mac_op_remain_on_channel() stack usageDmitry Antipov1-19/+25
2023-09-28wifi: ath12k: add msdu_end structure for WCN7850Kang Yang2-20/+83
2023-09-28wifi: ath12k: Set default beacon mode to burst modeSidhanta Sahu1-2/+2
2023-09-28wifi: ath12k: call ath12k_mac_fils_discovery() without conditionAloka Dixit1-3/+1
2023-09-28wifi: ath11k: remove unnecessary (void*) conversionsWu Yunchuan8-31/+23
2023-09-28wifi: ath12k: enable IEEE80211_HW_SINGLE_SCAN_ON_ALL_BANDS for WCN7850Wen Gong1-0/+5
2023-09-28wifi: ath12k: change to treat alpha code na as world wide regdomainWen Gong1-1/+7
2023-09-28wifi: ath12k: indicate scan complete for scan canceled when scan runningWen Gong1-6/+12
2023-09-28wifi: ath12k: indicate to mac80211 scan complete with aborted flag for ATH12K...Wen Gong1-6/+9
2023-09-28wifi: ath12k: fix recovery fail while firmware crash when doing channel switchWen Gong1-0/+3
2023-09-28wifi: ath12k: add support for hardware rfkill for WCN7850Lingbo Kong8-0/+196