summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/mediatek/mt76/mt7921
AgeCommit message (Expand)AuthorFilesLines
2022-02-03mt76: do not always copy ethhdr in reverse_frag0_hdr_transLorenzo Bianconi1-10/+9
2022-02-03mt76: mt7921s: run sleep mode by defaultSean Wang1-8/+4
2022-02-03mt76: sdio: honor the largest Tx buffer the hardware can supportSean Wang1-11/+1
2022-02-03mt76: mt7921s: fix a possible memory leak in mt7921_load_patchLorenzo Bianconi1-6/+2
2022-02-03mt76: mt7921: remove duplicated code in mt7921_mac_decode_he_radiotapLorenzo Bianconi1-1/+0
2022-02-03mt76: connac: move mt76_connac_lmac_mapping in mt76-connac moduleLorenzo Bianconi3-10/+3
2022-02-03mt76: mt7921: toggle runtime-pm adding a monitor vifLorenzo Bianconi4-22/+40
2022-02-03mt76: mt7921: fix endianness issues in mt7921_mcu_set_tx()Lorenzo Bianconi1-5/+3
2022-02-03mt76: mt7921: fix crash when startup fails.Ben Greear1-0/+1
2022-02-03mt76: mt7921e: fix possible probe failure after rebootSean Wang4-123/+139
2022-02-03mt76: mt7921s: fix mt7921s_mcu_[fw|drv]_pmctrlLeon Yen1-0/+38
2022-02-03mt76: mt7921: fix ht mcs in mt7921_mac_add_txs_skb()Peter Chiu1-1/+0
2022-02-03mt76: mt7921: fix a leftover race in runtime-pmLorenzo Bianconi1-0/+8
2022-02-03mt76: mt7921: do not always disable fw runtime-pmLorenzo Bianconi1-2/+1
2022-02-03mt76: mt7921e: process txfree and txstatus without allocating skbsLorenzo Bianconi4-6/+33
2022-02-03mt76: mt7921: set EDCA parameters with the MCU CE commandSean Wang1-28/+21
2022-02-03mt76: mt7921: forbid the doze mode when coredump is in progressYN Chen1-1/+2
2022-02-03mt76: mt7921e: make dev->fw_assert usage consistentSean Wang1-0/+1
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 Bianconi3-16/+1
2022-02-03mt76: mt7921: get rid of mt7921_mcu_get_eepromLorenzo Bianconi2-25/+0
2022-02-03mt76: mt7915: rely on mt76_connac_mcu_sta_baLorenzo Bianconi1-0/+2
2022-02-03mt76: mt7921s: update mt7921s_wfsys_reset sequenceYN Chen2-0/+5
2022-02-03mt76: mt7921s: clear MT76_STATE_MCU_RUNNING immediately after resetSean Wang1-2/+2
2022-02-03mt76: sdio: lock sdio when it is neededSean Wang1-0/+3
2022-02-03mt76: connac: move mt76_connac_mcu_add_key in connac moduleLorenzo Bianconi3-100/+8
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-23Merge tag 'wireless-drivers-next-2021-12-23' of git://git.kernel.org/pub/scm/...Jakub Kicinski14-334/+313
2021-12-22mt76: mt7921: fix a possible race enabling/disabling runtime-pmLorenzo Bianconi1-3/+9
2021-12-21Merge tag 'mac80211-next-for-net-next-2021-12-21' of git://git.kernel.org/pub...Jakub Kicinski1-1/+2
2021-12-19mt76: mt7921s: fix suspend error with enlarging mcu timeout valueSean Wang1-1/+1
2021-12-19mt76: mt7921s: make pm->suspended usage consistentSean Wang1-2/+7
2021-12-19mt76: mt7921: fix possible resume failureSean Wang1-2/+7
2021-12-19mt76: mt7921: clear pm->suspended in mt7921_mac_reset_workSean Wang1-0/+1
2021-12-19mt76: mt7921: remove dead definitionsLorenzo Bianconi1-3/+0
2021-12-19mt76: mt7921: reduce log severity levels for informative messagesTzung-Bi Shih2-2/+2
2021-12-19mt76: mt7915: rely on mt76_connac definitionsLorenzo Bianconi1-128/+0
2021-12-19mt76: connac: rely on MCU_CMD macroLorenzo Bianconi3-7/+7
2021-12-19mt76: connac: introduce MCU_CE_CMD macroLorenzo Bianconi2-14/+14
2021-12-19mt76: connac: introduce MCU_UNI_CMD macroLorenzo Bianconi2-21/+17
2021-12-19mt76: connac: align MCU_EXT definitions with 7915 driverLorenzo Bianconi1-1/+1
2021-12-19mt76: connac: introduce MCU_EXT macrosLorenzo Bianconi2-51/+29
2021-12-19mt76: mt7921: fix network buffer leak by txs missingDeren Wu4-1/+43
2021-12-19mt76: only access ieee80211_hdr after mt76_insert_ccmp_hdrRyder Lee1-1/+1
2021-12-19mt76: move sar_capa configuration in common codeLorenzo Bianconi1-8/+0
2021-12-19mt76: mt7921s: fix possible kernel crash due to invalid Rx countSean Wang1-0/+4
2021-12-19mt76: mt7921s: fix bus hang with wrong privilegeDeren Wu1-0/+11
2021-12-19mt76: mt7921: use correct iftype data on 6GHz cap initShayne Chen1-1/+1
2021-12-19mt76: mt7921: fix boolreturn.cocci warningChangcheng Deng1-1/+1