Skip to content

Commit a3f8514

Browse files
committed
ath11k_nss: Restructure patch to avoid dependency on 207-ath11k-Enable-256_512MB-profiles.patch
In an effort to potentially reduce the number of patches required, this commit restructures the patch to avoid dependency on `207-ath11k-Enable-256_512MB-profiles.patch`. Signed-off-by: Sean Khan <[email protected]>
1 parent d59cc89 commit a3f8514

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

package/kernel/mac80211/patches/nss/ath11k/300-ath11k-nss-mesh-offload-support.patch

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3337,19 +3337,19 @@ Signed-off-by: Vasanthakumar Thiagarajan <[email protected]>
33373337
ATH11K_DBG_WMI = 0x00000002,
33383338
--- a/local-symbols
33393339
+++ b/local-symbols
3340-
@@ -166,6 +166,7 @@ ATH11K=
3341-
ATH11K_AHB=
3342-
ATH11K_PCI=
3343-
ATH11K_NSS_SUPPORT=
3340+
@@ -172,6 +172,7 @@ ATH11K_DEBUGFS=
3341+
ATH11K_TRACING=
3342+
ATH11K_SPECTRAL=
3343+
ATH11K_THERMAL=
33443344
+ATH11K_NSS_MESH_SUPPORT=
3345-
ATH11K_MEM_PROFILE_256M=
3346-
ATH11K_MEM_PROFILE_512M=
3347-
ATH11K_DEBUG=
3345+
ATH12K=
3346+
ATH12K_DEBUG=
3347+
ATH12K_DEBUGFS=
33483348
--- a/drivers/net/wireless/ath/ath11k/Kconfig
33493349
+++ b/drivers/net/wireless/ath/ath11k/Kconfig
3350-
@@ -23,6 +23,15 @@ config ATH11K_NSS_SUPPORT
3350+
@@ -13,6 +13,15 @@ config ATH11K
33513351

3352-
If unsure, say Y to enable NSS offload support.
3352+
If you choose to build a module, it'll be called ath11k.
33533353

33543354
+config ATH11K_NSS_MESH_SUPPORT
33553355
+ bool "QCA ath11k nss mesh support"
@@ -3360,6 +3360,6 @@ Signed-off-by: Vasanthakumar Thiagarajan <[email protected]>
33603360
+
33613361
+ If unsure, say Y to enable NSS offload support.
33623362
+
3363-
config ATH11K_MEM_PROFILE_512M
3364-
bool "ath11k enable 512MB memory profile"
3363+
config ATH11K_NSS_SUPPORT
3364+
bool "QCA ath11k nss support"
33653365
depends on ATH11K

0 commit comments

Comments
 (0)