summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/mediatek
AgeCommit message (Expand)AuthorFilesLines
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-25mt7601u: process tx URBs with status EPROTO properlyLorenzo Bianconi1-0/+1
2021-01-25mt7601u: use ieee80211_rx_list to pass frames to the network stack as a batchLorenzo Bianconi1-5/+14
2021-01-14mt7601u: check the status of device in calibrationZhi Han1-0/+3
2021-01-14mt7601u: process URBs in status EPROTO properlyZhi Han1-0/+1
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-2156/+3449
2020-12-05mt76: mt7615: Fix fall-through warnings for ClangGustavo A. R. Silva1-1/+1
2020-12-05mt76: mt7915: fix ht mcs in mt7915_mcu_get_rx_rate()Shayne Chen1-1/+3
2020-12-04Merge tag 'wireless-drivers-next-2020-12-03' of git://git.kernel.org/pub/scm/...Jakub Kicinski1-6/+6
2020-12-04mt76: attempt to free up more room when filling the tx queueFelix Fietkau3-0/+12
2020-12-04mt76: mt7915: stop queues when running out of tx tokensFelix Fietkau3-0/+42
2020-12-04mt76: improve tx queue stop/wakeFelix Fietkau3-21/+13
2020-12-04mt76: mt7915: fix memory leak in mt7915_mcu_get_rx_rate()Shayne Chen1-0/+2
2020-12-04mt76: mt7615: fix rdd mcu cmd endiannessLorenzo Bianconi1-23/+66
2020-12-04mt76: mt7915: fix endian issuesFelix Fietkau1-19/+68
2020-12-04mt76: mt7915: get rid of dbdc debugfs knobLorenzo Bianconi3-191/+162
2020-12-04mt76: mt7915: introduce dbdc supportLorenzo Bianconi12-104/+135
2020-12-04mt76: move hw mac_addr in mt76_phyLorenzo Bianconi13-47/+55
2020-12-04mt76: move band allocation in mt76_register_phyLorenzo Bianconi4-37/+31
2020-12-04mt76: rely on mt76_phy in mt76_init_sband_2g and mt76_init_sband_5gLorenzo Bianconi1-17/+16
2020-12-04mt76: move band capabilities in mt76_phyLorenzo Bianconi11-33/+32
2020-12-04mt76: move tx hw data queues in mt76_phyLorenzo Bianconi23-76/+81
2020-12-04mt76: move mcu queues to mt76_dev q_mcu arrayLorenzo Bianconi20-115/+112
2020-12-04mt76: rely on mt76_queue in tx_queue_skb_raw signatureLorenzo Bianconi10-14/+14
2020-12-04mt76: introduce mt76_init_mcu_queue utility routineLorenzo Bianconi6-23/+56
2020-12-04mt76: rely on mt76_queue in tx_queue_skb signatureLorenzo Bianconi8-39/+43
2020-12-04mt76: dma: rely on mt76_queue in mt76_dma_tx_cleanup signatureLorenzo Bianconi13-28/+28