aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mediatek/mt76
AgeCommit message (Expand)AuthorFilesLines
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
2020-02-14mt76: do not overwrite max_tx_fragments if it has been setShayne Chen1-1/+3
2020-02-14mt76: move ampdu_ref from mt76_dev to driver structFelix Fietkau7-10/+12
2020-02-14mt76: add ext_phy field to struct mt76_wcidFelix Fietkau2-0/+2
2020-02-14mt76: add function for allocating an extra wiphyFelix Fietkau2-49/+135
2020-02-14mt76: add priv pointer to struct mt76_phyFelix Fietkau1-0/+1
2020-02-14mt76: add multiple wiphy support to mt76_get_min_avg_rssiFelix Fietkau6-7/+11
2020-02-14mt76: move txpower and antenna mask to struct mt76_phyFelix Fietkau14-34/+35
2020-02-14mt76: move txpower_conf back to driver specific structsFelix Fietkau9-11/+11
2020-02-14mt76: move chainmask back to driver specific structsFelix Fietkau10-12/+13
2020-02-14mt76: move state from struct mt76_dev to mt76_phyFelix Fietkau34-90/+97
2020-02-14mt76: keep a set of software tx queues per phyFelix Fietkau7-13/+24
2020-02-14mt76: move channel state to struct mt76_phyFelix Fietkau30-137/+153
2020-02-14mt76: add support for an extra wiphy in mt76_sta_state()Felix Fietkau3-5/+33
2020-02-14mt76: add support for an extra wiphy in the tx status pathFelix Fietkau3-6/+44
2020-02-14mt76: add support for an extra wiphy in the main tx pathFelix Fietkau11-37/+45
2020-02-14mt76: add support for an extra wiphy in the rx pathFelix Fietkau2-6/+25
2020-02-14mt76: introduce struct mt76_phyFelix Fietkau5-4/+26
2020-02-14mt76: move initialization of some struct members to mt76_alloc_deviceFelix Fietkau3-4/+6
2020-02-08Merge tag 'wireless-drivers-2020-02-08' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-driversDavid S. Miller1-1/+2
2020-02-08mt76: mt7615: fix max_nss in mt7615_eeprom_parse_hw_capLorenzo Bianconi1-1/+2
2020-01-28Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2020-01-25Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcuIngo Molnar1-2/+2
2019-12-18mt76: Off by one in mt76_calc_rx_airtime()Dan Carpenter1-1/+1
2019-12-18mt76: fix LED link time failureArnd Bergmann1-1/+2