summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mediatek/mt76/mt7603
Commit message (Expand)AuthorAgeFilesLines
* mt76: mt7603: dynamically alloc mcu req in mt7603_mcu_set_eepromLorenzo Bianconi2019-05-011-10/+20
* mt76: mt7603: enable/disable pre_tbtt_tasklet in mt7603_set_channelLorenzo Bianconi2019-05-012-2/+9
* mt76: move pre_tbtt_tasklet in mt76_devLorenzo Bianconi2019-05-015-9/+7
* mt76: move beacon_mask in mt76_devLorenzo Bianconi2019-05-012-10/+9
* mt76: move beacon_int in mt76_devLorenzo Bianconi2019-05-014-4/+3
* mt76: mt7603: report firmware version using ethtoolLorenzo Bianconi2019-05-011-0/+3
* mt76: fix endianness sparse warningsRyder Lee2019-05-011-1/+1
* mt76: mt7603: run __mt76_mcu_send_msg in mt7603_mcu_send_firmwareLorenzo Bianconi2019-05-011-10/+5
* mt76: mt7603: init mcu_restart function pointerLorenzo Bianconi2019-05-011-3/+4
* mt76: mt7603: initialize mt76_mcu_ops data structureLorenzo Bianconi2019-05-013-11/+21
* mt76: mt7603: use standard signature for mt7603_mcu_msg_sendLorenzo Bianconi2019-05-011-34/+27
* mt76: mt7603: remove query from mt7603_mcu_msg_send signatureLorenzo Bianconi2019-05-011-22/+14
* mt76: mt7603: fix initialization of max rx lengthFelix Fietkau2019-05-012-1/+6
* mt76: use macro for sn and seq_ctrl conversionRyder Lee2019-05-012-2/+2
* mt76: add skb pointer to mt76_tx_infoLorenzo Bianconi2019-05-012-7/+8
* mt76: move mac_work in mt76_devLorenzo Bianconi2019-05-014-9/+8
* mt76: only schedule txqs from the tx taskletFelix Fietkau2019-05-011-0/+2
* mt76: move tx tasklet to struct mt76_devFelix Fietkau2019-05-014-7/+6
* mt76: store wcid tx rate info in one u32 reduce lockingFelix Fietkau2019-05-011-2/+2
* mt76: use readl/writel instead of ioread32/iowrite32Felix Fietkau2019-05-011-2/+2
* mt76: fix tx power issuesFelix Fietkau2019-05-011-0/+1
* mt76: introduce mt76_free_device routineLorenzo Bianconi2019-05-011-1/+1
* mt76: unify set_timStanislaw Gruszka2019-05-011-7/+1
* mt7603: core: do not use magic numbers in mt7603_reg_mapLorenzo Bianconi2019-05-011-2/+2
* mt7603: remove mt7603_mcu_init routineLorenzo Bianconi2019-05-013-11/+3
* mt76: dma: add static qualifier to mt76_dma_tx_queue_skbLorenzo Bianconi2019-05-011-4/+2
* mt76: introduce mt76_tx_info data structureLorenzo Bianconi2019-05-012-2/+2
* mt76: introduce mt76_sw_queue data structureLorenzo Bianconi2019-05-014-10/+18
* mt76: remove mt76_queue dependency from tx_complete_skb function pointerLorenzo Bianconi2019-05-012-5/+5
* mt76: remove mt76_queue dependency from tx_prepare_skb function pointerLorenzo Bianconi2019-05-012-6/+7
* mt76: remove mt76_queue dependency from tx_queue_skb function pointerLorenzo Bianconi2019-05-011-3/+3
* mt76: dma: move mt76x02_init_{tx,rx}_queue in mt76 moduleLorenzo Bianconi2019-05-011-16/+10
* mt76: mmio: move mt76x02_set_irq_mask in mt76 moduleLorenzo Bianconi2019-05-012-15/+2
* mt76: mt7603: send BAR after powersave wakeupFelix Fietkau2019-04-121-1/+1
* mt76: mt7603: fix sequence number assignmentFelix Fietkau2019-04-123-43/+18
* mt76: mt7603: add missing initialization for dev->ps_lockFelix Fietkau2019-04-121-0/+2
* mt76: mt7603: use the correct hweight8() functionFelix Fietkau2019-03-193-4/+3
* mt76: fix return value check in mt76_wmac_probe()Wei Yongjun2019-03-071-2/+2
* mt76: mt7603: set moredata flag when queueing ps-filtered packetsFelix Fietkau2019-03-071-0/+11
* mt76: mt7603: clear the service period on releasing PS filtered packetsFelix Fietkau2019-03-071-0/+3
* mt76: mt7603: notify mac80211 about buffered frames in ps queueFelix Fietkau2019-03-071-2/+11
* mt76: mt7603: fix up hardware queue index for PS filtered packetsFelix Fietkau2019-03-071-0/+4
* mt76: mt7603: clear ps filtering mode before releasing buffered framesFelix Fietkau2019-03-071-0/+2
* mt76: mt7603: fix tx status HT rate validationFelix Fietkau2019-03-071-1/+1
* mt76: add driver for MT7603E and MT7628/7688Felix Fietkau2019-02-2618-0/+5862
OpenPOWER on IntegriCloud