summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/mediatek/mt76/mt7615
AgeCommit message (Expand)AuthorFilesLines
2022-05-13mt76: mt7615/mt7915: do reset_work with mt76's work queueBo Jiao1-1/+1
2022-05-13mt76: mt7915: add Wireless Ethernet Dispatch supportFelix Fietkau1-3/+3
2022-05-13mt76: fix MBSS index condition in DBDC modeEvelyn Tsai1-3/+3
2022-05-13mt76: fix use-after-free by removing a non-RCU wcid pointerFelix Fietkau1-1/+1
2022-05-06mt76: switch to netif_napi_add_tx()Jakub Kicinski1-2/+2
2022-03-16mt76: fix monitor rx FCS error in DFS channelDeren Wu1-1/+2
2022-03-16mt76: usb: introduce __mt76u_init utility routineLorenzo Bianconi1-1/+67
2022-03-16mt76: use le32/16_get_bits() whenever possibleRyder Lee1-11/+9
2022-03-16mt76: split single ldpc cap bit into bitsMeiChia Chiu1-1/+1
2022-03-16mt76: mt7663u: introduce mt7663u_mcu_power_on routineLorenzo Bianconi3-27/+27
2022-03-16mt76: mt7615: honor ret from mt7615_mcu_restart in mt7663u_mcu_initLorenzo Bianconi1-1/+4
2022-02-24mt76: fix dfs state issue with 160 MHz channelsFelix Fietkau1-3/+5
2022-02-24mt76: improve signal strength reportingFelix Fietkau1-9/+0
2022-02-24mt76: mt7615: Fix assigning negative values to unsigned variableYang Li1-1/+1
2022-02-24mt76: mt7615: fix compiler warning on frame sizeDeren Wu1-3/+11
2022-02-23mt76: fix endianness errors in reverse_frag0_hdr_transLorenzo Bianconi1-12/+19
2022-02-23mt76: mt7615: introduce SAR supportLorenzo Bianconi2-4/+27
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