aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mediatek/mt76
AgeCommit message (Expand)AuthorFilesLines
2021-01-27mt76: mt7615: set mcu country code in mt7615_mcu_set_channel_domain()Lorenzo Bianconi3-18/+39
2021-01-27mt76: mt7915: fix eeprom DBDC band selectionFelix Fietkau2-6/+9
2021-01-27mt76: mt7915: fix eeprom parsing for DBDCFelix Fietkau2-19/+26
2021-01-26mt76: mt7915: disable RED support in the WA firmwareFelix Fietkau2-0/+32
2021-01-26mt76: mt7915: rework mcu APIFelix Fietkau4-80/+87
2021-01-26mt76: mt7915: do not set DRR group for stationsFelix Fietkau1-30/+0
2021-01-26mt76: mt7915: ensure that init work completes before starting the deviceFelix Fietkau1-0/+2
2021-01-26mt76: mt7603: fix ED/CCA monitoring with single-stream devicesFelix Fietkau1-3/+7
2021-01-26mt76: mt7915: add implicit Tx beamforming supportRyder Lee4-58/+87
2021-01-26mt76: mt7915: simplify peer's TxBF capability checkRyder Lee1-45/+22
2021-01-26mt76: mt7615: mt7915: disable txpower sku when testmode enabledShayne Chen4-2/+6
2021-01-26mt76: mt7915: add support for continuous tx in testmodeShayne Chen4-12/+191
2021-01-26mt76: mt7915: rework set state part in testmodeShayne Chen1-12/+10
2021-01-26mt76: testmode: add a new state for continuous txShayne Chen1-0/+2
2021-01-26mt76: mt7915: clean hw queue before starting new testmode txShayne Chen3-0/+25
2021-01-26mt76: mt7915: calculate new packet length when tx_time is set in testmodeShayne Chen1-3/+93
2021-01-26mt76: mt7915: add support for ipg in testmodeShayne Chen4-3/+142
2021-01-26mt76: mt7915: split edca update functionShayne Chen3-23/+39
2021-01-26mt76: testmode: make tx queued limit adjustableShayne Chen3-2/+10
2021-01-26mt76: testmode: add attributes for ipg related parametersShayne Chen3-0/+30
2021-01-26mt76: testmode: add support to set user-defined spe indexShayne Chen4-5/+19
2021-01-26mt76: mt7915: force ldpc for bw larger than 20MHz in testmodeShayne Chen1-1/+1
2021-01-26mt76: move chainmask in mt76_phyLorenzo Bianconi21-42/+37
2021-01-26mt76: move mac_work in mt76_core moduleLorenzo Bianconi22-73/+72
2021-01-26mt76: mt7615: move testmode data from dev to phyShayne Chen3-31/+30
2021-01-26mt76: mt7915: move testmode data from dev to phyShayne Chen4-34/+41
2021-01-26mt76: testmode: move mtd part to mt76_devShayne Chen3-8/+9
2021-01-26mt76: testmode: introduce dbdc supportShayne Chen13-193/+244
2021-01-26mt76: mt7915: add partial add_bss_info command on testmode initShayne Chen2-5/+17
2021-01-26mt76: mt7915: drop zero-length packet to avoid Tx hangRyder Lee1-0/+3
2021-01-26mt76: mt7915: simplify mt7915_mcu_send_message routineLorenzo Bianconi1-12/+7
2021-01-26mt76: mt7915: fix endianness warning in mt7915_mcu_set_radar_thLorenzo Bianconi1-3/+3
2021-01-26mt76: mt7915: add support for flash modeShayne Chen4-6/+56
2021-01-26mt76: mt7915: run mt7915_configure_filter holding mt76 mutexLorenzo Bianconi1-1/+4
2021-01-26mt76: mt7915: convert comma to semicolonZheng Yongjun1-1/+1
2021-01-26mt76: mt7615: convert comma to semicolonZheng Yongjun1-1/+1
2021-01-26mt76: mt7615: reset token when mac_reset happensRyder Lee3-12/+22
2021-01-26mt76: mt7915: reset token when mac_reset happensRyder Lee3-17/+26
2021-01-26mt76: mt7915: fix MT_CIPHER_BIP_CMAC_128 setkeyRyder Lee2-6/+21
2021-01-26mt76: mt7615: add vif check in mt7615_update_vif_beacon()Ryder Lee1-1/+10
2021-01-26mt76: mt7915: add vif check in mt7915_update_vif_beacon()Ryder Lee1-1/+9
2021-01-18mt76: mt7663s: fix rx buffer refcountingLorenzo Bianconi1-5/+4
2021-01-14mt76: Fix queue ID variable types after mcu queue splitNathan Chancellor2-6/+6
2020-12-20mt76: mt7915: fix MESH ifdef blockRandy Dunlap1-2/+2
2020-12-20mt76: mt76s: fix NULL pointer dereference in mt76s_process_tx_queueLorenzo Bianconi1-1/+5
2020-12-20mt76: sdio: remove wake logic in mt76s_process_tx_queueLorenzo Bianconi1-12/+3
2020-12-20mt76: usb: remove wake logic in mt76u_status_workerLorenzo Bianconi1-7/+0
2020-12-17mt76: mt76u: fix NULL pointer dereference in mt76u_status_workerLorenzo Bianconi1-0/+2
2020-12-11mt76: remove unused variable qSouptick Joarder1-3/+0
2020-12-08Merge tag 'mt76-for-kvalo-2020-12-04' of https://github.com/nbd168/wirelessKalle Valo76-2151/+3444