summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mediatek/mt76/mt7603/main.c
Commit message (Expand)AuthorAgeFilesLines
* wifi: mac80211: simplify non-chanctx driversJohannes Berg2024-02-081-0/+4
* wifi: fill in MODULE_DESCRIPTION()s for mt76 driversBreno Leitao2024-01-311-0/+1
* wifi: mt76: fix race condition related to checking tx queue fill statusFelix Fietkau2023-09-301-2/+2
* wifi: mt76: mt7603: fix tx filter/flush functionFelix Fietkau2023-07-261-1/+4
* wifi: mt76: mt7603: rely on shared poll_list fieldLorenzo Bianconi2023-07-251-6/+6
* wifi: mt76: mt7603: rely on shared sta_poll_list and sta_poll_lockLorenzo Bianconi2023-07-251-4/+4
* wifi: mt76: ignore key disable commandsFelix Fietkau2023-04-031-5/+5
* wifi: mac80211: make smps_mode per-linkBenjamin Berg2022-09-061-1/+1
* wifi: mac80211: change QoS settings API to take link into accountJohannes Berg2022-07-151-1/+2
* wifi: mac80211: split bss_info_changed methodJohannes Berg2022-06-201-1/+1
* wifi: mac80211: move interface config to new structJohannes Berg2022-06-201-1/+1
* mt76: fix MBSS index condition in DBDC modeEvelyn Tsai2022-05-131-3/+3
* mt76: fix use-after-free by removing a non-RCU wcid pointerFelix Fietkau2022-05-131-1/+1
* mt76: mt7603: check sta_rates pointer in mt7603_sta_rate_tbl_updateLorenzo Bianconi2022-02-031-0/+3
* mt76: mt7603: introduce SAR supportLorenzo Bianconi2021-12-191-6/+25
* mt76: introduce packet_id idrLorenzo Bianconi2021-10-201-0/+3
* mt76: move vif_mask back from mt76_phy to mt76_devFelix Fietkau2021-01-271-3/+3
* mt76: move mac_work in mt76_core moduleLorenzo Bianconi2021-01-261-5/+5
* mt76: move tx hw data queues in mt76_phyLorenzo Bianconi2020-12-041-3/+3
* mt76: rely on mt76_queue in tx_queue_skb_raw signatureLorenzo Bianconi2020-12-041-3/+5
* mt76: remove retry_q from struct mt76_txq and related codeFelix Fietkau2020-09-241-2/+0
* mt76: remove struct mt76_sw_queueFelix Fietkau2020-09-241-1/+1
* mt76: vif_mask to struct mt76_phyFelix Fietkau2020-07-211-3/+3
* mt76: add missing lock configuring coverage classLorenzo Bianconi2020-07-211-0/+2
* mt76: avoid extra RCU synchronization on station removalFelix Fietkau2020-02-141-0/+1
* mt76: mt7603: set 0 as min coverage_class valueLorenzo Bianconi2020-02-141-1/+1
* mt76: mt7603: reset STA_CCA counter setting the channelLorenzo Bianconi2020-02-141-1/+1
* mt76: move state from struct mt76_dev to mt76_phyFelix Fietkau2020-02-141-4/+4
* mt76: move channel state to struct mt76_phyFelix Fietkau2020-02-141-4/+4
* mt76: add support for an extra wiphy in the main tx pathFelix Fietkau2020-02-141-2/+2
* mt76: fix fix ampdu lockingMarkus Theil2019-11-211-2/+4
* mt76: move mt76_get_antenna in mt76_core moduleLorenzo Bianconi2019-11-201-0/+1
* mt76: add missing locking around ampdu actionFelix Fietkau2019-11-201-0/+2
* mt76: mt7603: track tx airtime for airtime fairness and surveyFelix Fietkau2019-11-201-1/+14
* mt76: mt7603: collect aggregation statsLorenzo Bianconi2019-11-201-0/+1
* mac80211: simplify TX aggregation startJohannes Berg2019-10-041-2/+1
* mt76: do not send BAR frame on tx aggregation flush stopFelix Fietkau2019-09-051-1/+0
* mt76: add default implementation for mt76_sw_scan/mt76_sw_scan_completeLorenzo Bianconi2019-09-051-19/+2
* mt76: mt7603: move survey_time in mt76_devLorenzo Bianconi2019-09-051-2/+2
* mt76: mt7603: fix some checkpatch warningsRyder Lee2019-09-051-3/+4
* mt76: mt7603: fix watchdog rescheduling in mt7603_set_channelLorenzo Bianconi2019-09-051-1/+1
* mt76: mt7603: use params->ssn value directlyStanislaw Gruszka2019-09-051-3/+3
* mt76: mt7603: add debugfs knob to enable/disable edccaLorenzo Bianconi2019-06-251-2/+1
* mt76: mt7603: stop mac80211 queues before setting the channelLorenzo Bianconi2019-06-251-1/+4
* mt76: mt7603: enable/disable pre_tbtt_tasklet in mt7603_set_channelLorenzo Bianconi2019-05-011-2/+6
* mt76: move pre_tbtt_tasklet in mt76_devLorenzo Bianconi2019-05-011-2/+2
* mt76: move beacon_int in mt76_devLorenzo Bianconi2019-05-011-1/+1
* mt76: use macro for sn and seq_ctrl conversionRyder Lee2019-05-011-1/+1
* mt76: move mac_work in mt76_devLorenzo Bianconi2019-05-011-5/+5
* mt76: unify set_timStanislaw Gruszka2019-05-011-7/+1