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; + }