summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/mediatek/mt76
AgeCommit message (Expand)AuthorFilesLines
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: mt7921: remove duplicated code in mt7921_mac_decode_he_radiotapLorenzo Bianconi1-1/+0
2022-02-03mt76: mt7915: add missing DATA4_TB_SPTL_REUSE1 to mt7915_mac_decode_he_radiotapLorenzo Bianconi1-1/+2
2022-02-03mt76: connac: move mt76_connac_lmac_mapping in mt76-connac moduleLorenzo Bianconi8-21/+13
2022-02-03mt76: mt7915: enable radar background detectionLorenzo Bianconi1-0/+7
2022-02-03mt76: mt7915: report radar pattern if detected by rdd2Lorenzo Bianconi1-1/+6
2022-02-03mt76: mt7915: introduce rdd_monitor debugfs nodeLorenzo Bianconi1-0/+49
2022-02-03mt76: mt7915: enable radar trigger on rdd2Lorenzo Bianconi1-1/+5
2022-02-03mt76: mt7915: introduce mt7915_set_radar_background routineLorenzo Bianconi6-0/+177
2022-02-03mt76: mt7915: set bssinfo/starec command when adding interfaceShayne Chen1-0/+3
2022-02-03mt76: mt7921: toggle runtime-pm adding a monitor vifLorenzo Bianconi5-25/+45
2022-02-03mt76: mt7921: fix endianness issues in mt7921_mcu_set_tx()Lorenzo Bianconi1-5/+3
2022-02-03mt76: sdio: disable interrupt in mt76s_sdio_irqSean Wang1-0/+1
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 Yen2-0/+40
2022-02-03mt76: mt7921: fix ht mcs in mt7921_mac_add_txs_skb()Peter Chiu1-1/+0
2022-02-03mt76: mt7915: fix ht mcs in mt7915_mac_add_txs_skb()Peter Chiu1-1/+0
2022-02-03mt76: mt7615: fix a leftover race in runtime-pmLorenzo Bianconi1-0/+8
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: mt7915: add support for passing chip/firmware debug data to user spaceFelix Fietkau8-4/+163
2022-02-03mt76: mt7615e: process txfree and txstatus without allocating skbsLorenzo Bianconi3-5/+35
2022-02-03mt76: mt7915: update bss_info with cipher after setting the group keyFelix Fietkau1-0/+6
2022-02-03mt76: mt7615: update bss_info with cipher after setting the group keyFelix Fietkau1-0/+6
2022-02-03mt76: connac: add support for passing the cipher field in bss_infoFelix Fietkau2-0/+2
2022-02-03mt76: mt7921e: process txfree and txstatus without allocating skbsLorenzo Bianconi4-6/+33
2022-02-03mt76: mt7615: fix a possible race enabling/disabling runtime-pmLorenzo Bianconi1-4/+11
2022-02-03mt76: mt7921: set EDCA parameters with the MCU CE commandSean Wang2-28/+22
2022-02-03mt76: mt76_connac: fix MCU_CE_CMD_SET_ROC definition errorSean Wang1-1/+1
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_rdd_cmd in mt76-connac moduleLorenzo Bianconi9-66/+52
2022-02-03mt76: mt7915: rely on mt76_connac_mcu_set_rts_threshLorenzo Bianconi3-23/+3
2022-02-03mt76: connac: move mt76_connac_mcu_gen_dl_mode in mt76-connac moduleLorenzo Bianconi4-96/+46
2022-02-03mt76: mt7915: rely on mt76_connac_mcu_init_downloadLorenzo Bianconi2-27/+6
2022-02-03mt76: mt7915: rely on mt76_connac_mcu_patch_sem_ctrl/mt76_connac_mcu_start_patchLorenzo Bianconi1-28/+3
2022-02-03mt76: connac: move mt76_connac_mcu_restart in common moduleLorenzo Bianconi6-30/+17
2022-02-03mt76: mt7915: rely on mt76_connac_mcu_start_firmwareLorenzo Bianconi1-16/+1
2022-02-03mt76: mt7921: get rid of mt7921_mcu_get_eepromLorenzo Bianconi2-25/+0
2022-02-03mt76: connac: move mt76_connac_mcu_set_pm in connac moduleLorenzo Bianconi6-62/+38
2022-02-03mt76: connac: introduce is_connac_v1 utility routineLorenzo Bianconi4-25/+29
2022-02-03mt76: connac: move mt76_connac_mcu_wtbl_update_hdr_trans in connac moduleLorenzo Bianconi6-42/+25
2022-02-03mt76: mt7915: rely on mt76_connac_mcu_wtbl_hdr_trans_tlvLorenzo Bianconi2-34/+10
2022-02-03mt76: mt7915: rely on mt76_connac_mcu_wtbl_ht_tlvLorenzo Bianconi4-51/+11
2022-02-03mt76: mt7915: rely on mt76_connac_mcu_wtbl_smps_tlvLorenzo Bianconi3-21/+10
2022-02-03mt76: mt7915: rely on mt76_connac_mcu_sta_uapsdLorenzo Bianconi3-36/+6
2022-02-03mt76: mt7915: rely on mt76_connac_mcu_sta_basic_tlvLorenzo Bianconi1-51/+1
2022-02-03mt76: mt7915: rely on mt76_connac_mcu_wtbl_generic_tlvLorenzo Bianconi2-45/+4