summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mediatek
Commit message (Expand)AuthorAgeFilesLines
* mt76: fix array overflow on receiving too many fragments for a packetFelix Fietkau2020-03-031-3/+6
* Merge tag 'wireless-drivers-2020-02-08' of git://git.kernel.org/pub/scm/linux...David S. Miller2020-02-081-1/+2
|\
| * mt76: mt7615: fix max_nss in mt7615_eeprom_parse_hw_capLorenzo Bianconi2020-02-081-1/+2
* | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-01-281-2/+2
|\ \ | |/ |/|
| * Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2020-01-251-2/+2
| |\
| | * wireless/mediatek: Replace rcu_swap_protected() with rcu_replace_pointer()Paul E. McKenney2019-12-121-2/+2
* | | mt76: Off by one in mt76_calc_rx_airtime()Dan Carpenter2019-12-181-1/+1
* | | mt76: fix LED link time failureArnd Bergmann2019-12-181-1/+2
|/ /
* / mt76: mt76x0: fix default mac address overwriteLorenzo Bianconi2019-12-021-1/+4
|/
* mt76: fix fix ampdu lockingMarkus Theil2019-11-213-6/+12
* mt76: mt76u: fix endpoint definition orderLorenzo Bianconi2019-11-201-1/+1
* mt76: mt7615: read {tx,rx} mask from eepromLorenzo Bianconi2019-11-204-2/+23
* mt76: move mt76_get_antenna in mt76_core moduleLorenzo Bianconi2019-11-208-14/+20
* mt76: fix possible out-of-bound access in mt7615_fill_txs/mt7603_fill_txsLorenzo Bianconi2019-11-202-2/+6
* Revert "mt76: mt76x0e: don't use hw encryption for MT7630E"Stanislaw Gruszka2019-11-201-14/+1
* mt76: mt7615: disable radar pattern detector during scanningLorenzo Bianconi2019-11-201-2/+4
* mt76: move interface_modes definition in mt76_core moduleLorenzo Bianconi2019-11-204-24/+7
* mt76: mt7615: add ibss supportLorenzo Bianconi2019-11-203-0/+15
* mt76: move SUPPORTS_REORDERING_BUFFER hw property in mt76_register_deviceLorenzo Bianconi2019-11-204-3/+1
* mt76: use mt76_dev in mt76_is_{mmio,usb}Lorenzo Bianconi2019-11-206-15/+15
* mt76: Remove set but not used variable 'idx'zhengbin2019-11-201-2/+1
* mt76: mt76u: rely on a dedicated stats workqueueLorenzo Bianconi2019-11-204-10/+25
* mt76: mt76u: rely on usb_interface instead of usb_devLorenzo Bianconi2019-11-204-6/+13
* mt76: mt7615: remove unneeded semicolonYueHaibing2019-11-202-2/+2
* mt76: mt76x0: remove 350ms delay in mt76x0_phy_calibrateLorenzo Bianconi2019-11-201-1/+0
* mt76: mt76x02u: update ewma pkt len in mt76x02u_tx_prepare_skbLorenzo Bianconi2019-11-201-0/+6
* mt76: remove obsolete .add_buf() from struct mt76_queue_opsFelix Fietkau2019-11-201-4/+0
* mt76: add sanity check for a-mpdu rx wcid indexFelix Fietkau2019-11-201-1/+1
* mt76: refactor cc_lock locking schemeLorenzo Bianconi2019-11-202-13/+19
* mt76: mt76x0: eeprom: add support for MAC address from OFPawel Dembicki2019-11-201-0/+1
* mt76: avoid enabling interrupt if NAPI poll is still pendingFelix Fietkau2019-11-201-3/+1
* mt76: fix aggregation stop issueFelix Fietkau2019-11-201-4/+6
* mt76: drop rcu read lock in mt76_rx_aggr_stopFelix Fietkau2019-11-201-7/+3
* mt76: add missing locking around ampdu actionFelix Fietkau2019-11-203-0/+6
* mt76: do not use devm API for led classdevFelix Fietkau2019-11-201-1/+10
* mt76: enable airtime fairnessFelix Fietkau2019-11-201-0/+1
* mt76: mt7615: track tx/rx airtime for airtime fairnessLorenzo Bianconi2019-11-206-3/+137
* mt76: mt7615: introduce mt7615_mac_wtbl_update routineLorenzo Bianconi2019-11-202-5/+12
* mt76: mt7615: fix survey channel busy timeFelix Fietkau2019-11-202-4/+8
* mt76: mt7615: report tx_time, bss_rx and busy time to mac80211Lorenzo Bianconi2019-11-207-4/+45
* mt76: mt76x02: track approximate tx airtime for airtime fairness and surveyFelix Fietkau2019-11-2012-9/+116
* mt76: mt76x02: move MT_CH_TIME_CFG init to mt76x02_mac_cc_resetFelix Fietkau2019-11-205-32/+9
* mt76: unify channel survey update codeFelix Fietkau2019-11-208-52/+33
* mt76: mt7603: switch to a different counter for survey busy timeFelix Fietkau2019-11-201-1/+1
* mt76: mt7603: track tx airtime for airtime fairness and surveyFelix Fietkau2019-11-207-1/+116
* mt76: track rx airtime for airtime fairness and surveyFelix Fietkau2019-11-2012-37/+434
* mt76: store current channel survey_state in struct mt76_devFelix Fietkau2019-11-205-23/+23
* mt76: rename mt76_driver_ops txwi_flags to drv_flags and include tx aligned4Felix Fietkau2019-11-205-8/+8
* mt76: report rx a-mpdu subframe statusFelix Fietkau2019-11-207-0/+50
* mt76: mt7603: remove q_rx field from struct mt7603_devFelix Fietkau2019-11-201-2/+0