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