Larry Finger
ea8530e2b3
Merge branch 'master' of http://github.com/lwfinger/rtl8188eu
2019-09-28 13:17:09 -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
Larry Finger
b438c94ebf
rtl8188eu: Fix crashes due to NULL pointer
...
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
2015-08-19 09:06:28 -05:00
Pablo Urcola
8c436456c6
dkms working
2015-07-29 19:33:33 +02:00
Larry Finger
3091828c8f
rtl8188eu: On kernel 2.6.32, a NULL dereference was found
...
This bug was reported and debugged by GitHub user jdowells.
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
2015-05-15 15:20:51 -05:00
Alessandro Miceli
8914ec520b
Merge pull request #1 from lwfinger/master
...
Update from main fork
2015-05-01 13:55:10 +02:00
Larry Finger
c116500a72
rtl8188eu: Replace "ERROR" in informative messages
...
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
2015-04-08 14:21:21 -05:00
Larry Finger
7379b7fee9
rtl8188eu: Fix BUG: sleeping function called from invalid context
...
A kmalloc call was made with GFP_KERNEL rather than GFP_ATOMIC
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
2015-04-08 14:16:39 -05:00
Larry Finger
8eb572bc42
rtl8188eu: Replace rtw_ieee80211_ht_cap with standard kernel version
...
As shown in the previous commits, keeping alignment beetween the private header
and the kernel version is a problem. Solve the issue by using the kernel
version.
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
2015-04-08 14:02:06 -05:00
Larry Finger
5e6362f3da
rtl8188eu: Fix build error
...
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
2015-04-07 18:34:15 -05:00