mbox series

[0/3] wifi: ath11k: Fix runtime issues for IPQ5018

Message ID TYZPR01MB5556F7C9F8E5BB5F5E1C8770C953A@TYZPR01MB5556.apcprd01.prod.exchangelabs.com
Headers show
Series wifi: ath11k: Fix runtime issues for IPQ5018 | expand

Message

Ziyang Huang June 7, 2023, 5:23 p.m. UTC
When I try to boot the IPQ5018 WiFi, I found some runtime issues. This
series of patches will fix them.

Ziyang Huang (3):
  wifi: ath11k: Add missing ops config for IPQ5018 in ath11k_ahb_probe()
  wifi: ath11k: Restart firmware after cold boot calibration for IPQ5018
  wifi: ath11k: Add missing hw_ops->get_ring_selector() for IPQ5018

 drivers/net/wireless/ath/ath11k/ahb.c  | 1 +
 drivers/net/wireless/ath/ath11k/core.c | 1 +
 drivers/net/wireless/ath/ath11k/hw.c   | 2 +-
 3 files changed, 3 insertions(+), 1 deletion(-)