Roman Petrovski
ed3d903e50
Copyright headers updated to match
2019-04-22 12:31:01 +01:00
Larry Finger
45a86628d2
rtl8188eu: Routine rtw_get_current_time() is a synonym for jiffies
...
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
2018-12-21 21:55:20 -06:00
Larry Finger
92b97f0a67
rtl8188eu: Remove wrappers around memcpy() and memmove()
...
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
2018-12-17 21:50:56 -06:00
Larry Finger
a010d15b64
rtl8188eu: Remove the wrapper around memcmp()
...
The tricky part here is that the wrapper, _rtw_memcmp(), returns true if the
two arguments are equal, whereas memcmp() returns false in that case.
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
2018-12-17 13:31:01 -06:00
Larry Finger
999a777041
rtl8188eu: Replace synonyms for true and false with the real thing
...
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
2018-12-17 11:08:55 -06:00
Larry Finger
14a16dd544
rtl8188eu: Eliminate the wrapper _rtw_memset()
...
This code is nothing more than memset().
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
2018-11-24 12:07:51 -06:00
Larry Finger
57a2db9e23
rtl8188eu: Replace all the alternative forms for bool
...
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
2018-11-16 14:56:35 -06:00
Larry Finger
722e1c9b2e
rtl8188eu: Replace VOID with void and PVOID with void *
...
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
2018-11-12 21:24:45 -06:00
Larry Finger
c25b5250a8
rtl8188eu: Remove conditional #if 1
...
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
2018-11-12 21:16:19 -06:00
Larry Finger
f0050d3365
rtl8188eu: Remove dead code inside #if 0 .... #endif
...
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
2018-11-12 19:26:10 -06:00
Larry Finger
e9184bd34c
rtl8188eu: Remove dead code for IS_HARDWARE_TYPE_
...
The 8188eu is an 802.11n device.
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
2018-11-12 12:55:23 -06:00
Larry Finger
0c57c68d3e
rtl8188eu: Remove all macros and tests of the type IS_HARDWARE_TYPE_XXX
...
Only IS_HARDWARE_TYPE_8188E is kept.
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
2018-11-12 12:10:32 -06:00
Larry Finger
4ff88c48d1
rtl8188eu: Remove all dead code in support of chips other than RTL8188EU
...
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
2018-11-09 00:54:41 -06:00
Larry Finger
8576d2647a
rtl8188eu: Remove more dead code for DM_ODM_SUPPORT_TYPE
...
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
2018-11-09 00:18:08 -06:00
Larry Finger
f4cc4ed0a2
rtl8188eu: Remove more code dependent on DM_ODM_SUPPORT_TYPE
...
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
2018-11-05 21:28:32 -06:00
Larry Finger
3fc952a0d5
rtl8188eu: Remove code that is used for DM_ODM_SUPPORT_TYPE other than ODM_CE
...
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
2018-11-04 01:10:22 -05:00
Larry Finger
2abe025887
rtl8188eu: Remove code for other than USB devices in hal/
...
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
2018-11-03 20:35:45 -05:00
Larry Finger
fec17178bc
rtl8188eu: Simplify Makefile
...
In addition, unused files are removed.
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
2018-11-03 15:16:57 -05:00
Larry Finger
22421e29fb
rtl8188eu: Replace all instances if __FUNCTION__ with __func__
...
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
2018-11-03 14:22:43 -05:00
Larry Finger
0fcf3c2f5e
rtl8188eu: Remove dead code for devices other than RTL8188EU
...
This commit handles files in hal/.
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
2018-11-03 14:04:16 -05:00
Larry Finger
bbc8dd8720
Merge branch 'v5.2.2.4' of http://github.com/lwfinger/rtl8188eu into v5.2.2.4
2018-11-01 09:17:58 -05:00
Larry Finger
7c7b83836e
rtl8188eu: Fix more sparse warnings
...
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
2018-10-29 10:58:36 -05:00
Larry Finger
c1068fee54
rtl8188eu: Fix more sparse warnings
...
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
2018-10-25 14:23:42 -05:00
Larry Finger
e36aed3385
rtl8188eu: Fix more sparse warnings
...
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
2018-10-25 12:17:32 -05:00
Larry Finger
ff8b540826
rtl8188eu: Fix some sparse warnings
...
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
2018-10-25 12:08:57 -05:00
Larry Finger
94afbb0df3
rtl8188eu: Convert to use __LITTLE_ENDIAN symbol from kernel
...
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
2018-10-24 17:25:46 -05:00
Larry Finger
82f1f8f937
rtl8188eu: Flatten hal/rtl8188e/ into hal/ and hal/phydm/rtl8188e into hal/phydm
...
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
2018-10-22 14:32:44 -05:00
Larry Finger
038e7c215b
rtl8188eu: Remove code for platforms other than Linux in hal/
...
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
2018-10-20 14:52:30 -05:00
Larry Finger
9d1d96c95d
rtl8188eu: Update for driver to build on kernel 4.19
...
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
2018-10-19 11:28:43 -05:00
Larry Finger
ab27643547
rtl8188eu: Remove all unused code for DM_ODM_SUPPORT_TYPE of ODM_WIN and ODM_AP
...
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
2018-10-15 12:06:18 -05:00
Larry Finger
e5bc0e7d9b
rtl8188eu: Remove DM_ODM_SUPPORT_TYPE tests
...
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
2018-10-15 03:31:28 -05:00
Larry Finger
029a86c581
rtl8188eu: Fix most sparse warnings in hal/phydm/rtl8188e/halphyrf_8188e_ce.c
...
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
2018-10-14 23:43:22 -05:00
Larry Finger
6fa9ed423c
rtl8188EUS: Initial addition of files in branch v5.2.2.4
...
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
2018-10-14 19:09:51 -05:00