summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-04-23wlcore: sdio: using pm_runtime_resume_and_get() instead of pm_runtime_get_sync()Minghao Chi1-2/+1
2022-04-23wlcore: vendor_cmd: use pm_runtime_resume_and_get() instead of pm_runtime_get...Minghao Chi1-12/+6
2022-04-23wlcore: testmode: use pm_runtime_resume_and_get() instead of pm_runtime_get_s...Minghao Chi1-8/+4
2022-04-23wlcore: sysfs: use pm_runtime_resume_and_get() instead of pm_runtime_get_sync()Minghao Chi1-4/+2
2022-04-23wlcore: main: use pm_runtime_resume_and_get() instead of pm_runtime_get_sync()Minghao Chi1-150/+75
2022-04-13rtw89: pci: correct return value handling of rtw89_write16_mdio_mask()Ping-Ke Shih1-2/+2
2022-04-13rtw89: configure security CAM for V1 chipPing-Ke Shih4-0/+26
2022-04-13rtw89: add new H2C to configure security CAM via DCTL for V1 chipPing-Ke Shih4-0/+373
2022-04-13rtw89: extend H2C of CMAC control infoPing-Ke Shih5-23/+72
2022-04-12Merge branch 'wfx-move-out-of-staging'Kalle Valo47-11/+26
2022-04-12rtlwifi: rtl8192cu: Fix spelling mistake "writting" -> "writing"Lv Ruyi1-2/+2
2022-04-12rtlwifi: Fix spelling mistake "cacluated" -> "calculated"Lv Ruyi6-11/+11
2022-04-12wlcore: debugfs: use pm_runtime_resume_and_get() instead of pm_runtime_get_sy...Minghao Chi1-35/+17
2022-04-12rtw88: 8821ce: Disable PCIe ASPM L1 for 8821CE using chip IDJimmy Hon1-1/+1
2022-04-12rtw88: 8821ce: add support for device ID 0xb821Jimmy Hon1-0/+4
2022-04-12rtw88: 8821c: fix debugfs rssi valuePo-Hao Huang1-0/+4
2022-04-12rtw88: do PHY calibration while starting APPing-Ke Shih1-0/+13
2022-04-12rtw88: 8821c: Enable TX report for management framesPo-Hao Huang1-1/+1
2022-04-12rtw88: Add update beacon flow for AP modePo-Hao Huang9-2/+54
2022-04-12rtw88: fix incorrect frequency reportedPo-Hao Huang1-1/+2
2022-04-12rtw88: add ieee80211:sta_rc_update opsPo-Hao Huang6-12/+25
2022-04-12rtw89: rtw89_ser: add const to struct state_ent and event_entJoe Perches2-4/+4
2022-04-12rtw89: 8852c: add 8852c specific BT-coexistence initial functionChia-Yuan Li4-0/+122
2022-04-12rtw89: Skip useless dig gain and igi related settings for 8852CJohnson Lin2-2/+8
2022-04-12rtw89: 8852c: disable firmware watchdog if CPU disabledChia-Yuan Li3-4/+55
2022-04-12rtw89: reset BA CAMPing-Ke Shih2-0/+20
2022-04-12rtw89: change station scheduler setting for hardware TX modePing-Ke Shih1-2/+2
2022-04-12rtw89: ser: configure top ERR IMR for firmware to recoverPing-Ke Shih2-0/+44
2022-04-12rtw89: ser: configure C-MAC interrupt maskChia-Yuan Li5-36/+423
2022-04-12rtw89: ser: configure D-MAC interrupt maskChia-Yuan Li5-19/+1091
2022-04-12rtw89: ser: fix unannotated fall-throughZong-Zhe Yang1-0/+1
2022-04-11mac80211: prepare sta handling for MLO supportSriram R103-1094/+1200
2022-04-11mac80211: minstrel_ht: fix where rate stats are stored (fixes debugfs output)Peter Seiderer1-0/+3
2022-04-11nl80211: show SSID for P2P_GO interfacesJohannes Berg1-0/+1
2022-04-11mac80211: introduce BSS color collision detectionLorenzo Bianconi4-1/+55
2022-04-11mac80211: Improve confusing comment around tx_info clearingToke Høiland-Jørgensen1-3/+3
2022-04-11mac80211: protect ieee80211_assign_beacon with next_beacon checkLorenzo Bianconi1-10/+12
2022-04-06ipw2x00: use DEVICE_ATTR_*() macroMeng Tang2-93/+90
2022-04-06orinoco: Prepare cleanup of powerpc's asm/prom.hChristophe Leroy1-0/+1
2022-04-06ipw2x00: Fix potential NULL dereference in libipw_xmit()Haowen Bai1-1/+1
2022-04-06b43: Fix assigning negative value to unsigned variableHaowen Bai1-1/+1
2022-04-06b43legacy: Fix assigning negative value to unsigned variableHaowen Bai1-1/+1
2022-04-06rtl8xxxu: fill up txrate info for gen1 chipsChris Chiu1-29/+59
2022-04-06rtl8xxxu: feed antenna information for cfg80211Chris Chiu1-0/+16
2022-04-06rtlwifi: replace usage of found with dedicated list iterator variableJakob Koschel2-15/+13
2022-04-06brcmfmac: Avoid keeping power to SDIO card unless WOWL is usedUlf Hansson1-17/+22
2022-04-06mwifiex: add mutex lock for call in mwifiex_dfs_chan_sw_work_queueNiels Dossche1-0/+2
2022-04-06rtw89: fix misconfiguration on hw_scan channel timePo Hao Huang1-1/+1
2022-04-06rtw89: coex: Add case for scan offloadChing-Te Ku1-1/+11
2022-04-06rtw89: packet offload handler to avoid warningPo Hao Huang1-1/+7