aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mediatek/mt76/mt7603/main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-06wifi: mac80211: make smps_mode per-linkBenjamin Berg1-1/+1
2022-07-15wifi: mac80211: change QoS settings API to take link into accountJohannes Berg1-1/+2
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: 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-02-03mt76: mt7603: check sta_rates pointer in mt7603_sta_rate_tbl_updateLorenzo Bianconi1-0/+3
2021-12-19mt76: mt7603: introduce SAR supportLorenzo Bianconi1-6/+25
2021-10-20mt76: introduce packet_id idrLorenzo Bianconi1-0/+3
2021-01-27mt76: move vif_mask back from mt76_phy to mt76_devFelix Fietkau1-3/+3
2021-01-26mt76: move mac_work in mt76_core moduleLorenzo Bianconi1-5/+5
2020-12-04mt76: move tx hw data queues in mt76_phyLorenzo Bianconi1-3/+3
2020-12-04mt76: rely on mt76_queue in tx_queue_skb_raw signatureLorenzo Bianconi1-3/+5
2020-09-24mt76: remove retry_q from struct mt76_txq and related codeFelix Fietkau1-2/+0
2020-09-24mt76: remove struct mt76_sw_queueFelix Fietkau1-1/+1
2020-07-21mt76: vif_mask to struct mt76_phyFelix Fietkau1-3/+3
2020-07-21mt76: add missing lock configuring coverage classLorenzo Bianconi1-0/+2
2020-02-14mt76: avoid extra RCU synchronization on station removalFelix Fietkau1-0/+1
2020-02-14mt76: mt7603: set 0 as min coverage_class valueLorenzo Bianconi1-1/+1
2020-02-14mt76: mt7603: reset STA_CCA counter setting the channelLorenzo Bianconi1-1/+1
2020-02-14mt76: move state from struct mt76_dev to mt76_phyFelix Fietkau1-4/+4
2020-02-14mt76: move channel state to struct mt76_phyFelix Fietkau1-4/+4
2020-02-14mt76: add support for an extra wiphy in the main tx pathFelix Fietkau1-2/+2
2019-11-21mt76: fix fix ampdu lockingMarkus Theil1-2/+4
2019-11-20mt76: move mt76_get_antenna in mt76_core moduleLorenzo Bianconi1-0/+1
2019-11-20mt76: add missing locking around ampdu actionFelix Fietkau1-0/+2
2019-11-20mt76: mt7603: track tx airtime for airtime fairness and surveyFelix Fietkau1-1/+14
2019-11-20mt76: mt7603: collect aggregation statsLorenzo Bianconi1-0/+1
2019-10-04mac80211: simplify TX aggregation startJohannes Berg1-2/+1
2019-09-05mt76: do not send BAR frame on tx aggregation flush stopFelix Fietkau1-1/+0
2019-09-05mt76: add default implementation for mt76_sw_scan/mt76_sw_scan_completeLorenzo Bianconi1-19/+2
2019-09-05mt76: mt7603: move survey_time in mt76_devLorenzo Bianconi1-2/+2
2019-09-05mt76: mt7603: fix some checkpatch warningsRyder Lee1-3/+4
2019-09-05mt76: mt7603: fix watchdog rescheduling in mt7603_set_channelLorenzo Bianconi1-1/+1
2019-09-05mt76: mt7603: use params->ssn value directlyStanislaw Gruszka1-3/+3
2019-06-25mt76: mt7603: add debugfs knob to enable/disable edccaLorenzo Bianconi1-2/+1
2019-06-25mt76: mt7603: stop mac80211 queues before setting the channelLorenzo Bianconi1-1/+4
2019-05-01mt76: mt7603: enable/disable pre_tbtt_tasklet in mt7603_set_channelLorenzo Bianconi1-2/+6
2019-05-01mt76: move pre_tbtt_tasklet in mt76_devLorenzo Bianconi1-2/+2
2019-05-01mt76: move beacon_int in mt76_devLorenzo Bianconi1-1/+1
2019-05-01mt76: use macro for sn and seq_ctrl conversionRyder Lee1-1/+1
2019-05-01mt76: move mac_work in mt76_devLorenzo Bianconi1-5/+5
2019-05-01mt76: unify set_timStanislaw Gruszka1-7/+1
2019-05-01mt76: introduce mt76_sw_queue data structureLorenzo Bianconi1-1/+1
2019-04-12mt76: mt7603: send BAR after powersave wakeupFelix Fietkau1-1/+1
2019-04-12mt76: mt7603: fix sequence number assignmentFelix Fietkau1-3/+3
2019-03-07mt76: mt7603: set moredata flag when queueing ps-filtered packetsFelix Fietkau1-0/+11
2019-03-07mt76: mt7603: clear the service period on releasing PS filtered packetsFelix Fietkau1-0/+3
2019-03-07mt76: mt7603: clear ps filtering mode before releasing buffered framesFelix Fietkau1-0/+2
2019-02-26mt76: add driver for MT7603E and MT7628/7688Felix Fietkau1-0/+709