From 528cbb3ec28378611d78609f6a99c32816c150ff Mon Sep 17 00:00:00 2001 From: Paolo Sabatino Date: Sun, 2 Oct 2022 11:05:01 +0000 Subject: [PATCH] rk322x: comment IPX code in rtl8723cs driver to avoid ipx.h complaints --- .../archive/rk322x-5.15/wifi-4002-add-realtek-8723cs.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/patch/kernel/archive/rk322x-5.15/wifi-4002-add-realtek-8723cs.patch b/patch/kernel/archive/rk322x-5.15/wifi-4002-add-realtek-8723cs.patch index 61e6c808fd..cedcd86066 100644 --- a/patch/kernel/archive/rk322x-5.15/wifi-4002-add-realtek-8723cs.patch +++ b/patch/kernel/archive/rk322x-5.15/wifi-4002-add-realtek-8723cs.patch @@ -8977,7 +8977,7 @@ index 00000000..024049cf +#ifdef __KERNEL__ +#include +#include -+#include ++//#include +#include +#include +#include @@ -9970,7 +9970,7 @@ index 00000000..024049cf + { + switch(method) + { -+ case NAT25_CHECK: ++ /*case NAT25_CHECK: + if(!memcmp(skb->data+ETH_ALEN, ipx->ipx_source.node, ETH_ALEN)) + { + DBG_871X("NAT25: Check IPX skb_copy\n"); @@ -10039,7 +10039,7 @@ index 00000000..024049cf + } + } + return 0; -+ ++ */ + default: + return -1; + }