aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless
AgeCommit message (Expand)AuthorFilesLines
2022-02-03mt76: mt7915: rely on mt76_connac_mcu_wtbl_generic_tlvLorenzo Bianconi2-45/+4
2022-02-03mt76: mt7915: rely on mt76_connac_mcu_sta_baLorenzo Bianconi5-52/+21
2022-02-03mt76: mt7915: rely on mt76_connac_mcu_wtbl_ba_tlvLorenzo Bianconi2-34/+3
2022-02-03mt76: mt7915: rely on mt76_connac_mcu_sta_ba_tlvLorenzo Bianconi1-20/+1
2022-02-03mt76: connac: move mt76_connac_mcu_bss_basic_tlv in connac moduleLorenzo Bianconi4-119/+74
2022-02-03mt76: connac: move mt76_connac_mcu_bss_ext_tlv in connac moduleLorenzo Bianconi4-42/+23
2022-02-03mt76: connac: move mt76_connac_mcu_bss_omac_tlv in connac moduleLorenzo Bianconi4-80/+47
2022-02-03mt76: mt7915: remove duplicated defs in mcu.hLorenzo Bianconi1-23/+0
2022-02-03mt76: mt7915: move pci specific code back to pci.cFelix Fietkau3-55/+64
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 Wang3-0/+14
2022-02-03mt76: mt7915: use proper aid value in mt7915_mcu_sta_basic_tlvLorenzo Bianconi1-1/+3
2022-02-03mt76: mt7915: use proper aid value in mt7915_mcu_wtbl_generic_tlv in sta modeLorenzo Bianconi1-1/+4
2022-02-03mt76: make mt76_sar_capa staticLorenzo Bianconi1-1/+1
2022-02-03mt76: mt7915: add device id for mt7916Bo Jiao3-4/+6
2022-02-03mt76: set wlan_idx_hi on mt7916Bo Jiao2-1/+6
2022-02-03mt76: connac: move mt76_connac_mcu_add_key in connac moduleLorenzo Bianconi9-200/+110
2022-02-03mt76: mt7915: rely on mt76_connac_get_phy utilitiesLorenzo Bianconi3-72/+22
2022-02-03mt76: connac: move mt76_connac_chan_bw in common codeLorenzo Bianconi3-41/+22
2022-02-03mt76: connac: move mt76_connac_mcu_get_cipher in common codeLorenzo Bianconi3-56/+29
2022-02-03mt76: mt7915: rely on mt76_connac_mcu_add_tlv routineLorenzo Bianconi1-77/+45
2022-02-03mt76: mt7915: rely on mt76_connac_mcu_alloc_wtbl_reqLorenzo Bianconi1-34/+9
2022-02-03mt76: mt7915: rely on mt76_connac_mcu_alloc_sta_reqLorenzo Bianconi6-57/+44
2022-02-03mt76: connac: fix sta_rec_wtbl tag lenLorenzo Bianconi1-1/+1
2022-02-03mt76: mt7915: add mt7916 calibrated data supportBo Jiao3-6/+20
2022-02-03mt76: mt7915: update mt7915_chan_mib_offs for mt7916Bo Jiao2-5/+16
2022-02-03mt76: mt7915: update rx rate reporting for mt7916Bo Jiao4-76/+121
2022-02-03mt76: mt7915: add txfree event v3Bo Jiao2-14/+31
2022-02-03mt76: mt7915: enlarge wcid size to 544Bo Jiao4-4/+10
2022-02-03mt76: mt7915: rework eeprom.c to adapt mt7916 changesBo Jiao4-37/+106
2022-02-03mt76: mt7915: add firmware support for mt7916Bo Jiao5-52/+110
2022-02-03mt76: mt7915: rework dma.c to adapt mt7916 changesBo Jiao6-99/+259
2022-02-03mt76: add MT_RXQ_MAIN_WA for mt7916Bo Jiao2-2/+12
2022-02-03mt76: mt7915: refine register definitionBo Jiao9-400/+938
2022-02-03mt76: mt7915: add mt7915_mmio_probe() as a common probing functionBo Jiao3-218/+255
2022-02-03mt76: mt7915: fix polling firmware-own statusFelix Fietkau2-1/+2
2022-02-03wcn36xx: clean up some inconsistent indentingYang Li2-7/+7
2022-02-03iwlwifi: mvm: don't send SAR GEO command for 3160 devicesLuca Coelho3-7/+9
2022-02-03iwlwifi: remove deprecated broadcast filtering featureLuca Coelho8-565/+0
2022-02-03iwlwifi: mei: report RFKILL upon register when neededEmmanuel Grumbach1-2/+8
2022-02-03iwlwifi: mvm: don't feed the hardware RFKILL into iwlmeiEmmanuel Grumbach1-1/+1
2022-02-03iwlwifi: mei: retry mapping the shared areaEmmanuel Grumbach1-9/+26
2022-02-03iwlwifi: mei: fix the pskb_may_pull check in ipv4Emmanuel Grumbach1-2/+1
2022-02-03iwlwifi: pcie: gen2: fix locking when "HW not ready"Johannes Berg1-2/+1
2022-02-03iwlwifi: pcie: fix locking when "HW not ready"Johannes Berg1-2/+1
2022-02-03iwlwifi: fix iwl_legacy_rate_to_fw_idxMiri Korenblit2-16/+18
2022-02-03iwlwifi: mvm: fix condition which checks the version of rate_n_flagsMiri Korenblit1-1/+1
2022-02-01brcmfmac: pcie: Read the console on init and shutdownHector Martin1-0/+4
2022-02-01brcmfmac: fwil: Constify iovar name argumentsHector Martin2-31/+31