summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* rtw89: 8852c: add 8852ce to Makefile and KconfigPing-Ke Shih2022-05-042-2/+25
* rtw89: 8852c: fix warning of FIELD_PREP() mask typePing-Ke Shih2022-05-041-7/+5
* rtw89: 8852c: correct register definitions used by 8852cPing-Ke Shih2022-05-041-2/+1
* rtw89: correct AID settings of beamformeePing-Ke Shih2022-05-042-0/+9
* rtw89: ps: fine tune polling interval while changing low power modePing-Ke Shih2022-05-041-1/+2
* rtw89: 8852c: add basic and remaining chip_infoPing-Ke Shih2022-05-041-3/+77
* rtw89: 8852c: add chip_ops::bb_ctrl_btc_preagcPing-Ke Shih2022-05-041-0/+64
* rtw89: 8852c: rfk: get calibrated channels to notify firmwarePing-Ke Shih2022-05-043-0/+20
* wfx: avoid flush_workqueue(system_highpri_wq) usageTetsuo Handa2022-05-044-4/+11
* Merge tag 'wireless-next-2022-05-03' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski2022-05-04265-3625/+42710
|\
| * Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo2022-05-0335-249/+1158
| |\
| | * carl9170: tx: fix an incorrect use of list iteratorXiaomeng Tong2022-05-021-0/+3
| | * wil6210: use NAPI_POLL_WEIGHT for napi budgetJakub Kicinski2022-05-022-5/+4
| | * ath10k: remove a copy of the NAPI_POLL_WEIGHT defineJakub Kicinski2022-05-025-7/+4
| | * ath11k: Add support for WCN6750 deviceManikanta Pubbisetty2022-05-024-13/+158
| | * ath11k: Datapath changes to support WCN6750Manikanta Pubbisetty2022-05-022-0/+33
| | * ath11k: HAL changes to support WCN6750Manikanta Pubbisetty2022-05-025-13/+163
| | * ath11k: Add QMI changes for WCN6750Manikanta Pubbisetty2022-05-023-28/+56
| | * ath11k: Fetch device information via QMI for WCN6750Manikanta Pubbisetty2022-05-022-4/+164
| | * ath11k: Add register access logic for WCN6750Manikanta Pubbisetty2022-05-023-35/+35
| | * ath11k: Add HW params for WCN6750Manikanta Pubbisetty2022-05-024-0/+77
| | * ath11k: Move parameters in bus_params to hw_paramsManikanta Pubbisetty2022-05-027-47/+49
| | * ath11k: change management tx queue to avoid connection timed outWen Gong2022-05-021-1/+1
| | * ath11k: fix warning of not found station for bssid in messageWen Gong2022-05-021-5/+6
| | * ath11k: Don't use GFP_KERNEL in atomic contextBaochen Qiang2022-04-291-1/+1
| | * ath10k: skip ath10k_halt during suspend for driver state RESTARTINGAbhishek Kumar2022-04-291-2/+18
| | * ath9k: hif_usb: simplify if-if to if-elseWan Jiabing2022-04-291-3/+2
| | * wil6210: simplify if-if to if-elseWan Jiabing2022-04-271-3/+2
| | * ath10k: simplify if-if to if-elseWan Jiabing2022-04-271-3/+2
| | * ath11k: read country code from SMBIOS for WCN6855/QCA6390Wen Gong2022-04-273-4/+63
| | * ath11k: disable spectral scan during spectral deinitHari Chandrakanthan2022-04-271-8/+9
| | * ath11k: Update WBM idle ring HP after FW mode onManikanta Pubbisetty2022-04-272-17/+32
| | * ath11k: WMI changes to support WCN6750Manikanta Pubbisetty2022-04-271-3/+7
| | * ath11k: Do not put HW in DBS mode for WCN6750Manikanta Pubbisetty2022-04-272-2/+3
| | * ath9k: fix QCA9561 PA bias levelThibaut VARĂˆNE2022-04-231-1/+1
| | * ath9k_htc: fix potential out of bounds access with invalid rxstatus->rs_keyixDan Carpenter2022-04-231-0/+8
| | * wil6210: use pm_runtime_resume_and_get() instead of pm_runtime_get_sync()Minghao Chi2022-04-231-3/+2
| | * ath11k: Fix build warning without CONFIG_IPV6YueHaibing2022-04-231-0/+2
| | * ath11k: fix missing unlock on error in ath11k_wow_op_resume()Yang Yingliang2022-04-231-1/+1
| | * ath11k: Add support for SARBaochen Qiang2022-04-236-0/+192
| | * ath11k: add support for extended wmi service bitWen Gong2022-04-232-34/+56
| | * ath9k: Remove unnecessary print function dev_err()Yang Li2022-04-121-3/+1
| | * wcn36xx: clean up some inconsistent indentingYang Li2022-04-121-3/+3
| | * ath11k: Fix spelling mistake "reseting" -> "resetting"Colin Ian King2022-04-121-1/+1
| | * ath9k: fix ath_get_rate_txpower() to respect the rate list end tagPeter Seiderer2022-04-121-1/+1
| * | rtw89: 8852c: rfk: add DPKPing-Ke Shih2022-05-036-8/+1178
| * | rtw89: 8852c: rfk: add IQKPing-Ke Shih2022-05-035-4/+1099
| * | rtw89: 8852c: rfk: add RX DCKPing-Ke Shih2022-05-034-1/+78
| * | rtw89: 8852c: rfk: add RCKPing-Ke Shih2022-05-033-0/+45
| * | rtw89: 8852c: rfk: add TSSIPing-Ke Shih2022-05-033-0/+1057