summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mediatek
AgeCommit message (Expand)AuthorFilesLines
2021-10-20mt76: mt7921: introduce testmode supportLorenzo Bianconi9-1/+243
2021-10-20mt76: mt7915: remove mt7915_sta_statsRyder Lee3-13/+8
2021-10-20mt76: mt7915: report tx rate directly from tx statusRyder Lee10-335/+153
2021-10-20mt76: mt7915: cleanup -Wunused-but-set-variableRyder Lee1-9/+0
2021-10-20mt76: mt7915: take RCU read lock when calling ieee80211_bss_get_elem()Ryder Lee1-0/+3
2021-10-20mt76: mt7915: fix an off-by-one bound checkRyder Lee1-1/+1
2021-10-20mt76: mt7921: add .set_sar_specs supportYN Chen5-3/+105
2021-10-20mt76: mt7915: adapt new firmware to update BA winsize for Rx sessionBo Jiao2-1/+2
2021-10-20mt76: mt7915: report HE MU radiotapRyder Lee2-11/+60
2021-10-20mt76: mt76x02: fix endianness warnings in mt76x02_mac.cLorenzo Bianconi1-6/+7
2021-10-20mt76: mt7921: fix survey-dump reportingLorenzo Bianconi2-2/+10
2021-10-20mt76: fix build error implicit enumeration conversionSean Wang2-2/+2
2021-10-20mt76: mt7921: enable aspm by defaultSean Wang1-1/+6
2021-10-20mt76: connac: fix mt76_connac_gtk_rekey_tlv usageLeon Yen1-3/+3
2021-10-20mt76: mt7915: fix calling mt76_wcid_alloc with incorrect parameterBo Jiao2-2/+2
2021-10-20mt76: mt7915: fix info leak in mt7915_mcu_set_pre_cal()Dan Carpenter1-1/+1
2021-10-20mt76: mt7615: fix endianness warning in mt7615_mac_write_txwiLorenzo Bianconi1-6/+9
2021-10-20mt76: mt7921: fix endianness warning in mt7921_update_txsLorenzo Bianconi1-1/+2
2021-10-20mt76: mt7915: fix endianness warning in mt7915_mac_add_txs_skbLorenzo Bianconi1-1/+1
2021-10-20mt76: mt7921: avoid unnecessary spin_lock/spin_unlock in mt7921_mcu_tx_done_e...Lorenzo Bianconi1-3/+1
2021-10-20mt76: mt7921: fix endianness in mt7921_mcu_tx_done_eventLorenzo Bianconi2-6/+7
2021-10-13mt7601u: Remove redundant initialization of variable retColin Ian King1-1/+1
2021-08-17Merge tag 'wireless-drivers-2021-08-17' of git://git.kernel.org/pub/scm/linux...Jakub Kicinski4-4/+6
2021-08-06mt76: fix enum type mismatchArnd Bergmann4-4/+6
2021-07-15Merge tag 'Wimplicit-fallthrough-clang-5.14-rc2' of git://git.kernel.org/pub/...Linus Torvalds1-0/+1
2021-07-12mt76: mt7921: Fix fall-through warning for ClangGustavo A. R. Silva1-0/+1
2021-07-08mt76: mt7921: continue to probe driver when fw already downloadedAaron Ma1-1/+2
2021-06-22mt7601u: add USB device ID for some versions of XiaoDu WiFi Dongle.Wei Mingzhi1-0/+1
2021-06-19mt76: mt7921: allow chip reset during device restartLorenzo Bianconi3-5/+14
2021-06-19mt76: mt7615: set macwork timeout according to runtime-pmLorenzo Bianconi4-15/+32
2021-06-19mt76: mt7663s: enable runtime-pmLorenzo Bianconi3-6/+13
2021-06-19mt76: mt7663s: rely on mt76_connac_pm_ref/mt76_connac_pm_unref in tx pathLorenzo Bianconi2-8/+22
2021-06-19mt76: mt7663s: rely on pm reference countingLorenzo Bianconi1-14/+22
2021-06-19mt76: sdio: do not run mt76_txq_schedule directlyLorenzo Bianconi1-5/+11
2021-06-19mt76: mt7921: enable HE BFee capabilityDeren Wu1-1/+12
2021-06-19mt76: disable TWT capabilities for the momentLorenzo Bianconi2-6/+0
2021-06-19mt76: fix iv and CCMP header insertionRyder Lee13-169/+208
2021-06-19mt76: mt7921: fix the coredump is being truncatedSean Wang2-4/+7
2021-06-19mt76: mt7921: fix kernel warning when reset on vif is not staSean Wang1-1/+2
2021-06-19mt76: mt7921: introduce dedicated control for deep_sleepLorenzo Bianconi5-10/+32
2021-06-19mt76: mt7921: limit txpower according to userlevel powerLorenzo Bianconi2-8/+23
2021-06-19mt76: mt7921: improve code readability for mt7921_update_txsLorenzo Bianconi1-29/+18
2021-06-19mt76: mt7921: add deep sleep control to runtime-pm knobSean Wang1-0/+18
2021-06-19mt76: mt7921: enable deep sleep at runtimeSean Wang8-44/+110
2021-06-19mt76: mt7915: fix IEEE80211_HE_PHY_CAP7_MAX_NC for station modeRyder Lee1-3/+3
2021-06-19mt76: use SPDX header file comment styleTom Rix2-2/+2
2021-06-19mt76: add a space between comment char and SPDX tagTom Rix3-3/+3
2021-06-19mt76: mt7915: improve MU stabilityRyder Lee3-51/+64
2021-06-19mt76: mt7915: introduce mt7915_mcu_set_txbf()Ryder Lee5-53/+50
2021-06-19mt76: make mt76_update_survey() per phyRyder Lee12-57/+47