summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/mediatek/mt76/mt7615
AgeCommit message (Expand)AuthorFilesLines
2021-12-19mt76: mt7915: rely on mt76_connac definitionsLorenzo Bianconi2-129/+2
2021-12-19mt76: connac: rely on MCU_CMD macroLorenzo Bianconi2-7/+7
2021-12-19mt76: connac: introduce MCU_CE_CMD macroLorenzo Bianconi1-8/+8
2021-12-19mt76: connac: introduce MCU_UNI_CMD macroLorenzo Bianconi1-13/+13
2021-12-19mt76: connac: align MCU_EXT definitions with 7915 driverLorenzo Bianconi1-8/+8
2021-12-19mt76: connac: introduce MCU_EXT macrosLorenzo Bianconi3-92/+70
2021-12-19mt76: mt7615: in debugfs queue stats, skip wmm index 3 on mt7663Felix Fietkau1-0/+3
2021-12-19mt76: mt7663: disable 4addr capabilityLorenzo Bianconi1-0/+1
2021-12-19mt76: mt7615: clear mcu error interrupt status on mt7663Felix Fietkau1-0/+1
2021-12-19mt76: mt7615: improve wmm index allocationFelix Fietkau1-5/+3
2021-12-19mt76: mt7615: fix unused tx antenna mask in testmodeShayne Chen1-11/+10
2021-12-19mt76: mt7615: fix decap offload corner case with 4-addr VLAN framesFelix Fietkau1-2/+21
2021-12-19mt76: do not pass the received frame with decryption errorXing Song1-1/+8
2021-12-19mt76: mt7615: remove dead code in get_omac_idxLorenzo Bianconi1-3/+0
2021-12-18mt76: reverse the first fragmented frame to 802.11Xing Song2-3/+89
2021-12-18mt76: mt7615: fix possible deadlock while mt7615_register_ext_phy()Peter Chiu1-2/+6
2021-11-29mt76: fix key pointer overwrite in mt7921s_write_txwi/mt7663_usb_sdio_write_txwiLorenzo Bianconi1-6/+5
2021-11-24mt76: fix possible pktid leakLorenzo Bianconi2-12/+14
2021-10-23mt76: mt7615: apply cached RF data for DBDCRyder Lee1-2/+20
2021-10-23mt76: mt7615: mt7622: fix ibss and meshpointNick Hainke1-2/+2
2021-10-20mt76: do not reset MIB counters in get_stats callbackLorenzo Bianconi1-2/+0
2021-10-20mt76: mt7921: rely on mcu_get_nic_capabilitySean Wang1-0/+1
2021-10-20mt76: sdio: extend sdio module to support CONNAC2Sean Wang1-1/+1
2021-10-20mt76: sdio: introduce parse_irq callbackLorenzo Bianconi2-1/+34
2021-10-20mt76: sdio: move common code in mt76_sdio moduleLorenzo Bianconi6-717/+23
2021-10-20mt76: mt7663s: rely on mcu reg access utilitySean Wang3-32/+2
2021-10-20mt76: sdio: export mt76s_alloc_rx_queue and mt76s_alloc_tx routinesLorenzo Bianconi1-1/+5
2021-10-20mt76: rely on phy pointer in mt76_register_debugfs_fops routine signatureLorenzo Bianconi1-1/+1
2021-10-20mt76: mt7615: fix monitor mode tear down crashRyder Lee1-5/+13
2021-10-20mt76: remove mt76_wcid pointer from mt76_tx_status_check signatureLorenzo Bianconi3-3/+3
2021-10-20mt76: introduce packet_id idrLorenzo Bianconi1-0/+4
2021-10-20mt76: mt7615: fix hwmon temp sensor mem use-after-freeRyder Lee1-2/+4
2021-10-20mt76: disable BH around napi_schedule() callsFelix Fietkau2-0/+5
2021-10-20mt76: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-1/+1
2021-10-20mt76: fix boolreturn.cocci warningsjing yangyang1-1/+1
2021-10-20mt76: mt7615: move mt7615_mcu_set_p2p_oppps in mt76_connac moduleLorenzo Bianconi3-26/+2
2021-10-20mt76: overwrite default reg_ops if necessaryLorenzo Bianconi1-1/+28
2021-10-20mt76: mt7615: fix skb use-after-free on mac resetFelix Fietkau1-22/+23
2021-10-20mt76: mt7615: fix endianness warning in mt7615_mac_write_txwiLorenzo Bianconi1-6/+9
2021-06-19mt76: mt7615: set macwork timeout according to runtime-pmLorenzo Bianconi4-15/+32
2021-06-19mt76: mt7663s: enable runtime-pmLorenzo Bianconi2-4/+11
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: fix iv and CCMP header insertionRyder Lee2-54/+52
2021-06-19mt76: mt7921: enable deep sleep at runtimeSean Wang1-3/+5
2021-06-19mt76: use SPDX header file comment styleTom Rix1-1/+1
2021-06-19mt76: add a space between comment char and SPDX tagTom Rix1-1/+1
2021-06-19mt76: make mt76_update_survey() per phyRyder Lee2-18/+16
2021-06-19mt76: reduce rx buffer size to 2048Lorenzo Bianconi1-7/+2
2021-06-19mt76: connac: fix the maximum interval schedule scan can supportSean Wang1-1/+1