Larry Finger
|
49ab4b6c4f
|
rtl8188eu: Fix checkpatch errors in os_dep/xmit_linux.c
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
|
2013-08-11 22:07:26 -05:00 |
|
Larry Finger
|
2bd2f4b4c8
|
rtl8188eu: Convert typedef for _adapter, etc.
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
|
2013-07-26 20:08:39 -05:00 |
|
Larry Finger
|
476eaf9a4e
|
rtl8188eu: Convert typedef statements from include/odm_HWConfig.h
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
|
2013-07-26 17:56:14 -05:00 |
|
Larry Finger
|
ee237545ff
|
rtl8188eu: Convert typedef for _nic_hdl to struct net_device *
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
|
2013-07-25 10:53:16 -05:00 |
|
Larry Finger
|
3d755766c9
|
rtl8188eu: Convert typedef for _list to struct list_head
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
|
2013-07-25 09:49:25 -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
|
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
|
8fcf8a9500
|
rtl8188eu: Remove DBG_TX_DROP_FRAME - not defined
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
|
2013-07-20 16:22:15 -05:00 |
|
Larry Finger
|
6b313fba49
|
rtl8188eu: Remove CONFIG_TCP_CSUM_OFFLOAD_TX
This configuration option is not selected.
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
|
2013-07-19 16:35:51 -05:00 |
|
Larry Finger
|
09bf126f02
|
rtl8188eu: Remove CONFIG_USE_USB_BUFFER_ALLOC_TX
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
|
2013-07-12 21:42:52 -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
|
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
|
327817d32a
|
rtl8188eu: Fix most sparse warnings other than endedness problems
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
|
2013-06-03 14:52:18 -05:00 |
|
Larry Finger
|
9cef34aa09
|
rtl8188eu: Change _FALSE and _TRUE to false and true
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
|
2013-05-25 22:02:10 -05:00 |
|
Larry Finger
|
96adb823b9
|
rtl8188eu: Update logging
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
|
2013-05-25 18:35:42 -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
|
6b5af3a7fe
|
rtl8188eu: Finish of cleanup of byte order files
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
|
2013-05-15 13:15:11 -05:00 |
|
Larry Finger
|
d4fa4d178f
|
Replace __FUNCTION__ with __func__
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
|
2013-05-09 11:23:32 -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 |
|