summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/mediatek/mt76/mt7921/mcu.c
AgeCommit message (Expand)Author
2022-03-16mt76: fix monitor rx FCS error in DFS channelDeren Wu
2022-03-16mt76: mt7921: fix up the monitor modeSean Wang
2022-02-24mt76: fix dfs state issue with 160 MHz channelsFelix Fietkau
2022-02-03mt76: mt7921s: fix a possible memory leak in mt7921_load_patchLorenzo Bianconi
2022-02-03mt76: mt7921: fix endianness issues in mt7921_mcu_set_tx()Lorenzo Bianconi
2022-02-03mt76: mt7921: set EDCA parameters with the MCU CE commandSean Wang
2022-02-03mt76: connac: move mt76_connac_mcu_gen_dl_mode in mt76-connac moduleLorenzo Bianconi
2022-02-03mt76: connac: move mt76_connac_mcu_restart in common moduleLorenzo Bianconi
2022-02-03mt76: mt7921: get rid of mt7921_mcu_get_eepromLorenzo Bianconi
2022-02-03mt76: mt7915: rely on mt76_connac_mcu_sta_baLorenzo Bianconi
2022-02-03mt76: connac: move mt76_connac_mcu_add_key in connac moduleLorenzo Bianconi
2022-02-03mt76: connac: move mt76_connac_chan_bw in common codeLorenzo Bianconi
2022-02-03mt76: connac: move mt76_connac_mcu_get_cipher in common codeLorenzo Bianconi
2021-12-19mt76: mt7921s: fix suspend error with enlarging mcu timeout valueSean Wang
2021-12-19mt76: mt7921: remove dead definitionsLorenzo Bianconi
2021-12-19mt76: mt7921: reduce log severity levels for informative messagesTzung-Bi Shih
2021-12-19mt76: connac: rely on MCU_CMD macroLorenzo Bianconi
2021-12-19mt76: connac: introduce MCU_CE_CMD macroLorenzo Bianconi
2021-12-19mt76: connac: introduce MCU_UNI_CMD macroLorenzo Bianconi
2021-12-19mt76: connac: align MCU_EXT definitions with 7915 driverLorenzo Bianconi
2021-12-19mt76: connac: introduce MCU_EXT macrosLorenzo Bianconi
2021-12-19mt76: mt7921: fix network buffer leak by txs missingDeren Wu
2021-12-19mt76: mt7921s: fix bus hang with wrong privilegeDeren Wu
2021-10-20mt76: mt7921s: add reset supportSean Wang
2021-10-20mt76: mt7921: introduce mt7921s supportSean Wang
2021-10-20mt76: mt7921: refactor mt7921_mcu_send_messageSean Wang
2021-10-20mt76: mt7921: rely on mcu_get_nic_capabilitySean Wang
2021-10-20mt76: mt7921: make all event parser reusable between mt7921s and mt7921eSean Wang
2021-10-20mt76: mt7921: add MT7921_COMMON moduleSean Wang
2021-10-20mt76: mt7921: refactor mcu.c to be bus independentSean Wang
2021-10-20mt76: mt7921: add MU EDCA cmd supportSean Wang
2021-10-20mt76: introduce __mt76_mcu_send_firmware routineLorenzo Bianconi
2021-10-20mt76: mt7921: add 6GHz supportLorenzo Bianconi
2021-10-20mt76: mt7921: fix retrying release semaphore without endSean Wang
2021-10-20mt76: mt7921: remove mcu rate reporting codeLorenzo Bianconi
2021-10-20mt76: mt7921: fix kernel warning from cfg80211_calculate_bitrateSean Wang
2021-10-20mt76: mt7921: introduce mt7921_mcu_set_beacon_filter utility routineLorenzo Bianconi
2021-10-20mt76: mt7921: Add mt7922 supportDeren Wu
2021-10-20mt76: mt7921: Fix out of order process by invalid event pktDeren Wu
2021-10-20mt76: fix build error implicit enumeration conversionSean Wang
2021-10-20mt76: mt7921: avoid unnecessary spin_lock/spin_unlock in mt7921_mcu_tx_done_e...Lorenzo Bianconi
2021-10-20mt76: mt7921: fix endianness in mt7921_mcu_tx_done_eventLorenzo Bianconi
2021-08-06mt76: fix enum type mismatchArnd Bergmann
2021-07-08mt76: mt7921: continue to probe driver when fw already downloadedAaron Ma
2021-06-19mt76: fix iv and CCMP header insertionRyder Lee
2021-06-19mt76: mt7921: enable deep sleep at runtimeSean Wang
2021-06-19mt76: connac: add mt76_connac_mcu_get_nic_capability utility routineLorenzo Bianconi
2021-06-19mt76: connac: fix UC entry is being overwrittenLorenzo Bianconi
2021-06-19mt76: mt7921: remove mt7921_get_wtbl_info routineLorenzo Bianconi
2021-06-19mt76: mt7921: introduce mac tx done handlingDeren Wu