summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
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 Rohloff2-0/+4
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-30wifi: mac80211: add back SPDX identifierJohannes Berg1-0/+1
2023-09-30wifi: mac80211: fix ieee80211_drop_unencrypted_mgmt return type/valueJohannes Berg1-2/+3
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