Drivers for the rtl8192eu chipset for wireless adapters (D-Link DWA-131 rev E1 included!)
Go to file
Magnus Bergmark 6793baedf5
Fix strnicmp not defined in Kernel >= 4.0
This particular fix is all over the internet, as patches posted on
mailing lists, package maintainer's mirrors, etc.

I don't know the full origin of it, but it works. It also makes sense. I
found a quote regarding it here:

http://comments.gmane.org/gmane.linux.drivers.driver-project.devel/71438
> [...] patched so it will compile against kernels that no longer
> provide the old procfs API and with calls to strnicmp() replaced with
> strncasecmp().

Here's an example of the patch in the wild:
9cf1f08f9a/8192cu-dkms/RTL8192CU-kernel-4.0.patch

Note that the sources mentioned above all talk about the more common
8192cu driver, but the change is the same as both drivers share the
majority of the code with each other.
<speculation>
I guess this is part of the reason why the hardware makers don't publish
updated drivers; they've copy-pasted it everywhere and patching them all
is a pain for them.
</speculation>
2015-11-10 23:23:22 +01:00
core The official RTL8192EU linux driver from D-Link Australia 2015-08-18 21:03:11 +02:00
hal Fix file_path symbol conflict with Linux 4.3 2015-11-10 23:04:30 +01:00
include Fix "void value not ignored as it ought to be" errors 2015-11-10 23:06:48 +01:00
os_dep Fix strnicmp not defined in Kernel >= 4.0 2015-11-10 23:23:22 +01:00
platform The official RTL8192EU linux driver from D-Link Australia 2015-08-18 21:03:11 +02:00
clean The official RTL8192EU linux driver from D-Link Australia 2015-08-18 21:03:11 +02:00
ifcfg-wlan0 The official RTL8192EU linux driver from D-Link Australia 2015-08-18 21:03:11 +02:00
Kconfig The official RTL8192EU linux driver from D-Link Australia 2015-08-18 21:03:11 +02:00
Makefile The official RTL8192EU linux driver from D-Link Australia 2015-08-18 21:03:11 +02:00
runwpa The official RTL8192EU linux driver from D-Link Australia 2015-08-18 21:03:11 +02:00
wlan0dhcp The official RTL8192EU linux driver from D-Link Australia 2015-08-18 21:03:11 +02:00