summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/mediatek/mt76/mt7921/main.c
AgeCommit message (Expand)AuthorFilesLines
2023-04-21Merge tag 'wireless-next-2023-04-21' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski1-24/+18
2023-04-17wifi: mt76: add mt76_connac_gen_ppe_thresh utility routineLorenzo Bianconi1-22/+1
2023-04-17wifi: mt76: mt7921: use driver flags rather than mac80211 flags to mcuNeil Chen1-1/+16
2023-04-17wifi: mt76: mt7921: fix wrong command to set STA channelDeren Wu1-1/+1
2023-04-03wifi: mt76: ignore key disable commandsFelix Fietkau1-7/+6
2023-02-03wifi: mt76: add EHT rate stats for ethtoolShayne Chen1-1/+1
2023-02-03wifi: mt76: enable page_pool statsLorenzo Bianconi1-4/+27
2023-02-03wifi: mt76: mt7921: fix rx filter incorrect by drv/fw inconsistentNeil Chen1-45/+3
2023-02-03wifi: mt76: mt7921: add ack signal supportDeren Wu1-0/+8
2023-02-03wifi: mt76: mt7921: fix channel switch fail in monitor modeDeren Wu1-1/+4
2023-02-03wifi: mt76: mt7921: fix deadlock in mt7921_abort_rocFelix Fietkau1-15/+7
2022-12-01wifi: mt76: mt7921: fix wrong power after multiple SAR setYN Chen1-0/+6
2022-12-01wifi: mt76: mt7921: introduce chanctx supportSean Wang1-4/+107
2022-12-01wifi: mt76: mt7921: introduce remain_on_channel supportSean Wang1-0/+112
2022-12-01wifi: mt76: mt7921: add chanctx parameter to mt76_connac_mcu_uni_add_bss sign...Sean Wang1-4/+6
2022-12-01wifi: mt76: move aggr_stats array in mt76_phyLorenzo Bianconi1-1/+1
2022-09-15wifi: mt76: mt7921: reset msta->airtime_ac while clearing up hw valueSean Wang1-0/+1
2022-09-15wifi: mt76: move move mt76_sta_stats to mt76_wcidRyder Lee1-1/+1
2022-09-15wifi: mt76: mt7921: add mt7921_mutex_acquire at mt7921_sta_set_decap_offloadSean Wang1-0/+4
2022-09-15wifi: mt76: mt7921: add mt7921_mutex_acquire at mt7921_[start, stop]_apSean Wang1-5/+16
2022-07-18Merge tag 'mt76-for-kvalo-2022-07-11' of https://github.com/nbd168/wirelessKalle Valo1-32/+88
2022-07-15wifi: mac80211: change QoS settings API to take link into accountJohannes Berg1-1/+2
2022-07-11mt76: add phy_idx to mt76_wcidLorenzo Bianconi1-2/+2
2022-07-11mt76: add len parameter to __mt76_mcu_msg_alloc signatureLorenzo Bianconi1-6/+5
2022-07-11mt76: mt7921: enable HW beacon filter in the initialization stageSean Wang1-1/+15
2022-07-11mt76: mt7921: enable HW beacon filter not depending on PM flagSean Wang1-2/+1
2022-07-11mt76: move mcu_txd/mcu_rxd structures in shared codeLorenzo Bianconi1-2/+2
2022-07-11mt76: mt7921: fix command timeout in AP stop periodDeren Wu1-9/+40
2022-07-11mt76: connac: move connac2_mac_write_txwi in mt76_connac moduleLorenzo Bianconi1-1/+1
2022-07-11mt76: mt7921: introduce ACPI SAR config in tx powerDeren Wu1-9/+22
2022-06-20wifi: mac80211: split bss_info_changed methodJohannes Berg1-1/+1
2022-06-20wifi: mac80211: move interface config to new structJohannes Berg1-1/+1
2022-05-13mt76: mt7921: add ipv6 NS offload supportDeren Wu1-1/+66
2022-05-13mt76: mt7921: make read-only array ppet16_ppet8_ru3_ru0 static constColin Ian King1-1/+1
2022-05-13mt76: mt7921: Add AP mode supportSean Wang1-0/+45
2022-05-13mt76: mt7921: honor pm user configuration in mt7921_sniffer_interface_iterLorenzo Bianconi1-2/+2
2022-05-13mt76: mt7921: rely on mt76_dev rxfilter in mt7921_configure_filterLorenzo Bianconi1-15/+14
2022-05-13mt76: fix MBSS index condition in DBDC modeEvelyn Tsai1-3/+3
2022-05-13mt76: fix use-after-free by removing a non-RCU wcid pointerFelix Fietkau1-1/+1
2022-03-16mt76: mt7921: don't enable beacon filter when IEEE80211_CONF_CHANGE_MONITOR i...Sean Wang1-3/+10
2022-03-16mt76: mt7921: add mt7921u driverLorenzo Bianconi1-1/+2
2022-03-16mt76: mt7921: use mt76_hw instead of open coding itSean Wang1-1/+1
2022-03-16mt76: mt7921: fix up the monitor modeSean Wang1-10/+14
2022-02-03mt76: connac: move mt76_connac_lmac_mapping in mt76-connac moduleLorenzo Bianconi1-2/+1
2022-02-03mt76: mt7921: toggle runtime-pm adding a monitor vifLorenzo Bianconi1-0/+23
2022-02-03mt76: mt7921: fix crash when startup fails.Ben Greear1-0/+1
2022-02-03mt76: connac: move mt76_connac_mcu_add_key in connac moduleLorenzo Bianconi1-2/+7
2021-12-23Merge tag 'wireless-drivers-next-2021-12-23' of git://git.kernel.org/pub/scm/...Jakub Kicinski1-50/+30
2021-12-19mt76: connac: introduce MCU_UNI_CMD macroLorenzo Bianconi1-1/+1
2021-12-19mt76: connac: introduce MCU_EXT macrosLorenzo Bianconi1-2/+2