aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mediatek/mt76
Commit message (Expand)AuthorAgeFilesLines
* mt76: mt7663s: rely on mt76_queue in mt7663s_tx_run_queue signatureLorenzo Bianconi2020-12-042-12/+13
* mt76: sdio: rely on mt76_queue in mt76s_process_tx_queue signatureLorenzo Bianconi2020-12-041-8/+7
* mt76: sdio: introduce mt76s_alloc_tx_queueLorenzo Bianconi2020-12-041-13/+31
* mt76: move mt76_init_tx_queue in common codeLorenzo Bianconi2020-12-046-85/+58
* mt76: mt7915: rely on eeprom definitionsLorenzo Bianconi2020-12-041-2/+2
* mt76: mt7615: refactor usb/sdio rate codeLorenzo Bianconi2020-12-043-47/+28
* mt76: mt7615: support 16 interfacesRyder Lee2020-12-045-41/+95
* mt76: mt7915: remove unused mt7915_mcu_bss_sync_tlv()Ryder Lee2020-12-042-29/+4
* mt76: mt7915: use BIT_ULL for omac_idxRyder Lee2020-12-041-1/+1
* mt76: mt7915: make mt7915_eeprom_read staticLorenzo Bianconi2020-12-042-8/+2
* mt76: mt7915: add support to set tx frequency offset in testmodeShayne Chen2020-12-043-0/+27
* mt76: mt7915: add support to set txpower in testmodeShayne Chen2020-12-041-0/+100
* mt76: mt7915: implement testmode rx supportShayne Chen2020-12-045-0/+132
* mt76: mt7915: implement testmode tx supportShayne Chen2020-12-0410-9/+453
* mt76: testmode: add support for HE rate modesShayne Chen2020-12-042-1/+13
* mt76: mt7915: fix tx rate related fields in tx descriptorShayne Chen2020-12-041-2/+4
* mt76: testmode: add support for LTF and GI combinations for HE modeShayne Chen2020-12-043-1/+8
* mt76: testmode: add tx_rate_stbc parameterShayne Chen2020-12-043-0/+9
* mt76: testmode: add snr attribute in rx statisticsShayne Chen2020-12-041-0/+2
* mt76: testmode: switch ib and wb rssi to array type for per-antenna reportShayne Chen2020-12-044-9/+27
* mt76: mt76u: use dedicated thread for status workLorenzo Bianconi2020-12-042-5/+17
* mt76: mt76u: rely on woker APIs for rx workLorenzo Bianconi2020-12-045-22/+39
* mt76: mt7615: run key configuration in mt7615_set_key for usb/sdio devicesLorenzo Bianconi2020-12-044-141/+44
* mt76: fix tkip configuration for mt7615/7663 devicesLorenzo Bianconi2020-12-041-6/+8
* mt76: switch to wep sw crypto for mt7615/mt7915Lorenzo Bianconi2020-12-042-4/+4
* mt76: mt7663s: introduce WoW support via GPIOSean Wang2020-12-042-2/+28
* mt76: move mt76_mcu_send_firmware in common moduleLorenzo Bianconi2020-12-045-72/+37
* mt76: mt7603: add additional EEPROM chip IDDavid Bauer2020-12-041-0/+1
* mt76: fix memory leak if device probing failsLorenzo Bianconi2020-12-045-6/+11
* mt76: mt7915: fix sparse warning cast from restricted __le16Ryder Lee2020-12-041-1/+1
* mt76: dma: fix possible deadlock running mt76_dma_cleanupLorenzo Bianconi2020-12-041-0/+2
* mt76: set fops_tx_stats.owner to THIS_MODULETaehee Yoo2020-12-041-0/+1
* mt76: mt7915: rename mt7915_mcu_get_rate_info to mt7915_mcu_get_tx_rateRyder Lee2020-12-043-7/+7
* mt76: mt7915: update ppe thresholdRyder Lee2020-12-041-27/+16
* mt76: mt7915: set fops_sta_stats.owner to THIS_MODULETaehee Yoo2020-12-041-0/+1
* wireless: mt76: convert tasklets to use new tasklet_setup() APIAllen Pais2020-12-047-20/+18
* mt76: sdio: get rid of sched.lockLorenzo Bianconi2020-12-044-19/+8
* mt76: mt7663s: fix a possible ple quota underflowLorenzo Bianconi2020-12-041-1/+1
* mt76: mt7663s: get rid of mt7663s_sta_addLorenzo Bianconi2020-12-041-25/+1
* mt76: mt7615: introduce quota debugfs node for mt7663sLorenzo Bianconi2020-12-041-0/+17
* mt76: mt7615: enable beacon filtering by default for offload fwLorenzo Bianconi2020-12-045-72/+72
* mt76: add back the SUPPORTS_REORDERING_BUFFER flagFelix Fietkau2020-12-041-0/+1
* mt76: mt7915: query station rx rate from firmwareFelix Fietkau2020-12-045-3/+127
* mt76: mt7915: move eeprom parsing out of mt7915_mcu_parse_responseFelix Fietkau2020-12-041-24/+16
* mt76: implement functions to get the response skb for MCU callsFelix Fietkau2020-12-042-12/+32
* mt76: mt7603: switch to .mcu_skb_send_msgFelix Fietkau2020-12-041-37/+6
* mt76: make mcu_ops->mcu_send_msg optionalFelix Fietkau2020-12-047-33/+18
* mt76: move waiting and locking out of mcu_ops->mcu_skb_send_msgFelix Fietkau2020-12-047-168/+116
* mt76: move mcu timeout handling to .mcu_parse_responseFelix Fietkau2020-12-044-34/+38
* mt76: implement .mcu_parse_response in struct mt76_mcu_opsFelix Fietkau2020-12-0412-36/+55