summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-10-20mwifiex: Deactive host sleep using HSCFG after it was activated manuallyJonas Dreßler4-0/+44
2021-10-20mwifiex: Send DELBA requests according to specJonas Dreßler1-2/+3
2021-10-20mwifiex: Fix an incorrect commentJonas Dreßler1-1/+1
2021-10-20mwifiex: Log an error on command failure during key-material uploadJonas Dreßler1-2/+8
2021-10-20mwifiex: Don't log error on suspend if wake-on-wlan is disabledJonas Dreßler1-1/+1
2021-10-20rtw89: remove unneeded semicolonYang Li1-1/+1
2021-10-20rtw89: fix return value check in rtw89_cam_send_sec_key_cmd()Yang Yingliang1-1/+1
2021-10-20mwl8k: Fix use-after-free in mwl8k_fw_state_machine()Zheyu Ma1-1/+1
2021-10-20rsi: stop thread firstly in rsi_91x_init() error handlingZiyang Xuan1-0/+1
2021-10-20mt76: mt7915: change max rx len limit of hw modulesShayne Chen1-2/+2
2021-10-20mt76: mt7915: fix missing HE phy capShayne Chen2-7/+13
2021-10-20mt76: mt7915: rework mt7915_mcu_sta_muru_tlv()Shayne Chen1-21/+21
2021-10-20mt76: mt7915: enable HE UL MU-MIMOShayne Chen4-3/+47
2021-10-20mt76: mt7921: add per-vif counters in ethtoolLorenzo Bianconi1-1/+52
2021-10-20mt76: mt7921: move tx amsdu stats in mib_statsLorenzo Bianconi4-17/+23
2021-10-20mt76: mt7921: add sta stats accounting in mt7921_mac_add_txs_skbLorenzo Bianconi2-2/+16
2021-10-20mt76: mt7921: introduce stats reporting through ethtoolLorenzo Bianconi1-0/+116
2021-10-20mt76: mt7921: add some more MIB countersLorenzo Bianconi3-1/+71
2021-10-20mt76: do not reset MIB counters in get_stats callbackLorenzo Bianconi3-6/+1
2021-10-20mt76: mt7915: move tx amsdu stats in mib_statsLorenzo Bianconi4-13/+19
2021-10-20mt76: mt7915: run mt7915_get_et_stats holding mt76 mutexLorenzo Bianconi4-2/+13
2021-10-20mt76: move mt76_ethtool_worker_info in mt76 moduleLorenzo Bianconi3-40/+45
2021-10-20mt76: move mt76_sta_stats in mt76.hLorenzo Bianconi4-10/+10
2021-10-20mt76: mt76x0: correct VHT MCS 8/9 tx power eeprom offsetRichard Huynh1-1/+1
2021-10-20mt76: mt7921s: add reset supportSean Wang8-1/+184
2021-10-20mt76: mt7921: introduce mt7921s supportSean Wang11-15/+637
2021-10-20mt76: mt7921: refactor mt7921_mcu_send_messageSean Wang3-8/+23
2021-10-20mt76: mt7921: rely on mcu_get_nic_capabilitySean Wang7-123/+10
2021-10-20mt76: connac: extend mcu_get_nic_capabilitySean Wang2-0/+67
2021-10-20mt76: sdio: extend sdio module to support CONNAC2Sean Wang5-6/+53
2021-10-20mt76: sdio: introduce parse_irq callbackLorenzo Bianconi5-15/+51
2021-10-20mt76: sdio: move common code in mt76_sdio moduleLorenzo Bianconi9-313/+343
2021-10-20mt76: mt7921: use physical addr to unify register accessSean Wang2-24/+25
2021-10-20mt76: mt7921: make all event parser reusable between mt7921s and mt7921eSean Wang1-1/+6
2021-10-20mt76: mt7663s: rely on mcu reg access utilitySean Wang3-32/+2
2021-10-20mt76: connac: move mcu reg access utility routines in mt76_connac_lib moduleSean Wang2-0/+29
2021-10-20mt76: mt7921: add MT7921_COMMON moduleSean Wang6-5/+34
2021-10-20mt76: mt7921: refactor init.c to be bus independentSean Wang4-27/+38
2021-10-20mt76: mt7921: refactor mcu.c to be bus independentSean Wang8-95/+130
2021-10-20mt76: mt7921: refactor dma.c to be pcie specificSean Wang3-9/+8
2021-10-20mt76: mt7921: refactor mac.c to be bus independentSean Wang5-344/+383
2021-10-20mt76: mt7921: add MU EDCA cmd supportSean Wang2-3/+53
2021-10-20mt76: mt7915: remove dead code in debugfs codeLorenzo Bianconi1-25/+6
2021-10-20mt76: sdio: export mt76s_alloc_rx_queue and mt76s_alloc_tx routinesLorenzo Bianconi3-17/+11
2021-10-20mt76: mt7915: improve code readability for xmit-queue handlerLorenzo Bianconi1-2/+2
2021-10-20mt76: mt7915: introduce mt76 debugfs sub-dir for ext-phyLorenzo Bianconi3-79/+86
2021-10-20mt76: rely on phy pointer in mt76_register_debugfs_fops routine signatureLorenzo Bianconi4-6/+7
2021-10-20mt76: mt7915: set muru platform typeShayne Chen5-15/+36
2021-10-20mt76: mt7915: set VTA bit in tx descriptorShayne Chen1-1/+1
2021-10-20mt76: mt7915: fix muar_idx in mt7915_mcu_alloc_sta_req()Shayne Chen1-1/+1