Commit graph

490 commits

Author SHA1 Message Date
Rizwan Hasan
e24467bdbc
Update README.md 2020-01-24 21:09:07 +06:00
lwfinger
16d8b7a0d4
Merge pull request #304 from hadess/wip/hadess/add-led-disable-option
rtl8188eu: Add rtw_led_enable module parameter
2020-01-06 15:25:14 -06:00
Bastien Nocera
627a577e5c rtl8188eu: Add rtw_led_enable module parameter
Make it possible to disable the LED, as it can be pretty annoying
depending on where it's located.
2020-01-06 21:30:05 +01:00
Larry Finger
4930848feb rtl8188eu: Update README.md and Makefile
I will no longer support the download of zip versions for the source.
whenever there is any change in the source, the user must redo the
entire download and unpacking. This sequence is a lot more complicated
that a simple 'git pull', thus the user skips that step and I have to
deal with complaints about a problem I have already fixed. Now, the
make operation will fail with an error.

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
2019-11-04 15:29:27 -06:00
Larry Finger
b9b537aa25 rtl8188eu: Add TP-Link TL-WN727N v5.21 to device tables
This info provided by kakash1hatake.

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
2019-10-16 11:13:05 -05:00
Larry Finger
126d786bd4 rtl8188eu: Fix fallthrough statements
In kernel 5.4.0-rc3, the kernel includes define a "fallthrough" macro,
which breaks a couple of the statements in the driver. Use __fallthrough__
instead.

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
2019-10-16 11:10:48 -05:00
Larry Finger
49b933a1b2 Merge branch 'master' of http://github.com/lwfinger/rtl8188eu 2019-09-28 13:17:39 -05:00
Larry Finger
ea8530e2b3 Merge branch 'master' of http://github.com/lwfinger/rtl8188eu 2019-09-28 13:17:09 -05:00
Larry Finger
6d521a7687 Merge branch 'master' of http://github.com/lwfinger/rtl8188eu 2019-09-28 13:14:49 -05:00
Larry Finger
2525cdee47 rtl8188eu: Fis fall-through warning
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
2019-09-28 13:14:03 -05:00
Larry Finger
95a4b1ec29 rtl8188eu: Fix duplicate test
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
2019-09-26 12:59:31 -05:00
lwfinger
34855b2a84
Merge pull request #269 from litmusautomation/master
Add modules_install target
2019-09-09 12:01:57 -05:00
Larry Finger
a0fff49c41 rtl8188eu: Fix build with kernel 5.2
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
2019-05-22 23:42:29 -05:00
lwfinger
9a56f32c2a
Merge pull request #274 from MilhouseVH/fix-5.0-rc1
kernel 5.0: Remove 'type' argument from access_ok() function
2019-01-08 09:12:55 -06:00
MilhouseVH
d76d467f6f kernel 5.0: Remove 'type' argument from access_ok() function
See: 96d4f267e4
2019-01-08 07:17:08 +00:00
Dmitri Toubelis
86e41fe97e Add modules_install target 2018-11-14 23:15:16 -05:00
Larry Finger
a0619a07cd rtl8188eu: Add device code for D-Link DWA-121 rev B1
This device was reported by jaif in issue #256

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
2018-11-01 09:20:47 -05:00
Larry Finger
d6332c1570 rtl8192eu: Update the README
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
2018-10-29 11:08:37 -05:00
lwfinger
4b0ecca485
Merge pull request #261 from MilhouseVH/fix-4.19-rc1
Fixes for 4.19-rc1
2018-08-30 13:18:09 -05:00
MilhouseVH
9c28109b5e rtw_select_queue signature change in 4.19-rc1
Ref: 4f49dec907
2018-08-28 03:45:44 +01:00
MilhouseVH
b8e342b103 IEEE80211_MAX_AMPDU_BUF is bumped in 4.19-rc1 - avoid redefine warning
Ref: b8042b3da9
2018-08-28 03:45:44 +01:00
lwfinger
277e396099
Merge pull request #249 from bradguru2/master
fix dkms.conf so that it actually works
2018-04-04 19:31:32 -05:00
bradguru2
896f542398
fix dkms.conf so that it actually works 2018-04-04 16:53:03 -07:00
Larry Finger
c0e2cc7988 rtl8188eu: Fix scheduling while atomic splat
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
2018-03-14 11:02:54 -05:00
lwfinger
2aaaa4bb71
Merge pull request #240 from twinshadow/arm64
Add subarch modifier for ARM64
2018-02-04 14:48:08 -06:00
Anthony Cornehl
adc78c4474 Add subarch modifier for ARM64
Kernel is compiled as 'aarch64', but the kernel arch directory is 'arm64'.

