diff --git a/patches.suse/ath11k-pci-Add-more-MODULE_FIRMWARE-entries.patch b/patches.suse/ath11k-pci-Add-more-MODULE_FIRMWARE-entries.patch index e9badb5..b8e36a0 100644 --- a/patches.suse/ath11k-pci-Add-more-MODULE_FIRMWARE-entries.patch +++ b/patches.suse/ath11k-pci-Add-more-MODULE_FIRMWARE-entries.patch @@ -1,8 +1,9 @@ -From 962fc87f2c8d4a338c0ce9b7fcaed815fdfbca6a Mon Sep 17 00:00:00 2001 From: Takashi Iwai -Date: Thu, 30 Mar 2023 16:29:01 +0200 -Subject: [PATCH] ath11k: pci: Add more MODULE_FIRMWARE() entries -Patch-mainline: Submitted, linux-wireless ML +Date: Thu, 30 Mar 2023 16:37:18 +0200 +Subject: wifi: ath11k: pci: Add more MODULE_FIRMWARE() entries +Git-commit: 06c58473969239e00d76b683edd511952060ca56 +Git-repo: git://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-next.git#for-next +Patch-mainline: Queued in subsystem maintainer repository References: bsc#1209965 As there are a few more models supported by the driver, let's add the @@ -14,7 +15,9 @@ While we are at it, use the wildcard instead of listing each firmware files individually for each. Signed-off-by: Takashi Iwai - +Reviewed-by: Simon Horman +Signed-off-by: Kalle Valo +Link: https://lore.kernel.org/r/20230330143718.19511-1-tiwai@suse.de --- drivers/net/wireless/ath/ath11k/pci.c | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/patches.suse/wifi-ath11k-reduce-the-MHI-timeout-to-20s.patch b/patches.suse/wifi-ath11k-reduce-the-MHI-timeout-to-20s.patch index c7509c9..6c67ced 100644 --- a/patches.suse/wifi-ath11k-reduce-the-MHI-timeout-to-20s.patch +++ b/patches.suse/wifi-ath11k-reduce-the-MHI-timeout-to-20s.patch @@ -1,8 +1,8 @@ From: Kalle Valo -Subject: [PATCH] wifi: ath11k: reduce the MHI timeout to 20s Date: Wed, 29 Mar 2023 19:20:38 +0300 -Message-id: <20230329162038.8637-1-kvalo@kernel.org> -Patch-mainline: Submitted, linux-wireless ML +Subject: wifi: ath11k: reduce the MHI timeout to 20s +Git-commit: cf5fa3ca0552f1b7ba8490de40700bbfb6979b17 +Patch-mainline: 6.3-rc6 References: bsc#1207948 Currently ath11k breaks after hibernation, the reason being that ath11k expects @@ -25,15 +25,13 @@ Tested-on: WCN6855 hw2.0 PCI WLAN.HSP.1.1-03125-QCAHSPSWPL_V1_V2_SILICONZ_LITE-3 Link: https://bugzilla.kernel.org/show_bug.cgi?id=214649 Signed-off-by: Kalle Valo +Signed-off-by: Kalle Valo +Link: https://lore.kernel.org/r/20230329162038.8637-1-kvalo@kernel.org Acked-by: Takashi Iwai - --- drivers/net/wireless/ath/ath11k/mhi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) - -base-commit: bea046575a2e6d7d1cf63cc7ab032647a3585de5 - --- a/drivers/net/wireless/ath/ath11k/mhi.c +++ b/drivers/net/wireless/ath/ath11k/mhi.c @@ -16,7 +16,7 @@ diff --git a/series.conf b/series.conf index 9e6d9c4..0d7df30 100644 --- a/series.conf +++ b/series.conf @@ -2392,6 +2392,7 @@ # sorted patches ######################################################## patches.suse/objtool-Check-that-module-init-exit-function-is-an-i.patch + patches.suse/wifi-ath11k-reduce-the-MHI-timeout-to-20s.patch ######################################################## # end of sorted patches ######################################################## @@ -2521,7 +2522,6 @@ # Wireless networking drivers ######################################################## patches.suse/b43-missing-firmware-info.patch - patches.suse/wifi-ath11k-reduce-the-MHI-timeout-to-20s.patch patches.suse/ath11k-pci-Add-more-MODULE_FIRMWARE-entries.patch patches.suse/iwlwifi-cfg-Add-missing-MODULE_FIRMWARE-for-pnvm.patch