summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/mediatek/mt76/mt7921/mcu.c
AgeCommit message (Expand)AuthorFilesLines
2022-12-01wifi: mt76: mt7921: introduce remain_on_channel supportSean Wang1-0/+24
2022-12-01wifi: mt76: mt7921: drop ieee80211_[start, stop]_queues in driverSean Wang1-18/+0
2022-12-01wifi: mt76: mt7921: add unified ROC cmd/event supportQuan Zhou1-0/+119
2022-09-15wifi: mt76: mt7921: introduce Country Location Control supportMing Yen Hsieh1-0/+198
2022-07-18Merge tag 'mt76-for-kvalo-2022-07-11' of https://github.com/nbd168/wirelessKalle Valo1-387/+31
2022-07-15wifi: mac80211: move ps setting to vif configJohannes Berg1-1/+1
2022-07-11mt76: mt7921: enable HW beacon filter in the initialization stageSean Wang1-5/+0
2022-07-11mt76: do not use skb_set_queue_mapping for internal purposesFelix Fietkau1-1/+1
2022-07-11mt76: move mt76_connac2_mcu_fill_message in mt76_connac moduleLorenzo Bianconi1-77/+0
2022-07-11mt76: move mcu_txd/mcu_rxd structures in shared codeLorenzo Bianconi1-16/+17
2022-07-11mt76: mt7921: fix command timeout in AP stop periodDeren Wu1-4/+1
2022-07-11mt76: mt7921: not support beacon offload disable commandDeren Wu1-2/+4
2022-07-11mt76: connac: move connac2_mac_write_txwi in mt76_connac moduleLorenzo Bianconi1-2/+2
2022-07-11mt76: mt7921: rely on mt76_dev in mt7921_mac_write_txwi signatureLorenzo Bianconi1-1/+1
2022-07-11mt76: connac: move mt76_connac2_load_patch in connac moduleLorenzo Bianconi1-125/+1
2022-07-11mt76: connac: move mt76_connac2_load_ram in connac moduleLorenzo Bianconi1-88/+1
2022-07-11mt76: mt7921: move fw toggle in mt7921_load_firmwareLorenzo Bianconi1-7/+7
2022-07-11mt76: connac: move shared fw structures in connac moduleLorenzo Bianconi1-70/+11
2022-07-11mt76: mt7921: get rid of mt7921_mcu_exitLorenzo Bianconi1-6/+0
2022-07-11mt76: mt7921s: fix firmware download random failYN Chen1-7/+8
2022-07-11mt76: mt7921: add PATCH_FINISH_REQ cmd response handlingYN Chen1-1/+2
2022-06-20wifi: mac80211: return a beacon for a specific linkShaul Triebitz1-1/+1
2022-06-20wifi: mac80211: move interface config to new structJohannes Berg1-1/+1
2022-05-13mt76: mt7921: add ipv6 NS offload supportDeren Wu1-0/+43
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