summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/mediatek/mt76/mt7603/main.c
AgeCommit message (Expand)Author
2025-01-14wifi: mt76: initialize more wcid fields mt76_wcid_initFelix Fietkau
2024-09-06wifi: mt76: change .sta_assoc callback to .sta_eventFelix Fietkau
2024-09-06wifi: mt76: partially move channel change code to coreFelix Fietkau
2024-06-26wifi: mac80211: inform the low level if drv_stop() is a suspendEmmanuel Grumbach
2024-02-08wifi: mac80211: simplify non-chanctx driversJohannes Berg
2024-01-31wifi: fill in MODULE_DESCRIPTION()s for mt76 driversBreno Leitao
2023-09-30wifi: mt76: fix race condition related to checking tx queue fill statusFelix Fietkau
2023-07-26wifi: mt76: mt7603: fix tx filter/flush functionFelix Fietkau
2023-07-25wifi: mt76: mt7603: rely on shared poll_list fieldLorenzo Bianconi
2023-07-25wifi: mt76: mt7603: rely on shared sta_poll_list and sta_poll_lockLorenzo Bianconi
2023-04-03wifi: mt76: ignore key disable commandsFelix Fietkau
2022-09-06wifi: mac80211: make smps_mode per-linkBenjamin Berg
2022-07-15wifi: mac80211: change QoS settings API to take link into accountJohannes Berg
2022-06-20wifi: mac80211: split bss_info_changed methodJohannes Berg
2022-06-20wifi: mac80211: move interface config to new structJohannes Berg
2022-05-13mt76: fix MBSS index condition in DBDC modeEvelyn Tsai
2022-05-13mt76: fix use-after-free by removing a non-RCU wcid pointerFelix Fietkau
2022-02-03mt76: mt7603: check sta_rates pointer in mt7603_sta_rate_tbl_updateLorenzo Bianconi
2021-12-19mt76: mt7603: introduce SAR supportLorenzo Bianconi
2021-10-20mt76: introduce packet_id idrLorenzo Bianconi
2021-01-27mt76: move vif_mask back from mt76_phy to mt76_devFelix Fietkau
2021-01-26mt76: move mac_work in mt76_core moduleLorenzo Bianconi
2020-12-04mt76: move tx hw data queues in mt76_phyLorenzo Bianconi
2020-12-04mt76: rely on mt76_queue in tx_queue_skb_raw signatureLorenzo Bianconi
2020-09-24mt76: remove retry_q from struct mt76_txq and related codeFelix Fietkau
2020-09-24mt76: remove struct mt76_sw_queueFelix Fietkau
2020-07-21mt76: vif_mask to struct mt76_phyFelix Fietkau
2020-07-21mt76: add missing lock configuring coverage classLorenzo Bianconi
2020-02-14mt76: avoid extra RCU synchronization on station removalFelix Fietkau
2020-02-14mt76: mt7603: set 0 as min coverage_class valueLorenzo Bianconi
2020-02-14mt76: mt7603: reset STA_CCA counter setting the channelLorenzo Bianconi
2020-02-14mt76: move state from struct mt76_dev to mt76_phyFelix Fietkau
2020-02-14mt76: move channel state to struct mt76_phyFelix Fietkau
2020-02-14mt76: add support for an extra wiphy in the main tx pathFelix Fietkau
2019-11-21mt76: fix fix ampdu lockingMarkus Theil
2019-11-20mt76: move mt76_get_antenna in mt76_core moduleLorenzo Bianconi
2019-11-20mt76: add missing locking around ampdu actionFelix Fietkau
2019-11-20mt76: mt7603: track tx airtime for airtime fairness and surveyFelix Fietkau
2019-11-20mt76: mt7603: collect aggregation statsLorenzo Bianconi
2019-10-04mac80211: simplify TX aggregation startJohannes Berg
2019-09-05mt76: do not send BAR frame on tx aggregation flush stopFelix Fietkau
2019-09-05mt76: add default implementation for mt76_sw_scan/mt76_sw_scan_completeLorenzo Bianconi
2019-09-05mt76: mt7603: move survey_time in mt76_devLorenzo Bianconi
2019-09-05mt76: mt7603: fix some checkpatch warningsRyder Lee
2019-09-05mt76: mt7603: fix watchdog rescheduling in mt7603_set_channelLorenzo Bianconi
2019-09-05mt76: mt7603: use params->ssn value directlyStanislaw Gruszka
2019-06-25mt76: mt7603: add debugfs knob to enable/disable edccaLorenzo Bianconi
2019-06-25mt76: mt7603: stop mac80211 queues before setting the channelLorenzo Bianconi
2019-05-01mt76: mt7603: enable/disable pre_tbtt_tasklet in mt7603_set_channelLorenzo Bianconi
2019-05-01mt76: move pre_tbtt_tasklet in mt76_devLorenzo Bianconi