summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mediatek
AgeCommit message (Expand)AuthorFilesLines
2020-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2020-09-25Merge tag 'wireless-drivers-next-2020-09-25' of git://git.kernel.org/pub/scm/...David S. Miller69-1361/+1764
2020-09-24mt76: mt7663s: remove max_tx_fragments limitationLorenzo Bianconi1-6/+7
2020-09-24mt76: Convert to DEFINE_SHOW_ATTRIBUTEQinglang Miao3-56/+13
2020-09-24mt76: mt7915: add offchannel condition in switch channel commandShayne Chen1-2/+4
2020-09-24mt76: mt7915: convert to use le16_add_cpu()Liu Shixin1-2/+2
2020-09-24mt76: Fix unsigned expressions compared with zeroYe Bin1-3/+3
2020-09-24mt76: mt7915: fix possible memory leak in mt7915_mcu_add_beaconLorenzo Bianconi1-8/+10
2020-09-24mt76: mt76x0: Move tables used only by init.c to their own header fileLee Jones3-145/+160
2020-09-24mt76: Use fallthrough pseudo-keywordGustavo A. R. Silva11-17/+16
2020-09-24mt76: mt7615: unlock dfs bandsLorenzo Bianconi1-2/+23
2020-09-24mt76: mt7663: check isr read return value in mt7663s_rx_workLorenzo Bianconi1-2/+5
2020-09-24mt76: mt7663s: introduce sdio tx aggregationLorenzo Bianconi4-19/+50
2020-09-24mt76: mt7663s: fix possible quota leak in mt7663s_refill_sched_quotaLorenzo Bianconi1-13/+30
2020-09-24mt76: move pad estimation out of mt76_skb_adjust_padLorenzo Bianconi7-14/+18
2020-09-24mt76: mt7663s: introduce __mt7663s_xmit_queue routineLorenzo Bianconi1-13/+22
2020-09-24mt76: mt7663s: split mt7663s_tx_update_sched in mt7663s_tx_{pick,update}_quotaLorenzo Bianconi1-25/+31
2020-09-24mt76: mt7663s: do not use altx for ctl/mgmt trafficLorenzo Bianconi2-10/+4
2020-09-24mt76: mt7622: fix fw hang on mt7622Lorenzo Bianconi1-14/+32
2020-09-24mt76: mt7615: fix VHT LDPC capabilityRyder Lee1-2/+2
2020-09-24mt76: mt7615: Remove set but unused variable 'index'Wang Hai1-3/+0
2020-09-24mt76: remove retry_q from struct mt76_txq and related codeFelix Fietkau7-80/+6
2020-09-24mt76: move txwi handling code to dma.c, since it is mmio specificFelix Fietkau4-73/+72
2020-09-24mt76: mt7915: fix queue/tid mapping for airtime reportingFelix Fietkau1-8/+3
2020-09-24mt76: mt7915: simplify mt7915_lmac_mappingFelix Fietkau1-11/+2
2020-09-24mt76: dma: cache dma map address/len in struct mt76_queue_entryFelix Fietkau2-23/+22
2020-09-24mt76: mt7915: fix HE BSS infoFelix Fietkau1-2/+2
2020-09-24mt76: convert from tx tasklet to tx worker threadFelix Fietkau20-52/+53
2020-09-24mt76: add utility functions for deferring work to a kernel threadFelix Fietkau2-0/+104
2020-09-24mt76: testmode: add a limit for queued tx_frames packetsFelix Fietkau1-1/+2
2020-09-24mt76: mt7615: fix antenna selection for testmode tx_framesFelix Fietkau2-9/+1
2020-09-24mt76: mt7615: fix MT_ANT_SWITCH_CON register definitionFelix Fietkau1-1/+1
2020-09-24mt76: mt7915: fix unexpected firmware modeChih-Min Chen2-0/+13
2020-09-24mt76: mt76x02: tune tx ring sizeFelix Fietkau3-3/+4
2020-09-24mt76: mt7603: tune tx ring sizeFelix Fietkau2-2/+4
2020-09-24mt76: remove struct mt76_sw_queueFelix Fietkau22-114/+86
2020-09-24mt76: rely on AQL for burst size limits on tx queueingFelix Fietkau12-74/+111
2020-09-24mt76: remove swq from struct mt76_sw_queueFelix Fietkau7-11/+0
2020-09-24mt76: remove qid argument to drv->tx_complete_skbFelix Fietkau14-28/+14
2020-09-24mt76: unify queue tx cleanup codeFelix Fietkau5-67/+41
2020-09-24mt76: sdio: fix use of q->head and q->tailFelix Fietkau2-18/+18
2020-09-24mt76: usb: fix use of q->head and q->tailFelix Fietkau1-15/+15
2020-09-24mt76: mt7603: check for single-stream EEPROM configurationFelix Fietkau3-7/+18
2020-09-24mt76: add memory barrier to DMA queue kickFelix Fietkau1-0/+1
2020-09-24mt76: mt7915: add support for accessing mapped registers via bus opsFelix Fietkau2-0/+109
2020-09-24mt76: mt7615: significantly reduce interrupt loadFelix Fietkau4-25/+20
2020-09-24mt76: mt7915: significantly reduce interrupt loadFelix Fietkau4-8/+18
2020-09-24mt76: mt7915: schedule tx tasklet in mt7915_mac_tx_freeFelix Fietkau2-2/+1
2020-09-24mt76: dma: update q->queued immediately on cleanupFelix Fietkau1-25/+14
2020-09-24mt76: mt7915: optimize mt7915_mac_sta_pollFelix Fietkau3-5/+10