mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2024-11-25 22:13:41 +00:00
d928fd343d
These changes are based on the similar modifications made by Stefan Lippers-Hollmann for the rtl8192du driver. Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
10 lines
217 B
Text
10 lines
217 B
Text
--- os_dep/xmit_linux.c
|
|
+++ os_dep/xmit_linux.c
|
|
@@ -25,7 +25,6 @@
|
|
|
|
#include <linux/if_ether.h>
|
|
#include <linux/ip.h>
|
|
-#include <rtw_byteorder.h>
|
|
#include <wifi.h>
|
|
#include <mlme_osdep.h>
|
|
#include <xmit_osdep.h>
|