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
d5add91328
rtl8188eu: Remove all files associated with platform/
...
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
2018-11-23 16:12:24 -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
e3e242b712
rtl8188eu: Remove tests on macro CONFIG_80211N_HT
...
This one is always selected.
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
2018-11-12 14:06:58 -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
9c1dc7d65f
rtl8188eu: Remove code for connections other than USB in os_dep/
...
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
2018-11-03 20:52:04 -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
2b8372b0af
rtl8188eu: Remove dead code for devices other than RTL8188EU
...
This commit handles files in os_dep/.
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
2018-11-03 14:09:41 -05:00
Larry Finger
bf88fed9a4
rtl8188eu: Fix a number of sparse warnings
...
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
2018-11-03 00:39:38 -05:00
Larry Finger
96ff2341a9
rtl8188eu: Update device tables
...
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
2018-11-01 09:32:27 -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
c589c7a0c2
rtl8188eu: Remove a couple of useless routines from platform/
...
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
2018-10-25 11:31:36 -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
e0d59adcf6
rtl8188eu: Flatted os_dep/linux/ into os_dep/
...
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
2018-10-24 16:53:39 -05:00
Larry Finger
010390f8d0
rtl8188eu: Remove some unused files and remove code for platforms other than Linux in os_dep/
...
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
2018-10-22 13:56:29 -05:00
Larry Finger
9fad4d2d0d
rtl8188eu: Slow the spamming of the logs
...
A number of unconditional print statements are converted to conditional.
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
2018-10-20 13:03:01 -05:00
Larry Finger
d8ced1a187
rtl8188eu: Remove _rtw_spinlock_init
...
This function is the same as spin_lock_init()
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
2018-10-19 11:48:13 -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
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
MilhouseVH
77471b4361
rtw_select_queue signature change in 4.19-rc1
...
Ref: 4f49dec907
2018-08-30 13:26:12 -05:00
Larry Finger
242c9f54cc
rtl8188eu: Fix some checkpatch warnings
...
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
2018-08-30 13:19:58 -05:00
Larry Finger
0b659bd591
rtl8188eu: Fix problem where device is not up on module load
...
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
2018-05-05 14:11:22 -05:00
Larry Finger
594a5a050d
rtl8188eu: Fix builds for branch v4.1.8_9499 for newer kernels
...
These changes allow builds up through kernel 4.16.
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
2018-04-11 10:19:48 -05:00
alfa-jpn
f419d3c50c
Adopt device ids from master.
2017-10-25 13:13:06 +09:00
Larry Finger
2d546792fc
rtl8188eu: Fix build for kernel 4.7 and later
...
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
2017-01-20 11:52:26 -06:00
Larry Finger
f8ec1962dd
rtl8188eu: Remove "enum ODM_RF_RADIO_PATH" and ODM_RF_PATH_x
...
These are already expressed as "enum rf_radio_path" and RF_PATH_x. Having
two definitions is ridiculous.
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
2016-02-14 20:14:42 -06:00
Larry Finger
37a56bca8b
rtl8188eu: Move arrays off stack in translate_scan()
...
A user has reported a stack overflow panic in this routine. This patch
removes at least 782 bytes from the stack.
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
2016-01-21 20:08:06 -06:00
Larry Finger
69faa02ea5
rtl8723bs: Remove second interface name
...
Only the RTL8192D chips have multiple interfaces per chip, thus
this logic has no value here.
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
2015-09-26 13:54:47 -05:00
Larry Finger
2601c36dd9
rtl8723bs: Remove rtw_chip_version as module parameter
...
This parameter might be useful when the original driver was developed,
but it is useless in production code.
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
2015-09-26 13:22:28 -05:00
Larry Finger
69fded9155
rtl8188eu: Cancel more timers on exit
...
A quick look shows the new ones have not been stopped.
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
2015-09-14 20:41:35 -05:00
Larry Finger
fc326e6a07
rtl8188eu: Remove CONFIG_WAKELOCK, CONFIG_HAS_EARLYSUSPEND, and CONFIG_ANDROID_POWER
...
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
2015-08-17 10:23:46 -05:00
Larry Finger
549cb92f47
rtl8188eu: Remove CONFIG_INTEL_PROXIM
...
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
2015-08-17 10:11:05 -05:00
Larry Finger
3a3339b715
rtl8188eu: Replace degub macro DBG_871X with DBG_88E
...
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
2015-08-15 16:38:30 -05:00
Larry Finger
1e6accffc4
rtl8188eu: Remove wrapper routine rtw_get_current_time()
...
This wrapper can be replaced with jiffies.
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
2015-08-15 16:35:29 -05:00
Larry Finger
51e6fae39e
rtl8188eu: Chnage "=NULL" to "= NULL"
...
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
2015-08-15 13:31:56 -05:00
Larry Finger
16d2a24227
rtl8188eu: Change "}else{" and variants to "} else {"
...
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
2015-08-15 13:27:00 -05:00
Larry Finger
0a97479cee
rtl8188eu: Change "){" to ") {"
...
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
2015-08-15 13:24:16 -05:00
Larry Finger
c137ff21e5
rtl8188eu: Change "==0" to "== 0"
...
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
2015-08-15 13:22:58 -05:00
Larry Finger
9ee6ae40c3
rtl8188eu: Change "for(" to "for ("
...
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
2015-08-15 13:06:32 -05:00
Larry Finger
c818db1282
rtl8188eu: Change "switch(" to "switch ("
...
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
2015-08-15 13:05:44 -05:00
Larry Finger
8e22f0d2e8
rtl8188eu: Change "while(" to "while ("
...
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
2015-08-15 13:04:12 -05:00
Larry Finger
6ead3e77dc
rtl8188eu: Change all "if(" to "if ("
...
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
2015-08-15 13:02:34 -05:00
Larry Finger
aa89a39a09
rtl8188eu: Remove spaces before quoted newline
...
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
2015-08-15 13:00:19 -05:00
Larry Finger
76682b1874
rtl8188eu: Fix Fix Sparse warning in os_dep/os_intfs.c
...
Sparse issues the following:
CHECK /home/finger/rtl8188eu/os_dep/os_intfs.c
/home/finger/rtl8188eu/os_dep/os_intfs.c:647:4: warning: symbol 'rtw_init_default_value' was not declared. Should it be static?
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
2015-08-14 19:40:02 -05:00
Larry Finger
c8bd30ee46
rtl8188eu: Fix Sparse errors in os_dep/ioctl_linux.c
...
The following Sparse warnings are output:
CHECK /home/finger/rtl8188eu/os_dep/ioctl_linux.c
/home/finger/rtl8188eu/os_dep/ioctl_linux.c:3184:9: warning: context imbalance in 'rtw_get_ap_info' - different lock contexts for basic block
/home/finger/rtl8188eu/os_dep/ioctl_linux.c:3916:9: warning: context imbalance in 'rtw_p2p_get_go_device_address' - wrong count at exit
/home/finger/rtl8188eu/os_dep/ioctl_linux.c:4063:9: warning: context imbalance in 'rtw_p2p_get_device_name' - wrong count at exit
/home/finger/rtl8188eu/os_dep/ioctl_linux.c:4146:9: warning: context imbalance in 'rtw_p2p_get_invitation_procedure' - wrong count at exit
/home/finger/rtl8188eu/os_dep/ioctl_linux.c:6879:12: warning: context imbalance in 'rtw_del_sta' - different lock contexts for basic block
Each of these is a real error caused by improper use of a spin lock when
a spin unlock is needed.
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
2015-08-14 19:35:20 -05:00