Commit graph

14 commits

Author SHA1 Message Date
Larry Finger
306f3e62cf rtl8188eu: Fix build errors for kernel 6.7
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
2023-12-04 10:54:18 -06:00
Larry Finger
b5d64670e9 rtl8188eu: Prevent crash when ssids is NULL
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
2023-04-10 12:23:27 -05:00
Larry Finger
57bd21c563 rtl8188eu: Possible fix for iwd crash
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
2023-04-09 12:54:37 -05:00
Giulio Benetti
b9637c592b rtl8188eu: convert left-over get_ra() to wifi_get_ra()
During commit 7245a6982d one occurence of
get_ra() has been left behind in ioctl_cfg80211.c so let's update it.

Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
2022-11-29 00:45:23 +01:00
Larry Finger
208f2ccb65 rtl8188eu: Fix build for kernel 6.1
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
2022-11-28 13:29:37 -06:00
Giulio Benetti
ca95522030 Re-introduce code for Linux version < 6.0.0.
Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
2022-10-17 23:18:37 +02:00
Larry Finger
e488450b36 rtl8188eu: Remove code not needed for kernel 60.0
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
2022-08-27 12:08:47 -05:00
Larry Finger
7a7c5e0c0b rtl8188eu: Revert one of the changes for 5.19.2
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
2022-08-18 16:00:27 -05:00
Larry Finger
96c88129ba rtl8188eu: Fix builds for kernel 5.19.2
The changes that were in kernel 6.0 hav been backported to 5.19.2.
Backporting these kind of changes is pointless. In 6.0, the way is
prepared to allow multiple links per connection. In 5.19, the only
one used is link 0! What is the point?

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
2022-08-18 10:45:53 -05:00
Larry Finger
0a5e81555c rtl8188eu: Fix builds for kernel 6.0
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
2022-08-12 12:11:45 -05:00
Larry Finger
318a5f1d15 rtl8188eu: Fill out set/get txpower
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
2022-07-16 13:21:15 -05:00
Larry Finger
a36cfdfdb6 rtl8188eu: Fix some gcc12 compiler warnings
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
2022-07-15 13:51:36 -05:00
Larry Finger
7ba3df1bcb rtl8188eu: Fix lockup on start
Kernel commit 51d62f2f2c50 ("cfg80211: Save the regulatory domain with a lock")
caused a lock dependency to the cfg80211 version of this driver. It is fixed by
moving the regulatory domain initialization call so that it is outside the lock
in the probe routine.

See https://github.com/lwfinger/rtl8188eu/issues/386 for further discussion.
Signed-off-by: Georg Mueller
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
2022-01-15 11:42:34 -06:00
Larry Finger
43a72191f6 rtl8188eu: Flatten os_dep
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
2021-07-22 19:19:25 -05:00
Renamed from os_dep/ioctl_cfg80211.c (Browse further)