aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mediatek
AgeCommit message (Expand)AuthorFilesLines
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
2019-12-12wireless/mediatek: Replace rcu_swap_protected() with rcu_replace_pointer()Paul E. McKenney1-2/+2
2019-12-02mt76: mt76x0: fix default mac address overwriteLorenzo Bianconi1-1/+4
2019-11-21mt76: fix fix ampdu lockingMarkus Theil3-6/+12
2019-11-20mt76: mt76u: fix endpoint definition orderLorenzo Bianconi1-1/+1
2019-11-20mt76: mt7615: read {tx,rx} mask from eepromLorenzo Bianconi4-2/+23
2019-11-20mt76: move mt76_get_antenna in mt76_core moduleLorenzo Bianconi8-14/+20
2019-11-20mt76: fix possible out-of-bound access in mt7615_fill_txs/mt7603_fill_txsLorenzo Bianconi2-2/+6
2019-11-20Revert "mt76: mt76x0e: don't use hw encryption for MT7630E"Stanislaw Gruszka1-14/+1
2019-11-20mt76: mt7615: disable radar pattern detector during scanningLorenzo Bianconi1-2/+4
2019-11-20mt76: move interface_modes definition in mt76_core moduleLorenzo Bianconi4-24/+7
2019-11-20mt76: mt7615: add ibss supportLorenzo Bianconi3-0/+15
2019-11-20mt76: move SUPPORTS_REORDERING_BUFFER hw property in mt76_register_deviceLorenzo Bianconi4-3/+1
2019-11-20mt76: use mt76_dev in mt76_is_{mmio,usb}Lorenzo Bianconi6-15/+15
2019-11-20mt76: Remove set but not used variable 'idx'zhengbin1-2/+1
2019-11-20mt76: mt76u: rely on a dedicated stats workqueueLorenzo Bianconi4-10/+25
2019-11-20mt76: mt76u: rely on usb_interface instead of usb_devLorenzo Bianconi4-6/+13
2019-11-20mt76: mt7615: remove unneeded semicolonYueHaibing2-2/+2
2019-11-20mt76: mt76x0: remove 350ms delay in mt76x0_phy_calibrateLorenzo Bianconi1-1/+0
2019-11-20mt76: mt76x02u: update ewma pkt len in mt76x02u_tx_prepare_skbLorenzo Bianconi1-0/+6
2019-11-20mt76: remove obsolete .add_buf() from struct mt76_queue_opsFelix Fietkau1-4/+0
2019-11-20mt76: add sanity check for a-mpdu rx wcid indexFelix Fietkau1-1/+1
2019-11-20mt76: refactor cc_lock locking schemeLorenzo Bianconi2-13/+19
2019-11-20mt76: mt76x0: eeprom: add support for MAC address from OFPawel Dembicki1-0/+1
2019-11-20mt76: avoid enabling interrupt if NAPI poll is still pendingFelix Fietkau1-3/+1
2019-11-20mt76: fix aggregation stop issueFelix Fietkau1-4/+6
2019-11-20mt76: drop rcu read lock in mt76_rx_aggr_stopFelix Fietkau1-7/+3