Larry Finger
d7a5aeb7f2
rtl8723ds: Fix some little-endian errors in macros
...
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net >
2017-10-25 14:47:30 -05:00
Larry Finger
d532a1ebc5
rtl8723ds: Fix another context imbalance and some big-endian errors
...
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net >
2017-10-25 14:11:25 -05:00
Larry Finger
781d065f23
rtl8723ds: Fix another different lock contexts for basic block error
...
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net >
2017-10-25 14:01:50 -05:00
Larry Finger
c69a20ba17
rtl8723ds: Fix a couple of errors in overlapping locks
...
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net >
2017-10-25 13:56:39 -05:00
Larry Finger
1621248cc1
rtl8723ds: Make fixes for more Sparse errors
...
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net >
2017-10-25 11:34:05 -05:00
Larry Finger
525d5256f5
rtl8723ds: Remove CONFIG_PCI_HCI and associated dead code
...
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net >
2017-10-17 00:11:49 -05:00
Larry Finger
3c1cb50012
rtl8723ds: Remove PLATFORM_LINUX symbol - it is the only one supported
...
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net >
2017-10-16 23:55:54 -05:00
Larry Finger
58d8344823
rtl8723ds: Remove code for FREEBSD, OS_XP and OS_CE
...
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net >
2017-10-16 21:52:02 -05:00
Larry Finger
c3c991544f
rtl8723ds: Remove WINDOWS code
...
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net >
2017-10-16 20:43:56 -05:00
Larry Finger
27368d0b9c
rtl8723ds: Fix some checkpatch warnings and change default log level
...
The default debug level is reduced from 4 to 2.
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net >
2017-10-16 16:38:46 -05:00
Larry Finger
57b8112292
rtl8723ds: Fix NULL dereference error
...
The driver is crashing with the following:
Unable to handle kernel NULL pointer dereference at virtual address 00000000
...
PC is at cfg80211_scan_done+0x28/0x64 [cfg80211]
LR is at cfg80211_rtw_scan+0x724/0x800 [8723ds]
The faulty statement is
cfg80211_scan_done(request, 0);
Sending a simple integer as the second argument of cfg80211_scan_done()
is only valid for kernel 4.7 and earlier.
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net >
2017-10-14 20:32:18 -05:00
Larry Finger
452f4494cd
rtl8723ds: Fix some Sparse warnings
...
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net >
2017-10-14 16:19:56 -05:00
Larry Finger
0914147710
rtl8723ds: Update .gitignore
...
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net >
2017-10-14 16:19:09 -05:00
Larry Finger
eb9c1aa49f
rtl8723ds: Fix builds for kernel 4.14
...
Signed-off-by: Alexander Kaplan <alex@nextthing.co >
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net >
2017-10-14 09:31:11 -05:00
Larry Finger
e87533e664
rtl8723ds: Initial commit of files
...
This repository contains the Realtek driver V5.1.1.5_20523.20161209_BTCOEX20161208-1212.
At inclusion, the only changes from the Realtek version were to fix any compile
warnings or errors. With these changes, the driver builds on kernels through
4.11.
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net >
2017-04-25 10:13:42 -05:00
lwfinger
76ab2438bb
Initial commit
2017-04-25 09:51:18 -05:00