aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mediatek
AgeCommit message (Expand)AuthorFilesLines
2021-06-19mt76: mt7915: fix tssi indication field of DBDC NICsEvelyn Tsai1-4/+7
2021-06-19mt76: move mt76_rates in mt76 moduleLorenzo Bianconi9-138/+50
2021-06-17mt76: mt7915: add support for tx status reportingFelix Fietkau4-30/+154
2021-06-17mt76: mt7915: rework tx rate reportingFelix Fietkau3-84/+61
2021-06-17mt76: dma: use ieee80211_tx_status_ext to free packets when tx failsFelix Fietkau1-6/+12
2021-06-17mt76: improve tx status codepathFelix Fietkau2-27/+55
2021-06-17mt76: intialize tx queue entry wcid to 0xffff by defaultFelix Fietkau3-0/+3
2021-06-17mt76: mt7603: avoid use of ieee80211_tx_info_clear_statusFelix Fietkau1-1/+1
2021-06-17mt76: mt7615: avoid use of ieee80211_tx_info_clear_statusFelix Fietkau1-1/+1
2021-06-17mt76: mt7615: fix fixed-rate tx status reportingFelix Fietkau1-6/+4
2021-06-17mt76: mt7915: move mt7915_queue_rx_skb to mac.cFelix Fietkau3-41/+39
2021-06-17mt76: mt7915: disable ASPMFelix Fietkau1-0/+2
2021-06-17mt76: mt7915: add MSI supportFelix Fietkau3-8/+39
2021-06-10mt76: mt7615: Use devm_platform_get_and_ioremap_resource()Yang Yingliang1-2/+1
2021-05-30mt76: mt7921: remove leftover 80+80 HE capabilityFelix Fietkau1-2/+1
2021-05-30mt76: mt7615: do not set MT76_STATE_PM at bootstrapLorenzo Bianconi3-11/+12
2021-05-15mt76: validate rx A-MSDU subframesFelix Fietkau1-0/+26
2021-05-15mt76: mt76x0e: fix device hang during suspend/resumeLorenzo Bianconi1-4/+77
2021-05-15mt76: mt7921: fix max aggregation subframes settingFelix Fietkau1-2/+2
2021-05-15mt76: connac: fix HT A-MPDU setting field in STA_REC_PHYFelix Fietkau1-0/+4
2021-05-15mt76: connac: do not schedule mac_work if the device is not runningLorenzo Bianconi2-4/+6
2021-05-15mt76: mt7921: fix possible AOOB issue in mt7921_mcu_tx_rate_reportLorenzo Bianconi1-7/+10
2021-04-21mt76: mt7921: reinit wpdma during drv_own if necessaryLorenzo Bianconi1-0/+2
2021-04-21mt76: move mt76_token_init in mt76_alloc_deviceLorenzo Bianconi6-13/+3
2021-04-21mt76: mt7921: fix a precision vs width bug in printkDan Carpenter1-1/+1
2021-04-21mt76: mt7915: fix a precision vs width bug in printkDan Carpenter1-1/+1
2021-04-21mt76: mt7615: fix a precision vs width bug in printkDan Carpenter1-1/+1
2021-04-21mt76: debugfs: introduce napi_threaded nodeLorenzo Bianconi1-0/+28
2021-04-21mt76: mt7921: introduce mt7921_mcu_sta_add routineLorenzo Bianconi3-19/+27
2021-04-21mt76: mt7921: mt7921_stop should put device in fw_own stateSean Wang1-1/+1
2021-04-21mt76: connac: unschedule mac_work before going to sleepLorenzo Bianconi3-1/+7
2021-04-21mt76: mt7663: add awake and doze time accountingLorenzo Bianconi3-6/+52
2021-04-21mt76: mt7921: improve doze opportunityLorenzo Bianconi2-3/+3
2021-04-21mt76: mt7921: get rid of mcu_reset function pointerLorenzo Bianconi3-6/+2
2021-04-21mt76: mt7915: do not read rf value from efuse in flash modeShayne Chen1-1/+1
2021-04-21mt76: move token utilities in mt76 common moduleLorenzo Bianconi14-113/+132
2021-04-21mt76: move token_lock, token and token_count in mt76_devLorenzo Bianconi11-73/+66
2021-04-21mt76: mt7921: fix possible invalid register accessSean Wang1-1/+3
2021-04-21mt76: mt7921: enable deep sleep when the device suspendsSean Wang1-0/+12
2021-04-21mt76: connac: introduce mt76_connac_mcu_set_deep_sleep utilitySean Wang2-8/+24
2021-04-21mt76: mt7921: introduce mt7921_wpdma_reinit_cond utility routineLorenzo Bianconi4-0/+36
2021-04-21mt76: mt7921: introduce mt7921_dma_{enable,disable} utilitiesLorenzo Bianconi1-73/+35
2021-04-21mt76: mt7921: introduce mt7921_wpdma_reset utility routineLorenzo Bianconi3-28/+47
2021-04-21mt76: mt7921: move mt7921_dma_reset in dma.cLorenzo Bianconi3-68/+74
2021-04-21mt76: mt7615: Fix a dereference of pointer sta before it is null checkedColin Ian King1-1/+2
2021-04-21mt76: mt7921: enable sw interruptsLorenzo Bianconi4-7/+25
2021-04-21mt76: mt7921: add awake and doze time accountingLorenzo Bianconi4-7/+55
2021-04-21mt76: remove MT76_STATE_PM in tx pathLorenzo Bianconi1-4/+2
2021-04-21mt76: connac: use waitqueue for runtime-pmLorenzo Bianconi6-9/+9
2021-04-21mt76: connac: do not run mt76_txq_schedule_all directlyLorenzo Bianconi2-4/+2