aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mediatek
AgeCommit message (Expand)AuthorFilesLines
2020-02-14mt76: move dev_irq tracepoint in mt76 moduleLorenzo Bianconi6-25/+33
2020-02-14mt76: mt7615: add a get_stats() callbackRyder Lee1-0/+16
2020-02-14mt76: mt7615: add per-phy mib statisticsRyder Lee3-21/+60
2020-02-14mt76: mt7615: report TSF informationRyder Lee1-0/+21
2020-02-14mt76: mt7615: add set_antenna callbackRyder Lee1-0/+27
2020-02-14mt76: mt7615: rework set_channel functionRyder Lee3-16/+9
2020-02-14mt76: mt7615: add missing settings for simultaneous dual-band supportRyder Lee3-105/+68
2020-02-14mt76: fix compilation warning in mt76_eeprom_override()Lorenzo Bianconi1-7/+4
2020-02-14mt76: mt7603: simplify led reg definitionsLorenzo Bianconi2-15/+6
2020-02-14mt76: mt76x02: simplify led reg definitionsLorenzo Bianconi2-12/+6
2020-02-14mt76: mt7615: introduce LED supportLorenzo Bianconi2-0/+76
2020-02-14mt76: clear skb pointers from rx aggregation reorder buffer during cleanupFelix Fietkau1-0/+1
2020-02-14mt76: mt7603: fix input validation issues for powersave-filtered framesFelix Fietkau1-4/+15
2020-02-14mt76: mt7615: increase MCU command timeoutFelix Fietkau1-1/+1
2020-02-14mt76: mt7615: measure channel noise and report it via surveyFelix Fietkau6-0/+60
2020-02-14mt76: mt7615: fix MT7615_CFEND_RATE_DEFAULT valueRyder Lee2-3/+4
2020-02-14mt76: mt76x02: minor mt76x02_mac_set_beacon optimizationStanislaw Gruszka2-11/+5
2020-02-14mt76: mt76x02u: do not set NULL beaconsStanislaw Gruszka1-4/+2
2020-02-14mt76: usb: use max packet length for m76u_copyStanislaw Gruszka2-14/+22
2020-02-14mt76: mt76x02: add channel switch support for usb interfacesMarkus Theil2-1/+9
2020-02-14mt76: speed up usb bulk copyMarkus Theil2-7/+19
2020-02-14mt76: mt76x02: remove a copy call for usb speedupMarkus Theil1-4/+15
2020-02-14mt76: mt76x02: add check for invalid vif idxMarkus Theil1-1/+3
2020-02-14mt76: mt76x02: split beaconingMarkus Theil6-65/+28
2020-02-14mt76: mt76x02: omit beacon slot clearingMarkus Theil1-8/+0
2020-02-14mt76: use AC specific reorder timeoutMarkus Theil2-4/+14
2020-02-14mt76: mt7615: add set_coverage class supportLorenzo Bianconi5-0/+113
2020-02-14mt76: mt7603: set 0 as min coverage_class valueLorenzo Bianconi1-1/+1
2020-02-14mt76: mt76x02: fix coverage_class typeLorenzo Bianconi2-2/+2
2020-02-14mt76: mt7615: report firmware version using ethtoolLorenzo Bianconi1-1/+7
2020-02-14mt76: mt7615: Fix build with older compilersPablo Greco1-4/+1
2020-02-14mt76: eeprom: add support for big endian eeprom partitionLorenzo Bianconi1-0/+10
2020-02-14mt76: mt7603: reset STA_CCA counter setting the channelLorenzo Bianconi1-1/+1
2020-02-14mt76: fix possible undetected invalid MAC addressShayne Chen1-1/+2
2020-02-14mt76: disable bh in mt76_dma_rx_pollFelix Fietkau1-0/+2
2020-02-14mt76: fix rx dma ring descriptor state on resetFelix Fietkau1-1/+1
2020-02-14mt7615: replace sta_state callback with sta_add/sta_removeFelix Fietkau3-22/+29
2020-02-14mt76: mt7615: defer mcu initialization via workqueueFelix Fietkau4-10/+45
2020-02-14mt76: mt7615: update beacon contents on BSS_CHANGED_BEACONFelix Fietkau1-5/+4
2020-02-14mt76: mt7615: add support for registering a second wiphy via debugfsFelix Fietkau4-21/+140
2020-02-14mt76: mt7615: select the correct tx queue for frames sent to the second phyFelix Fietkau2-3/+14
2020-02-14mt76: mt7615: move radio/mac initialization to .start/stop callbacksFelix Fietkau4-8/+26
2020-02-14mt76: mt7615: initialize dbdc settings on interface addFelix Fietkau5-1/+94
2020-02-14mt76: mt7615: add multiple wiphy support to the rx pathFelix Fietkau4-15/+47
2020-02-14mt76: mt7615: rework chainmask handlingFelix Fietkau3-4/+8
2020-02-14mt76: mt7615: add multiple wiphy support to the dfs support codeFelix Fietkau6-53/+107
2020-02-14mt76: mt7615: remove useless MT_HW_RDD0/1 enumFelix Fietkau3-24/+13
2020-02-14mt76: mt7615: add missing register init for dual-wiphy supportFelix Fietkau2-4/+4
2020-02-14mt76: mt7615: add multiple wiphy support for smart carrier senseFelix Fietkau5-63/+110
2020-02-14mt76: mt7615: add dual-phy support for mac80211 opsFelix Fietkau6-108/+244