summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/mediatek
Commit message (Expand)AuthorAgeFilesLines
* mt76: dma: do not report truncated frames to mac80211Lorenzo Bianconi2021-03-171-4/+7
* mt76: mt7615: reset token when mac_reset happensRyder Lee2021-03-073-12/+22
* mt76: mt7915: reset token when mac_reset happensRyder Lee2021-03-073-17/+26
* mt76: dma: fix a possible memory leak in mt76_add_fragment()Lorenzo Bianconi2021-01-281-3/+5
* mt7601u: fix kernel crash unplugging the deviceLorenzo Bianconi2021-01-251-1/+1
* mt76: mt7663s: fix rx buffer refcountingLorenzo Bianconi2021-01-181-5/+4
* mt7601u: fix rx buffer refcountingLorenzo Bianconi2021-01-181-2/+1
* mt76: Fix queue ID variable types after mcu queue splitNathan Chancellor2021-01-142-6/+6
* mt76: mt7915: fix MESH ifdef blockRandy Dunlap2020-12-201-2/+2
* mt76: mt76s: fix NULL pointer dereference in mt76s_process_tx_queueLorenzo Bianconi2020-12-201-1/+5
* mt76: sdio: remove wake logic in mt76s_process_tx_queueLorenzo Bianconi2020-12-201-12/+3
* mt76: usb: remove wake logic in mt76u_status_workerLorenzo Bianconi2020-12-201-7/+0
* mt76: mt76u: fix NULL pointer dereference in mt76u_status_workerLorenzo Bianconi2020-12-171-0/+2
* mt76: remove unused variable qSouptick Joarder2020-12-111-3/+0
* Merge tag 'mt76-for-kvalo-2020-12-04' of https://github.com/nbd168/wirelessKalle Valo2020-12-0876-2156/+3449
|\
| * mt76: mt7615: Fix fall-through warnings for ClangGustavo A. R. Silva2020-12-041-1/+1
| * mt76: mt7915: fix ht mcs in mt7915_mcu_get_rx_rate()Shayne Chen2020-12-041-1/+3
| * mt76: attempt to free up more room when filling the tx queueFelix Fietkau2020-12-043-0/+12
| * mt76: mt7915: stop queues when running out of tx tokensFelix Fietkau2020-12-043-0/+42
| * mt76: improve tx queue stop/wakeFelix Fietkau2020-12-043-21/+13
| * mt76: mt7915: fix memory leak in mt7915_mcu_get_rx_rate()Shayne Chen2020-12-041-0/+2
| * mt76: mt7615: fix rdd mcu cmd endiannessLorenzo Bianconi2020-12-041-23/+66
| * mt76: mt7915: fix endian issuesFelix Fietkau2020-12-041-19/+68
| * mt76: mt7915: get rid of dbdc debugfs knobLorenzo Bianconi2020-12-043-191/+162
| * mt76: mt7915: introduce dbdc supportLorenzo Bianconi2020-12-0412-104/+135
| * mt76: move hw mac_addr in mt76_phyLorenzo Bianconi2020-12-0413-47/+55
| * mt76: move band allocation in mt76_register_phyLorenzo Bianconi2020-12-044-37/+31
| * mt76: rely on mt76_phy in mt76_init_sband_2g and mt76_init_sband_5gLorenzo Bianconi2020-12-041-17/+16
| * mt76: move band capabilities in mt76_phyLorenzo Bianconi2020-12-0411-33/+32
| * mt76: move tx hw data queues in mt76_phyLorenzo Bianconi2020-12-0423-76/+81
| * mt76: move mcu queues to mt76_dev q_mcu arrayLorenzo Bianconi2020-12-0420-115/+112
| * mt76: rely on mt76_queue in tx_queue_skb_raw signatureLorenzo Bianconi2020-12-0410-14/+14
| * mt76: introduce mt76_init_mcu_queue utility routineLorenzo Bianconi2020-12-046-23/+56
| * mt76: rely on mt76_queue in tx_queue_skb signatureLorenzo Bianconi2020-12-048-39/+43
| * mt76: dma: rely on mt76_queue in mt76_dma_tx_cleanup signatureLorenzo Bianconi2020-12-0413-28/+28
| * 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