mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2024-11-22 04:23:39 +00:00
rtl8188eu: drop private endian framework
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>
This commit is contained in:
parent
03280f73bd
commit
d928fd343d
7 changed files with 30 additions and 4 deletions
|
@ -25,7 +25,6 @@
|
|||
#include <recv_osdep.h>
|
||||
#include <cmd_osdep.h>
|
||||
#include <mlme_osdep.h>
|
||||
#include <rtw_byteorder.h>
|
||||
#ifdef CONFIG_BR_EXT
|
||||
#include <rtw_br_ext.h>
|
||||
#endif //CONFIG_BR_EXT
|
||||
|
|
|
@ -22,7 +22,6 @@
|
|||
#include <drv_conf.h>
|
||||
#include <osdep_service.h>
|
||||
#include <drv_types.h>
|
||||
#include <rtw_byteorder.h>
|
||||
#include <wifi.h>
|
||||
#include <osdep_intf.h>
|
||||
#include <circ_buf.h>
|
||||
|
|
10
hal/hal_com.c.rej
Normal file
10
hal/hal_com.c.rej
Normal file
|
@ -0,0 +1,10 @@
|
|||
--- hal/hal_com.c
|
||||
+++ hal/hal_com.c
|
||||
@@ -20,7 +20,6 @@
|
||||
#include <drv_conf.h>
|
||||
#include <osdep_service.h>
|
||||
#include <drv_types.h>
|
||||
-#include <rtw_byteorder.h>
|
||||
#include <hal_intf.h>
|
||||
#include <hal_com.h>
|
||||
#include <rtl8192d_hal.h>
|
10
hal/hal_intf.c.rej
Normal file
10
hal/hal_intf.c.rej
Normal file
|
@ -0,0 +1,10 @@
|
|||
--- hal/hal_intf.c
|
||||
+++ hal/hal_intf.c
|
||||
@@ -22,7 +22,6 @@
|
||||
#include <drv_conf.h>
|
||||
#include <osdep_service.h>
|
||||
#include <drv_types.h>
|
||||
-#include <rtw_byteorder.h>
|
||||
#include <hal_intf.h>
|
||||
#include <usb_hal.h>
|
||||
|
|
@ -1227,7 +1227,6 @@ __inline static void _set_workitem(_workitem *pwork)
|
|||
#include <osdep_ce_service.h>
|
||||
#endif
|
||||
|
||||
#include <rtw_byteorder.h>
|
||||
|
||||
#ifndef BIT
|
||||
#define BIT(x) ( 1 << (x))
|
||||
|
|
|
@ -20,7 +20,6 @@
|
|||
#ifndef _WIFI_H_
|
||||
#define _WIFI_H_
|
||||
|
||||
#include <rtw_byteorder.h>
|
||||
|
||||
#ifdef BIT
|
||||
//#error "BIT define occurred earlier elsewhere!\n"
|
||||
|
|
10
os_dep/xmit_linux.c.rej
Normal file
10
os_dep/xmit_linux.c.rej
Normal file
|
@ -0,0 +1,10 @@
|
|||
--- 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>
|
Loading…
Reference in a new issue