summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/mediatek/mt76/mt7921/mcu.c
AgeCommit message (Expand)AuthorFilesLines
2022-05-13mt76: mt7921: Add AP mode supportSean Wang1-1/+78
2022-03-16mt76: fix monitor rx FCS error in DFS channelDeren Wu1-1/+2
2022-03-16mt76: mt7921: fix up the monitor modeSean Wang1-0/+30
2022-02-24mt76: fix dfs state issue with 160 MHz channelsFelix Fietkau1-3/+5
2022-02-03mt76: mt7921s: fix a possible memory leak in mt7921_load_patchLorenzo Bianconi1-6/+2
2022-02-03mt76: mt7921: fix endianness issues in mt7921_mcu_set_tx()Lorenzo Bianconi1-5/+3
2022-02-03mt76: mt7921: set EDCA parameters with the MCU CE commandSean Wang1-28/+21
2022-02-03mt76: connac: move mt76_connac_mcu_gen_dl_mode in mt76-connac moduleLorenzo Bianconi1-36/+2
2022-02-03mt76: connac: move mt76_connac_mcu_restart in common moduleLorenzo Bianconi1-14/+0
2022-02-03mt76: mt7921: get rid of mt7921_mcu_get_eepromLorenzo Bianconi1-24/+0
2022-02-03mt76: mt7915: rely on mt76_connac_mcu_sta_baLorenzo Bianconi1-0/+2
2022-02-03mt76: connac: move mt76_connac_mcu_add_key in connac moduleLorenzo Bianconi1-89/+0
2022-02-03mt76: connac: move mt76_connac_chan_bw in common codeLorenzo Bianconi1-20/+1
2022-02-03mt76: connac: move mt76_connac_mcu_get_cipher in common codeLorenzo Bianconi1-28/+1
2021-12-19mt76: mt7921s: fix suspend error with enlarging mcu timeout valueSean Wang1-1/+1
2021-12-19mt76: mt7921: remove dead definitionsLorenzo Bianconi1-3/+0
2021-12-19mt76: mt7921: reduce log severity levels for informative messagesTzung-Bi Shih1-1/+1
2021-12-19mt76: connac: rely on MCU_CMD macroLorenzo Bianconi1-5/+5
2021-12-19mt76: connac: introduce MCU_CE_CMD macroLorenzo Bianconi1-12/+12
2021-12-19mt76: connac: introduce MCU_UNI_CMD macroLorenzo Bianconi1-20/+16
2021-12-19mt76: connac: align MCU_EXT definitions with 7915 driverLorenzo Bianconi1-1/+1
2021-12-19mt76: connac: introduce MCU_EXT macrosLorenzo Bianconi1-49/+27
2021-12-19mt76: mt7921: fix network buffer leak by txs missingDeren Wu1-0/+14
2021-12-19mt76: mt7921s: fix bus hang with wrong privilegeDeren Wu1-0/+11
2021-10-20mt76: mt7921s: add reset supportSean Wang1-0/+1
2021-10-20mt76: mt7921: introduce mt7921s supportSean Wang1-5/+9
2021-10-20mt76: mt7921: refactor mt7921_mcu_send_messageSean Wang1-7/+4
2021-10-20mt76: mt7921: rely on mcu_get_nic_capabilitySean Wang1-3/+5
2021-10-20mt76: mt7921: make all event parser reusable between mt7921s and mt7921eSean Wang1-1/+6
2021-10-20mt76: mt7921: add MT7921_COMMON moduleSean Wang1-0/+8
2021-10-20mt76: mt7921: refactor mcu.c to be bus independentSean Wang1-87/+7
2021-10-20mt76: mt7921: add MU EDCA cmd supportSean Wang1-3/+52
2021-10-20mt76: introduce __mt76_mcu_send_firmware routineLorenzo Bianconi1-4/+4
2021-10-20mt76: mt7921: add 6GHz supportLorenzo Bianconi1-1/+5
2021-10-20mt76: mt7921: fix retrying release semaphore without endSean Wang1-1/+1
2021-10-20mt76: mt7921: remove mcu rate reporting codeLorenzo Bianconi1-140/+0
2021-10-20mt76: mt7921: fix kernel warning from cfg80211_calculate_bitrateSean Wang1-2/+9
2021-10-20mt76: mt7921: introduce mt7921_mcu_set_beacon_filter utility routineLorenzo Bianconi1-21/+26
2021-10-20mt76: mt7921: Add mt7922 supportDeren Wu1-4/+67
2021-10-20mt76: mt7921: Fix out of order process by invalid event pktDeren Wu1-0/+4
2021-10-20mt76: fix build error implicit enumeration conversionSean Wang1-1/+1
2021-10-20mt76: mt7921: avoid unnecessary spin_lock/spin_unlock in mt7921_mcu_tx_done_e...Lorenzo Bianconi1-3/+1
2021-10-20mt76: mt7921: fix endianness in mt7921_mcu_tx_done_eventLorenzo Bianconi1-1/+2
2021-08-06mt76: fix enum type mismatchArnd Bergmann1-1/+1
2021-07-08mt76: mt7921: continue to probe driver when fw already downloadedAaron Ma1-1/+2
2021-06-19mt76: fix iv and CCMP header insertionRyder Lee1-15/+15
2021-06-19mt76: mt7921: enable deep sleep at runtimeSean Wang1-3/+6
2021-06-19mt76: connac: add mt76_connac_mcu_get_nic_capability utility routineLorenzo Bianconi1-1/+1
2021-06-19mt76: connac: fix UC entry is being overwrittenLorenzo Bianconi1-0/+1
2021-06-19mt76: mt7921: remove mt7921_get_wtbl_info routineLorenzo Bianconi1-57/+0