aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless
AgeCommit message (Expand)AuthorFilesLines
2022-04-23rtw88: fix uninitialized 'tim_offset' warningPo-Hao Huang1-1/+1
2022-04-23wl12xx: scan: use pm_runtime_resume_and_get() instead of pm_runtime_get_sync()Minghao Chi1-4/+2
2022-04-23wl12xx: use pm_runtime_resume_and_get() instead of pm_runtime_get_sync()Minghao Chi1-4/+2
2022-04-23rtw89: 8852c: add help function of set channelPing-Ke Shih1-0/+40
2022-04-23rtw89: 8852c: add set channel of BB partPing-Ke Shih4-4/+846
2022-04-23rtw89: 8852c: set channel of MAC partPing-Ke Shih2-0/+75
2022-04-23rtw89: 8852c: add set channel function of RF partPing-Ke Shih3-0/+252
2022-04-23rtw89: 8852c: add HFC parametersPing-Ke Shih1-0/+32
2022-04-23rtw89: 8852c: add efuse gain offset parserPing-Ke Shih4-4/+151
2022-04-23rtw89: 8852c: support bb gain infoZong-Zhe Yang4-0/+459
2022-04-23rtw89: 8852c: add BB initial and reset functionsPing-Ke Shih2-0/+208
2022-04-23rtw89: 8852c: phy: configure TSSI bandedgePing-Ke Shih8-0/+158
2022-04-23rtw89: 8852c: add TX power track tablesZong-Zhe Yang5-28/+172
2022-04-23rtw89: 8852c: add TX power by rate and limit tablesPing-Ke Shih4-0/+5655
2022-04-23rtw89: 8852c: add BB and RF parameters tablesPing-Ke Shih5-0/+13721
2022-04-23wl18xx: debugfs: use pm_runtime_resume_and_get() instead of pm_runtime_get_sync()Minghao Chi1-12/+6
2022-04-23ath9k: fix QCA9561 PA bias levelThibaut VARĂˆNE1-1/+1
2022-04-23ath9k_htc: fix potential out of bounds access with invalid rxstatus->rs_keyixDan Carpenter1-0/+8
2022-04-23wil6210: use pm_runtime_resume_and_get() instead of pm_runtime_get_sync()Minghao Chi1-3/+2
2022-04-23ath11k: Fix build warning without CONFIG_IPV6YueHaibing1-0/+2
2022-04-23ath11k: fix missing unlock on error in ath11k_wow_op_resume()Yang Yingliang1-1/+1
2022-04-23ath11k: Add support for SARBaochen Qiang6-0/+192
2022-04-23ath11k: add support for extended wmi service bitWen Gong2-34/+56
2022-04-23net: remove third argument of usb_maxpacket()Vincent Mailhol2-3/+3
2022-04-23wlcore: cmd: using pm_runtime_resume_and_get() instead of pm_runtime_get_sync()Minghao Chi1-4/+2
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_sync()Minghao Chi1-12/+6
2022-04-23wlcore: testmode: use pm_runtime_resume_and_get() instead of pm_runtime_get_sync()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-23iwlwifi: iwl-dbg: Use del_timer_sync() before freeingGuenter Roeck1-1/+1
2022-04-20ar5523: Use kzalloc instead of kmalloc/memsetHaowen Bai1-2/+1
2022-04-14Merge tag 'net-5.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds5-23/+38
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 Valo42-0/+8187
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_sync()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