summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mediatek/mt76/mt7921/main.c
Commit message (Expand)AuthorAgeFilesLines
* wifi: mt76: mt7921e: add LED control supportHao Zhang2024-05-021-1/+26
* wifi: mt76: mt7921: cqm rssi low/high event notifyRong Yan2024-05-021-0/+5
* wifi: mt76: mt7921: fix a potential association failure upon resumingLeon Yen2024-02-221-0/+13
* wifi: fill in MODULE_DESCRIPTION()s for mt76 driversBreno Leitao2024-01-311-0/+1
* wifi: mt76: mt7921: fix wrong 6Ghz power typeMing Yen Hsieh2023-12-111-3/+35
* wifi: mt76: mt7921: add 6GHz power type support for clcMing Yen Hsieh2023-09-301-0/+34
* wifi: mt76: mt792x: move some common usb code in mt792x moduleLorenzo Bianconi2023-09-301-20/+1
* wifi: mt76: move struct ieee80211_chanctx_conf up to struct mt76_vifSean Wang2023-09-301-6/+6
* wifi: mt76: fix race condition related to checking tx queue fill statusFelix Fietkau2023-09-301-1/+1
* wifi: cfg80211: annotate iftype_data pointer with sparseJohannes Berg2023-09-111-6/+3
* wifi: mt76: mt7921: move acpi_sar code in mt792x-lib moduleLorenzo Bianconi2023-07-261-7/+4
* wifi: mt76: mt7921: move mac shared code in mt792x-lib moduleLorenzo Bianconi2023-07-261-2/+2
* wifi: mt76: mt792x: introduce mt792x-lib moduleLorenzo Bianconi2023-07-261-496/+39
* wifi: mt76: mt7921: move mt792x_hw_dev in mt792x.hLorenzo Bianconi2023-07-261-33/+33
* wifi: mt76: mt7921: move mt792x_mutex_{acquire/release} in mt792x.hLorenzo Bianconi2023-07-261-72/+72
* wifi: mt76: mt7921: rename mt7921_dev in mt792x_devLorenzo Bianconi2023-07-261-44/+44
* wifi: mt76: mt7921: rename mt7921_phy in mt792x_phyLorenzo Bianconi2023-07-261-29/+29
* wifi: mt76: mt7921: rename mt7921_sta in mt792x_staLorenzo Bianconi2023-07-261-11/+11
* wifi: mt76: mt7921: rename mt7921_vif in mt792x_vifLorenzo Bianconi2023-07-261-26/+26
* wifi: mt76: move ampdu_state in mt76_wcidLorenzo Bianconi2023-07-251-3/+3
* wifi: mt76: mt7921: rely on shared poll_list fieldLorenzo Bianconi2023-07-251-6/+6
* wifi: mt76: mt7921: rely on shared sta_poll_list and sta_poll_lockLorenzo Bianconi2023-07-251-4/+4
* wifi: mt76: add tx_nss histogram to ethtool statsRyder Lee2023-07-251-0/+4
* wifi: mt76: mt7921e: report tx retries/failed counts in tx free eventDeren Wu2023-07-251-0/+6
* wifi: mt76: mt7921: rely on mib_stats shared definitionLorenzo Bianconi2023-07-251-2/+2
* wifi: mt76: mt7921: do not support one stream on secondary antenna onlyDeren Wu2023-07-251-1/+1
* Merge tag 'wireless-next-2023-04-21' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski2023-04-211-24/+18
|\
| * wifi: mt76: add mt76_connac_gen_ppe_thresh utility routineLorenzo Bianconi2023-04-171-22/+1
| * wifi: mt76: mt7921: use driver flags rather than mac80211 flags to mcuNeil Chen2023-04-171-1/+16
| * wifi: mt76: mt7921: fix wrong command to set STA channelDeren Wu2023-04-171-1/+1
* | wifi: mt76: ignore key disable commandsFelix Fietkau2023-04-031-7/+6
|/
* wifi: mt76: add EHT rate stats for ethtoolShayne Chen2023-02-031-1/+1
* wifi: mt76: enable page_pool statsLorenzo Bianconi2023-02-031-4/+27
* wifi: mt76: mt7921: fix rx filter incorrect by drv/fw inconsistentNeil Chen2023-02-031-45/+3
* wifi: mt76: mt7921: add ack signal supportDeren Wu2023-02-031-0/+8
* wifi: mt76: mt7921: fix channel switch fail in monitor modeDeren Wu2023-02-031-1/+4
* wifi: mt76: mt7921: fix deadlock in mt7921_abort_rocFelix Fietkau2023-02-031-15/+7
* wifi: mt76: mt7921: fix wrong power after multiple SAR setYN Chen2022-12-011-0/+6
* wifi: mt76: mt7921: introduce chanctx supportSean Wang2022-12-011-4/+107
* wifi: mt76: mt7921: introduce remain_on_channel supportSean Wang2022-12-011-0/+112
* wifi: mt76: mt7921: add chanctx parameter to mt76_connac_mcu_uni_add_bss sign...Sean Wang2022-12-011-4/+6
* wifi: mt76: move aggr_stats array in mt76_phyLorenzo Bianconi2022-12-011-1/+1
* wifi: mt76: mt7921: reset msta->airtime_ac while clearing up hw valueSean Wang2022-09-151-0/+1
* wifi: mt76: move move mt76_sta_stats to mt76_wcidRyder Lee2022-09-151-1/+1
* wifi: mt76: mt7921: add mt7921_mutex_acquire at mt7921_sta_set_decap_offloadSean Wang2022-09-151-0/+4
* wifi: mt76: mt7921: add mt7921_mutex_acquire at mt7921_[start, stop]_apSean Wang2022-09-151-5/+16
* Merge tag 'mt76-for-kvalo-2022-07-11' of https://github.com/nbd168/wirelessKalle Valo2022-07-181-32/+88
|\
| * mt76: add phy_idx to mt76_wcidLorenzo Bianconi2022-07-111-2/+2
| * mt76: add len parameter to __mt76_mcu_msg_alloc signatureLorenzo Bianconi2022-07-111-6/+5
| * mt76: mt7921: enable HW beacon filter in the initialization stageSean Wang2022-07-111-1/+15