aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mediatek
AgeCommit message (Expand)AuthorFilesLines
2019-11-20mt76: add missing locking around ampdu actionFelix Fietkau3-0/+6
2019-11-20mt76: do not use devm API for led classdevFelix Fietkau1-1/+10
2019-11-20mt76: enable airtime fairnessFelix Fietkau1-0/+1
2019-11-20mt76: mt7615: track tx/rx airtime for airtime fairnessLorenzo Bianconi6-3/+137
2019-11-20mt76: mt7615: introduce mt7615_mac_wtbl_update routineLorenzo Bianconi2-5/+12
2019-11-20mt76: mt7615: fix survey channel busy timeFelix Fietkau2-4/+8
2019-11-20mt76: mt7615: report tx_time, bss_rx and busy time to mac80211Lorenzo Bianconi7-4/+45
2019-11-20mt76: mt76x02: track approximate tx airtime for airtime fairness and surveyFelix Fietkau12-9/+116
2019-11-20mt76: mt76x02: move MT_CH_TIME_CFG init to mt76x02_mac_cc_resetFelix Fietkau5-32/+9
2019-11-20mt76: unify channel survey update codeFelix Fietkau8-52/+33
2019-11-20mt76: mt7603: switch to a different counter for survey busy timeFelix Fietkau1-1/+1
2019-11-20mt76: mt7603: track tx airtime for airtime fairness and surveyFelix Fietkau7-1/+116
2019-11-20mt76: track rx airtime for airtime fairness and surveyFelix Fietkau12-37/+434
2019-11-20mt76: store current channel survey_state in struct mt76_devFelix Fietkau5-23/+23
2019-11-20mt76: rename mt76_driver_ops txwi_flags to drv_flags and include tx aligned4Felix Fietkau5-8/+8
2019-11-20mt76: report rx a-mpdu subframe statusFelix Fietkau7-0/+50
2019-11-20mt76: mt7603: remove q_rx field from struct mt7603_devFelix Fietkau1-2/+0
2019-11-20mt76: mt7603: collect aggregation statsLorenzo Bianconi5-0/+61
2019-11-20mt76: mt7615: collect aggregation statsLorenzo Bianconi5-0/+66
2019-11-20mt76: move aggr_stats array in mt76_devLorenzo Bianconi4-6/+7
2019-11-20mt76: mt7615: add queue entry in debugfsLorenzo Bianconi2-0/+72
2019-11-20mt76: move queue debugfs entry to driver specific codeLorenzo Bianconi4-3/+7
2019-11-20mt76: mt76x02u: move mt76x02u_mac_start in mt76x02-usb moduleLorenzo Bianconi8-37/+25
2019-11-20mt76: mt76x0u: reset counter starting the deviceLorenzo Bianconi1-2/+1
2019-11-20mt76: mt76x2: move mt76x02_mac_reset_counters in mt76x02_mac_startLorenzo Bianconi4-16/+5
2019-11-20mt76: mt76x02: move mac_reset_counter in mt76x02_lib moduleLorenzo Bianconi5-31/+25
2019-11-20mt76: mt7615: enable SCS by defaultLorenzo Bianconi1-1/+1
2019-11-20mt76: mt76x0e: make array mt76x0_chan_map static const, makes object smallerColin Ian King1-1/+1
2019-11-20mt76: usb: add lockdep_assert_held in __mt76u_vendor_requestLorenzo Bianconi1-3/+2
2019-11-20mt76: remove empty flag in mt76_txq_schedule_listLorenzo Bianconi1-16/+7
2019-11-20mt76: use cancel_delayed_work_sync in mt76_rx_aggr_shutdownFelix Fietkau1-1/+1
2019-11-20mt76: remove aggr_work field from struct mt76_wcidFelix Fietkau1-2/+0
2019-11-20mt76: mt7615: fix control frame rx in monitor modeFelix Fietkau3-1/+38
2019-11-05Merge tag 'wireless-drivers-next-2019-11-05' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller3-6/+3
2019-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller5-4/+58
2019-10-31mt7601u: use DEFINE_DEBUGFS_ATTRIBUTE to define debugfs fopszhong jiang1-1/+1
2019-10-30mt76: dma: fix buffer unmap with non-linear skbsLorenzo Bianconi2-4/+7
2019-10-30mt76: mt76x2e: disable pcie_aspm by defaultLorenzo Bianconi4-0/+51
2019-10-15net/wireless: Delete unnecessary checks before the macro call “dev_kfree_skb”Markus Elfring1-4/+1
2019-10-04mac80211: simplify TX aggregation startJohannes Berg4-8/+4
2019-10-01mt7601u: fix bbp version check in mt7601u_wait_bbp_readyLorenzo Bianconi1-1/+1
2019-09-24mt76: mt7615: fix mt7615 firmware path definitionsLorenzo Bianconi2-10/+7
2019-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-1/+19
2019-09-05mt76: mt7615: add support to read temperature from mcuLorenzo Bianconi4-11/+59
2019-09-05mt76: mt7615: introduce mt7615_txwi_to_txp utility routineLorenzo Bianconi2-6/+15
2019-09-05mt76: mt7603: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-2/+1
2019-09-05mt76: mt76x0: remove unneeded return value on set channelStanislaw Gruszka3-16/+9
2019-09-05mt76: mt76x0: remove redundant chandef copyStanislaw Gruszka1-1/+0
2019-09-05mt76: make mt76_rx_convert staticStanislaw Gruszka2-4/+1
2019-09-05mt76: remove offchannel check in tx schedulingFelix Fietkau3-10/+2