mirror of
https://github.com/Mange/rtl8192eu-linux-driver
synced 2024-11-25 23:15:00 +00:00
Drivers for the rtl8192eu chipset for wireless adapters (D-Link DWA-131 rev E1 included!)
6793baedf5
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:
|
||
---|---|---|
core | ||
hal | ||
include | ||
os_dep | ||
platform | ||
clean | ||
ifcfg-wlan0 | ||
Kconfig | ||
Makefile | ||
runwpa | ||
wlan0dhcp |