wlan-ap-Telecominfraproject/feeds/wifi-ax/mac80211/patches/pending/216-ahb_delay.patch
John Crispin 8cd26b4b50 ipq807x: update to 11.4-CS
Signed-off-by: John Crispin <john@phrozen.org>
2021-09-14 09:16:23 +02:00

13 lines
580 B
Diff

Index: backports-20210222_001-4.4.60-b157d2276/drivers/net/wireless/ath/ath11k/ahb.c
===================================================================
--- backports-20210222_001-4.4.60-b157d2276.orig/drivers/net/wireless/ath/ath11k/ahb.c
+++ backports-20210222_001-4.4.60-b157d2276/drivers/net/wireless/ath/ath11k/ahb.c
@@ -839,6 +839,7 @@ static int ath11k_ahb_probe(struct platf
int userpd_id;
u32 hw_mode_id;
+ msleep(5000);
of_id = of_match_device(ath11k_ahb_of_match, &pdev->dev);
if (!of_id) {
dev_err(&pdev->dev, "failed to find matching device tree id\n");