From b590f1a50a3e01eca7baa1e71bb2a5104ac16dc8 Mon Sep 17 00:00:00 2001 From: Robin Reyes Date: Tue, 9 Jul 2024 21:42:09 +0800 Subject: [PATCH] fix qmi_wwan_q patch --- wwan/driver/quectel_QMI_WWAN/patches/100-kernel-6.6.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wwan/driver/quectel_QMI_WWAN/patches/100-kernel-6.6.patch b/wwan/driver/quectel_QMI_WWAN/patches/100-kernel-6.6.patch index 4d74460..96cb844 100644 --- a/wwan/driver/quectel_QMI_WWAN/patches/100-kernel-6.6.patch +++ b/wwan/driver/quectel_QMI_WWAN/patches/100-kernel-6.6.patch @@ -9,7 +9,7 @@ #define CONFIG_QCA_NSS_DRV //#define CONFIG_QCA_NSS_PACKET_FILTER #endif -@@ -59,14 +59,12 @@ struct rmnet_nss_cb { +@@ -59,9 +59,8 @@ struct rmnet_nss_cb { int (*nss_tx)(struct sk_buff *skb); }; static struct rmnet_nss_cb __read_mostly *nss_cb = NULL;