summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/mediatek/mt76/mt7615
AgeCommit message (Expand)AuthorFilesLines
2022-02-03mt76: do not always copy ethhdr in reverse_frag0_hdr_transLorenzo Bianconi1-10/+9
2022-02-03mt76: mt7615: fix/rewrite the dfs state handling logicFelix Fietkau2-22/+30
2022-02-03mt76: sdio: honor the largest Tx buffer the hardware can supportSean Wang1-11/+1
2022-02-03mt76: stop the radar detector after leaving dfs channelXing Song1-1/+2
2022-02-03mt76: mt7615: check sta_rates pointer in mt7615_sta_rate_tbl_updateLorenzo Bianconi1-0/+3
2022-02-03mt76: mt7663s: flush runtime-pm queue after waking up the deviceLorenzo Bianconi1-0/+1
2022-02-03mt76: mt7615: add support for LG LGSBWAC02 (MT7663BUN)Piotr Dymacz1-0/+1
2022-02-03mt76: mt7615: fix a leftover race in runtime-pmLorenzo Bianconi1-0/+8
2022-02-03mt76: mt7615e: process txfree and txstatus without allocating skbsLorenzo Bianconi3-5/+35
2022-02-03mt76: mt7615: update bss_info with cipher after setting the group keyFelix Fietkau1-0/+6
2022-02-03mt76: mt7615: fix a possible race enabling/disabling runtime-pmLorenzo Bianconi1-4/+11
2022-02-03mt76: connac: move mt76_connac_mcu_rdd_cmd in mt76-connac moduleLorenzo Bianconi3-33/+14
2022-02-03mt76: connac: move mt76_connac_mcu_gen_dl_mode in mt76-connac moduleLorenzo Bianconi1-29/+4
2022-02-03mt76: connac: move mt76_connac_mcu_set_pm in connac moduleLorenzo Bianconi1-26/+1
2022-02-03mt76: connac: introduce is_connac_v1 utility routineLorenzo Bianconi1-18/+0
2022-02-03mt76: connac: move mt76_connac_mcu_wtbl_update_hdr_trans in connac moduleLorenzo Bianconi1-13/+1
2022-02-03mt76: mt7915: rely on mt76_connac_mcu_wtbl_ht_tlvLorenzo Bianconi1-1/+1
2022-02-03mt76: mt7915: rely on mt76_connac_mcu_sta_baLorenzo Bianconi1-1/+2
2022-02-03mt76: connac: move mt76_connac_mcu_bss_basic_tlv in connac moduleLorenzo Bianconi1-53/+2
2022-02-03mt76: connac: move mt76_connac_mcu_bss_ext_tlv in connac moduleLorenzo Bianconi1-21/+1
2022-02-03mt76: connac: move mt76_connac_mcu_bss_omac_tlv in connac moduleLorenzo Bianconi1-42/+1
2022-02-03mt76: sdio: lock sdio when it is neededSean Wang1-0/+3
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