78 Commits

Author SHA1 Message Date
lwfinger
0962017310
Merge pull request #4 from HonJEK/linux_5.3_fix
Fix operations with kernel 5.3
2019-11-04 11:00:53 -06:00
John-Eric Kamps
0addd37c8d Merge branch 'linux_5.2_fix' into linux_5.3_fix 2019-11-04 11:12:18 +01:00
John-Eric Kamps
3e9b49353f Fix operations with kernel 5.2
See this commit: a350eccee5

Signed-off-by: John-Eric Kamps <john-eric.kamps@honeywell.com>
2019-11-04 11:07:53 +01:00
John-Eric Kamps
f418909778 Fix operations with kernel 5.3
Based on lwfinger/rtlwifi_new/commit/2b3cb6be0aed5cbcd4318a7e63d39e499b5094c0#diff-839e3ea33b3a136b794f7a0281eead7c

Signed-off-by: John-Eric Kamps <john-eric.kamps@honeywell.com>
2019-11-04 10:56:09 +01:00
lwfinger
fd4403497d
Merge pull request #1 from HonJEK/master
Fix for linux >=5.1 "get_ds" removed

Thanks.
2019-07-15 11:51:32 -05:00
John-Eric Kamps
3f32082ee3 Fix for linux >=5.1 "get_ds" removed
Since commit 736706bee3298208343a76096370e4f6a5c55915 get_ds was removed which is internally mapped to KERNEL_DS.

Signed-off-by: John-Eric Kamps <john-eric.kamps@honeywell.com>
2019-07-15 15:27:18 +02:00
Larry Finger
5b15b740ca rtl8723ds: Fix build for kernel 5.0 API changes
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
2019-01-08 10:22:40 -06:00
Larry Finger
3030a734d7 rtl8723ds: Update source for recent API changes
The source will now compile on kernels up to 4.20.

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
2018-11-29 11:43:26 -06:00
Larry Finger
5949fdf1cc rtl8723ds: Fix more Sparse errors
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
2017-10-27 15:25:56 -05:00
Larry Finger
ef471acce1 rtl8723ds: Fix Sparse errors/warnings in core/rtw_security.c
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
2017-10-27 14:53:08 -05:00
Larry Finger
426d23f60f rtl8723ds: Fix more Sparse errors
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
2017-10-25 15:25:54 -05:00
Larry Finger
3250ef8601 rtl8723ds: Fix all instances of using scaler instead of NULL
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
2017-10-25 15:06:06 -05:00
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