From 75a3553a24e2061e14aac04136a23ce698913194 Mon Sep 17 00:00:00 2001 From: Wil Birkmaier Date: Sat, 12 Dec 2015 14:37:36 -0500 Subject: [PATCH] Notes for working on Rosewill card and fix to compile under Fedora Core 21 with 4.1.x kernel Conflicts: Makefile --- Makefile | 3 +++ README.md | 1 + 2 files changed, 4 insertions(+) diff --git a/Makefile b/Makefile index d195fd9..74810e2 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/README.md b/README.md index a016d2c..17f652a 100644 --- a/README.md +++ b/README.md @@ -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