Notes for working on Rosewill card and fix to compile under Fedora Core 21 with 4.1.x kernel

Conflicts:
	Makefile
This commit is contained in:
Wil Birkmaier 2015-12-12 14:37:36 -05:00 committed by CGarces
parent 4c81a7c107
commit 75a3553a24
2 changed files with 4 additions and 0 deletions

View File

@ -13,6 +13,9 @@ EXTRA_CFLAGS += -Wno-unused-label
EXTRA_CFLAGS += -Wno-unused-parameter
EXTRA_CFLAGS += -Wno-unused-function
EXTRA_CFLAGS += -Wno-unused
EXTRA_CFLAGS += -Wno-date-time
#EXTRA_CFLAGS += -Wno-uninitialized
#EXTRA_CFLAGS += -Wno-error=date-time # Fix compile error on gcc 4.9 and later

View File

@ -1,6 +1,7 @@
# rtl8192eu linux drivers
The official drivers for D-Link DWA-131 Rev E, with patches to keep it working on newer kernels.
Also works on Rosewill RNX-N180UBE v2 N300 Wireless Adapter.
## Source for the official drivers