rk322x: comment IPX code in rtl8723cs driver to avoid ipx.h complaints

This commit is contained in:
Paolo Sabatino 2022-10-02 11:05:01 +00:00 committed by Paolo
parent 31ac6383e1
commit 528cbb3ec2

View File

@ -8977,7 +8977,7 @@ index 00000000..024049cf
+#ifdef __KERNEL__
+#include <linux/if_arp.h>
+#include <net/ip.h>
+#include <net/ipx.h>
+//#include <net/ipx.h>
+#include <linux/atalk.h>
+#include <linux/udp.h>
+#include <linux/if_pppox.h>
@ -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;
+ }