mirror of
https://github.com/qosmio/nss-packages.git
synced 2025-12-16 16:21:53 +00:00
note: qca-nss-crypto, and qca-nss-cfi are non-code change releases, but align with naming scheme upstream anyways. Signed-off-by: Sean Khan <datapronix@protonmail.com>
15 lines
436 B
Diff
15 lines
436 B
Diff
--- a/frontends/nss/ecm_nss_common.h
|
|
+++ b/frontends/nss/ecm_nss_common.h
|
|
@@ -277,8 +277,10 @@ static inline bool ecm_nss_common_igs_ac
|
|
*/
|
|
#if (LINUX_VERSION_CODE < KERNEL_VERSION(4, 15, 0))
|
|
if (likely(!(to_dev->ingress_cl_list))) {
|
|
-#else
|
|
+#elif (LINUX_VERSION_CODE < KERNEL_VERSION(6, 6, 0))
|
|
if (likely(!(to_dev->miniq_ingress))) {
|
|
+#else
|
|
+ if (likely(!(to_dev->tcx_ingress))) {
|
|
#endif
|
|
dev_put(to_dev);
|
|
continue;
|