Larry Finger
|
e76fb1a97d
|
rtl8188eu: Convert typedef for _buffer to unsigned char
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
|
2013-07-24 17:09:06 -05:00 |
|
Larry Finger
|
3e3d47445a
|
rtl8188eu: Convert typedef for _pkt into struct sk_buff
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
|
2013-07-24 17:03:54 -05:00 |
|
Larry Finger
|
9c56f20d4c
|
rtl8188eu: Replace typedef for _timer with struct timer_list
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
|
2013-07-24 15:10:50 -05:00 |
|
Larry Finger
|
7b01fe6191
|
rtl8188eu: Convert typedef for _lock to spinlock_t
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
|
2013-07-24 15:00:47 -05:00 |
|
Larry Finger
|
5f133c3764
|
rtl8188eu: Convert typedef for _sema and _pwrlock to struct semaphore
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
|
2013-07-24 14:17:51 -05:00 |
|
Larry Finger
|
2685b52404
|
rtl8188eu: Replace several local size defines/typedefs with kernel header version
These include the following:
SIZE_T => size_t
SSIZE_T => ssize_t
SIZE_PTR => size_t
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
|
2013-07-24 12:19:14 -05:00 |
|
Larry Finger
|
41ad3e27c6
|
rtl8188eu: Convert some typedef statements from include/osdep_service.h
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
|
2013-07-23 22:39:20 -05:00 |
|
Larry Finger
|
dfe35fb489
|
rtl8188eu: Remove CONFIG_USB_VENDOR_REQ_MUTEX - not selected
This change made include/drv_conf.h and core/rtw_ioctl_query.c redundant.
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
|
2013-07-21 13:00:05 -05:00 |
|
Larry Finger
|
312a475e4b
|
rtl8188eu: Remove CONFIG_RX_INDICATE_QUEUE - not defined
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
|
2013-07-20 22:02:48 -05:00 |
|
Larry Finger
|
3184153e26
|
rtl8188eu: Remove CONFIG_USB_INTERRUPT_IN_PIPE - not defined
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
|
2013-07-20 17:33:31 -05:00 |
|
Larry Finger
|
bf279c9001
|
rtl8188eu: Remove CONFIG_RECV_THREAD_MODE - not defined
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
|
2013-07-20 16:43:17 -05:00 |
|
Larry Finger
|
34d1182272
|
rtl8188eu: Remove CONFIG_BSD_RX_USE_MBUF
This symbol is not defined.
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
|
2013-07-19 22:18:46 -05:00 |
|
Larry Finger
|
07a90aac3f
|
rtl8188eu: CONFIG_NEW_SIGNAL_STAT_PROCESS is always selected
The configuration cariable is removed.
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
|
2013-07-18 10:30:16 -05:00 |
|
Larry Finger
|
10dd5cd02b
|
rtl8188eu: Remove configuration variable DM_ODM_SUPPORT_TYPE and associated dead code
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
|
2013-07-14 23:50:52 -05:00 |
|
Larry Finger
|
fa5d9a4230
|
rtl8188eu: Remove CONFIG_TCP_CSUM_OFFLOAD_RX
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
|
2013-07-12 21:46:56 -05:00 |
|
Larry Finger
|
7df5fff724
|
rtl8188eu: Remove dead code for CONFIG_USE_USB_BUFFER_ALLOC_RX and remove CONFIG_TX_MCAST2UNI lines
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
|
2013-07-12 21:22:50 -05:00 |
|
Larry Finger
|
acda213bd2
|
rtl8188eu: Remove dead code associated with WAPI
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
|
2013-07-12 01:29:15 -05:00 |
|
Larry Finger
|
0e4009c999
|
rtl8188eu: Remove dead code for other than USB
The vendor code has pieces of code for PCI, SDIO, and GSPI. Remove it
and CONFIG_USB_HCI.
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
|
2013-07-11 13:35:36 -05:00 |
|
Larry Finger
|
1c5cb9ca00
|
rtl8199eu: Remove all PLATFORM_LINUX ifdefs
This option is always chosen.
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
|
2013-07-11 00:30:22 -05:00 |
|
Larry Finger
|
a3ca3380b5
|
rtl8188eu: Remove dead code used for PLATFORM_WINDOWS, PLATFORM_OS_XP, and PLATFORM_OS_CE
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
|
2013-07-10 20:46:15 -05:00 |
|
Larry Finger
|
285af1cf22
|
rtl8188eu: Remove dead code inside "ifdef PLATFORM_FREEBSD" sections
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
|
2013-07-10 20:10:20 -05:00 |
|
Larry Finger
|
e5113c831c
|
rtl8188eu: Fix more sparse warnings
For the most part, these are all endian issues.
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
|
2013-07-09 17:40:50 -05:00 |
|
Larry Finger
|
fb786d0283
|
rtl8188eu: Fix all W=1 warnings
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
|
2013-06-21 13:41:29 -05:00 |
|
Larry Finger
|
f5f3863bc5
|
rtl8188eu: Remove trailing white space from all source files
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
|
2013-05-18 23:28:07 -05:00 |
|
Larry Finger
|
4620c2a956
|
Remove the execute privilege bit on all source files
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
|
2013-05-08 23:36:05 -05:00 |
|
Larry Finger
|
a55f866a62
|
Change "if(" to "if (" and the same changes for "while", "for", "switch" and "do"
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
|
2013-05-08 23:04:25 -05:00 |
|
Larry Finger
|
85df502f5b
|
Initial commit of flattened driver to repo
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
|
2013-05-08 16:45:39 -05:00 |
|