aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mediatek
AgeCommit message (Expand)AuthorFilesLines
2021-04-11mt76: mt7615: fix tx skb dma unmapFelix Fietkau1-1/+1
2021-04-11mt76: mt7615: fix key set/delete issuesFelix Fietkau3-51/+65
2021-04-11mt76: mt7915: add support for rx decapsulation offloadFelix Fietkau6-11/+92
2021-04-11mt76: mt7915: add rx checksum offload supportFelix Fietkau2-0/+6
2021-04-11mt76: mt7915: enable hw rx-amsdu de-aggregationLorenzo Bianconi5-4/+76
2021-04-11mt76: add support for 802.3 rx framesFelix Fietkau8-18/+32
2021-04-11mt7601u: enable TDLS supportLorenzo Bianconi1-0/+1
2021-04-11mt7601u: fix always true expressionColin Ian King1-1/+1
2021-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+2
2021-03-28mt76: mt7615: remove redundant dev_err call in mt7622_wmac_probe()Guobin Huang1-3/+1
2021-03-28mt76: Convert to DEFINE_SHOW_ATTRIBUTEJunlin Yang2-45/+9
2021-03-23mt76: mt7921: fix airtime reportingLorenzo Bianconi1-2/+2
2021-02-26mt76: mt7915: fix unused 'mode' variableArnd Bergmann1-2/+2
2021-02-26mt76: dma: do not report truncated frames to mac80211Lorenzo Bianconi1-4/+7
2021-02-26mt76: mt7921: remove incorrect error handlingArnd Bergmann1-3/+1
2021-02-18mt76: mt7915: only modify tx buffer list after allocating tx token idFelix Fietkau1-5/+5
2021-02-18mt76: fix tx skb error handling in mt76_dma_tx_queue_skbFelix Fietkau1-9/+6
2021-02-12Merge tag 'wireless-drivers-next-2021-02-12' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller75-3199/+12008
2021-02-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-3/+5
2021-02-08Merge tag 'mt76-for-kvalo-2021-01-29' of https://github.com/nbd168/wirelessKalle Valo75-3199/+12008
2021-02-06Merge tag 'wireless-drivers-next-2021-02-05' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextJakub Kicinski2-5/+19
2021-01-29mt76: mt7663: introduce coredump supportLorenzo Bianconi7-1/+72
2021-01-29mt76: mt7921: add coredump supportSean Wang10-1/+117
2021-01-29mt76: mt7921: enable MSI interruptsLorenzo Bianconi1-1/+1
2021-01-29mt76: mt7921: introduce regdomain notifier supportLorenzo Bianconi1-0/+16
2021-01-29mt76: mt7921: introduce Runtime PM supportSean Wang8-54/+372
2021-01-29mt76: mt7921: rely on mt76_connac_mcu module for suspend and WoW supportLorenzo Bianconi5-412/+11
2021-01-29mt76: mt7921: rely on mt76_connac_mcu module for sched_scan and hw_scanLorenzo Bianconi5-334/+15
2021-01-29mt76: mt7921: rely on mt76_connac_mcu common libraryLorenzo Bianconi10-1810/+410
2021-01-29mt76: mt7921: introduce PM supportSean Wang5-0/+589
2021-01-29mt76: mt7921: introduce beacon_loss mcu eventSean Wang2-0/+41
2021-01-29mt76: mt7921: introduce support for hardware beacon filterSean Wang3-0/+80
2021-01-29mt76: mt7921: introduce 802.11 PS support in sta modeSean Wang6-3/+45
2021-01-29mt76: mt7921: introduce schedule scan supportSean Wang5-0/+155
2021-01-29mt76: mt7921: add debugfs supportSean Wang2-1/+179
2021-01-29mt76: mt7921: introduce mt7921e supportSean Wang6-0/+449
2021-01-29mt76: mt7921: add ieee80211_opsSean Wang1-0/+960
2021-01-29mt76: mt7921: add EEPROM supportSean Wang2-0/+127
2021-01-29mt76: mt7921: add DMA supportSean Wang2-0/+359
2021-01-29mt76: mt7921: add MCU supportSean Wang4-0/+3462
2021-01-29mt76: mt7921: add MAC supportSean Wang4-0/+2457
2021-01-29mt76: mt76_connac: move pm utility routines in mt76_connac_lib moduleLorenzo Bianconi7-143/+177
2021-01-29mt76: mt76_connac: move pm data struct in mt76_connac.hLorenzo Bianconi5-61/+70
2021-01-29mt76: mt76_connac: move WoW and suspend code in mt76_connac_mcu moduleLorenzo Bianconi9-442/+449
2021-01-29mt76: mt76_connac: move hw_scan and sched_scan routine in mt76_connac_mcu moduleLorenzo Bianconi7-356/+359
2021-01-29mt76: mt76_connac: create mcu libraryLorenzo Bianconi12-1420/+1864
2021-01-29mt76: introduce mt76_vif data structureLorenzo Bianconi6-81/+85
2021-01-28mt76: dma: fix a possible memory leak in mt76_add_fragment()Lorenzo Bianconi1-3/+5
2021-01-27mt76: mt7615: reduce VHT maximum MPDU lengthFelix Fietkau1-1/+0
2021-01-27mt76: reduce q->lock hold timeFelix Fietkau1-8/+7