aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mediatek/mt76/mt7603/init.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-19mt76: move mt76_rates in mt76 moduleLorenzo Bianconi1-30/+2
2021-04-12mt76: report Rx timestampRyder Lee1-0/+3
2021-01-26mt76: move mac_work in mt76_core moduleLorenzo Bianconi1-1/+1
2020-12-04wireless: mt76: convert tasklets to use new tasklet_setup() APIAllen Pais1-2/+1
2020-12-04mt76: do not set NEEDS_UNIQUE_STA_ADDR for 7615 and 7915Felix Fietkau1-0/+1
2020-09-24mt76: mt7603: check for single-stream EEPROM configurationFelix Fietkau1-5/+0
2020-05-13mt76: enable p2p supportLorenzo Bianconi1-0/+2
2020-03-17mt76: mt7603: make dynamic sensitivity adjustment configurable via debugfsFelix Fietkau1-0/+1
2020-03-17mt76: mt7603: add upper limit for dynamic sensitivity minimum receive powerFelix Fietkau1-0/+1
2020-02-14mt76: do not set HOST_BROADCAST_PS_BUFFERING for mt7615Felix Fietkau1-0/+1
2020-02-14mt76: move WIPHY_FLAG_HAS_CHANNEL_SWITCH in mt76_phy_initLorenzo Bianconi1-1/+0
2020-02-14mt76: mt7603: simplify led reg definitionsLorenzo Bianconi1-3/+3
2020-02-14mt76: move txpower and antenna mask to struct mt76_phyFelix Fietkau1-5/+5
2020-02-14mt76: move state from struct mt76_dev to mt76_phyFelix Fietkau1-1/+1
2020-02-14mt76: move channel state to struct mt76_phyFelix Fietkau1-1/+1
2019-11-20mt76: move interface_modes definition in mt76_core moduleLorenzo Bianconi1-9/+0
2019-11-20mt76: move SUPPORTS_REORDERING_BUFFER hw property in mt76_register_deviceLorenzo Bianconi1-1/+0
2019-11-20mt76: mt7603: track tx airtime for airtime fairness and surveyFelix Fietkau1-0/+3
2019-11-20mt76: track rx airtime for airtime fairness and surveyFelix Fietkau1-0/+1
2019-09-05mt76: mt7603: fix some checkpatch warningsRyder Lee1-2/+1
2019-09-05mt76: mt7603: enable hardware rate up/down selectionFelix Fietkau1-2/+1
2019-06-27mt76: move nl80211_dfs_regions in mt76_dev data structureLorenzo Bianconi1-2/+2
2019-06-27mt76: mt7603: improve hardware rate switching configurationFelix Fietkau1-1/+10
2019-06-27mt76: mt7603: rework and fix tx status reportingFelix Fietkau1-3/+2
2019-06-27mt76: fix setting chan->max_powerFelix Fietkau1-1/+1
2019-06-27mt76: mt7603: fix reading target tx power from eepromFelix Fietkau1-0/+4
2019-06-25mt76: mt7603: add debugfs knob to enable/disable edccaLorenzo Bianconi1-1/+3
2019-05-01mt76: move pre_tbtt_tasklet in mt76_devLorenzo Bianconi1-2/+2
2019-05-01mt76: mt7603: initialize mt76_mcu_ops data structureLorenzo Bianconi1-1/+1
2019-05-01mt76: mt7603: fix initialization of max rx lengthFelix Fietkau1-1/+2
2019-05-01mt76: move mac_work in mt76_devLorenzo Bianconi1-1/+1
2019-05-01mt76: fix tx power issuesFelix Fietkau1-0/+1
2019-05-01mt76: introduce mt76_free_device routineLorenzo Bianconi1-1/+1
2019-05-01mt7603: remove mt7603_mcu_init routineLorenzo Bianconi1-1/+1
2019-04-12mt76: mt7603: add missing initialization for dev->ps_lockFelix Fietkau1-0/+2
2019-03-19mt76: mt7603: use the correct hweight8() functionFelix Fietkau1-1/+1
2019-02-26mt76: add driver for MT7603E and MT7628/7688Felix Fietkau1-0/+578