aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mediatek/mt76/mt7603 (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2-0/+2
2019-05-01mt76: mt7603: dynamically alloc mcu req in mt7603_mcu_set_eepromLorenzo Bianconi1-10/+20
2019-05-01mt76: mt7603: enable/disable pre_tbtt_tasklet in mt7603_set_channelLorenzo Bianconi2-2/+9
2019-05-01mt76: move pre_tbtt_tasklet in mt76_devLorenzo Bianconi5-9/+7
2019-05-01mt76: move beacon_mask in mt76_devLorenzo Bianconi2-10/+9
2019-05-01mt76: move beacon_int in mt76_devLorenzo Bianconi4-4/+3
2019-05-01mt76: mt7603: report firmware version using ethtoolLorenzo Bianconi1-0/+3
2019-05-01mt76: fix endianness sparse warningsRyder Lee1-1/+1
2019-05-01mt76: mt7603: run __mt76_mcu_send_msg in mt7603_mcu_send_firmwareLorenzo Bianconi1-10/+5
2019-05-01mt76: mt7603: init mcu_restart function pointerLorenzo Bianconi1-3/+4
2019-05-01mt76: mt7603: initialize mt76_mcu_ops data structureLorenzo Bianconi3-11/+21
2019-05-01mt76: mt7603: use standard signature for mt7603_mcu_msg_sendLorenzo Bianconi1-34/+27
2019-05-01mt76: mt7603: remove query from mt7603_mcu_msg_send signatureLorenzo Bianconi1-22/+14
2019-05-01mt76: mt7603: fix initialization of max rx lengthFelix Fietkau2-1/+6
2019-05-01mt76: use macro for sn and seq_ctrl conversionRyder Lee2-2/+2
2019-05-01mt76: add skb pointer to mt76_tx_infoLorenzo Bianconi2-7/+8
2019-05-01mt76: move mac_work in mt76_devLorenzo Bianconi4-9/+8
2019-05-01mt76: only schedule txqs from the tx taskletFelix Fietkau1-0/+2
2019-05-01mt76: move tx tasklet to struct mt76_devFelix Fietkau4-7/+6
2019-05-01mt76: store wcid tx rate info in one u32 reduce lockingFelix Fietkau1-2/+2
2019-05-01mt76: use readl/writel instead of ioread32/iowrite32Felix Fietkau1-2/+2
2019-05-01mt76: fix tx power issuesFelix Fietkau1-0/+1
2019-05-01mt76: introduce mt76_free_device routineLorenzo Bianconi1-1/+1
2019-05-01mt76: unify set_timStanislaw Gruszka1-7/+1
2019-05-01mt7603: core: do not use magic numbers in mt7603_reg_mapLorenzo Bianconi1-2/+2
2019-05-01mt7603: remove mt7603_mcu_init routineLorenzo Bianconi3-11/+3
2019-05-01mt76: dma: add static qualifier to mt76_dma_tx_queue_skbLorenzo Bianconi1-4/+2
2019-05-01mt76: introduce mt76_tx_info data structureLorenzo Bianconi2-2/+2
2019-05-01mt76: introduce mt76_sw_queue data structureLorenzo Bianconi4-10/+18
2019-05-01mt76: remove mt76_queue dependency from tx_complete_skb function pointerLorenzo Bianconi2-5/+5
2019-05-01mt76: remove mt76_queue dependency from tx_prepare_skb function pointerLorenzo Bianconi2-6/+7
2019-05-01mt76: remove mt76_queue dependency from tx_queue_skb function pointerLorenzo Bianconi1-3/+3
2019-05-01mt76: dma: move mt76x02_init_{tx,rx}_queue in mt76 moduleLorenzo Bianconi1-16/+10
2019-05-01mt76: mmio: move mt76x02_set_irq_mask in mt76 moduleLorenzo Bianconi2-15/+2
2019-04-12mt76: mt7603: send BAR after powersave wakeupFelix Fietkau1-1/+1
2019-04-12mt76: mt7603: fix sequence number assignmentFelix Fietkau3-43/+18
2019-04-12mt76: mt7603: add missing initialization for dev->ps_lockFelix Fietkau1-0/+2
2019-03-19mt76: mt7603: use the correct hweight8() functionFelix Fietkau3-4/+3
2019-03-07mt76: fix return value check in mt76_wmac_probe()Wei Yongjun1-2/+2
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: notify mac80211 about buffered frames in ps queueFelix Fietkau1-2/+11
2019-03-07mt76: mt7603: fix up hardware queue index for PS filtered packetsFelix Fietkau1-0/+4
2019-03-07mt76: mt7603: clear ps filtering mode before releasing buffered framesFelix Fietkau1-0/+2
2019-03-07mt76: mt7603: fix tx status HT rate validationFelix Fietkau1-1/+1
2019-02-26mt76: add driver for MT7603E and MT7628/7688Felix Fietkau18-0/+5862