The multiple calls to sed for modifying the output of 'uname -m' is now
consolidated into a single call with multiple commands.
2018-02-03 18:37:29 -08:00
Larry Finger
1f08a062ad rtl8188eu: Updates for timer changes in kernel 4.15
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
2017-12-05 16:03:03 -06:00
Larry Finger
e472b5d684 rtl8188eu: Return zero length output to SIOCGIWESSID when not connected
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
2017-11-23 12:03:30 -06:00
Larry Finger
c5113ffec0 rtl8188eu: Fix buffer overrun warning
This warning is bogus, but shut the compiler up.

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
2017-07-14 10:17:47 -05:00
Larry Finger
00b5f0d1d9 Merge branch 'master' of http://github.com/lwfinger/rtl8188eu 2017-04-21 14:09:10 -05:00
Larry Finger
583fdd269b rtl8188eu: Add new device
Add TP-Link TL-WN722N v2 (2357:010c) to device table.

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
2017-04-21 14:07:56 -05:00
Larry Finger
014ae26393 rtl8188eu: Add new device
Add TP-Link TL-WN722N v2 (2357:010c) to device table.

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
2017-04-21 09:53:45 -05:00
Larry Finger
18a5f33b60 rtl8188eu: Fix API changes for kernel 4.11
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
2017-03-08 10:17:24 -06:00
Larry Finger
c471c8cd2d rtl8188eu: Change dkms.conf as requested by jeremyb31 in issue #168
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
2017-02-06 21:32:54 -06:00
Larry Finger
cc3c76275b Merge branch 'master' of http://github.com/lwfinger/rtl8188eu 2017-01-20 20:08:35 -06:00
Larry Finger
324b62c685 rtl8188eu: Fix a possible NUMM dereference
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
2017-01-20 20:07:49 -06:00
Larry Finger
b3bfe784a4 rtl8188eu: Guard against pktfile crashes when skb address is NULL
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
2017-01-16 15:37:23 -06:00
Larry Finger
0ebfaa07e4 rtl8188eu: Place guard code in _rtw_open_pktfile()
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
2017-01-16 15:23:52 -06:00
Larry Finger
ce54314518 rtl8188eu: Silence meaningless log message
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
2017-01-09 13:24:49 -06:00
lwfinger
98843ddb8c Merge pull request #135 from purcola/master
dkms working
2016-12-24 13:22:13 -06:00
Larry Finger
ced2b64a11 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 19:23:53 -06:00
Larry Finger
3c79709126 rtl8188eu: Remove ODM_RF_PATH_MAX
This is always equal to RF_PATH_MAX.

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
2016-02-13 15:43:45 -06:00
Larry Finger
c73b464cae rtl8188eu: Remove symbol MAX_RF_PATH
This one is set to RF_PATH_MAX.

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
2016-02-13 15:40:00 -06:00
Larry Finger
f9dbfb74dc rtl8188eu: Remove symbol MAX_RF_PATH_NUMS
This one is always equal to RF_PATH_MAX.

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
2016-02-13 15:36:13 -06:00
Larry Finger
379691b761 rtl8188eu: Remove additional arrays from the stack in translate_scan()
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
2016-01-21 20:16:15 -06:00
Larry Finger
596818fee3 rtl8188eu: Move buffer off stack in translate_scan()
A user has reported a kernel panic that points to a stack overflow in
this routine. The array that was moved is only 64 bytes, but perhaps
the stack space is really tight.

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
2016-01-21 19:32:54 -06:00
Larry Finger
e2a86fc287 Merge branch 'BlackHole-master' 2015-10-23 06:08:39 -05:00
Larry Finger
4a9ce5af3f Merge branch 'master' of https://github.com/BlackHole/rtl8188eu into BlackHole-master 2015-10-23 06:08:18 -05:00
Larry Finger
396d6c1752 rtl8188eu: Fix Makefile
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
2015-09-16 09:53:55 -05:00
Larry Finger
ea288d8952 rtl8188eu: Fix typo in previous commit
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
2015-08-19 09:08:58 -05:00