summaryrefslogtreecommitdiff
path: root/drivers/staging/rtl8192u/dot11d.h
diff options
context:
space:
mode:
authorDave Jones <davej@redhat.com>2010-07-03 03:04:44 (GMT)
committerGreg Kroah-Hartman <gregkh@suse.de>2010-07-08 20:25:30 (GMT)
commit2addf798e4507f29276d0b00f318a603c57e4a8a (patch)
tree5c381f36d1e7ba4c3fda046f1376e46aaf1aa6b8 /drivers/staging/rtl8192u/dot11d.h
parent8e72c6411552b3ba25da7d983cb68f214b4886ac (diff)
downloadlinux-fsl-qoriq-2addf798e4507f29276d0b00f318a603c57e4a8a.tar.xz
Staging: rtl8192u: remove a copy of 80211.h
We had a request to enable one of the realtek network drivers in staging in Fedora. After a quick lookover, I decided this wasn't such a great idea. In doing so though, I noticed we have 6 copies of ieee80211.h there now, Two drivers even have two copies of it. (Even worse, cleanups have been pointlessly happening to both files). The patch below removes one of them, which is asides from whitespace, identical afaics. With a change of filename to the #include, it all still compiles for me. A better fix would be to remove both, and have them use the core ieee80211 stuff, but this is at least a tiny step in the right direction. Signed-off-by: Dave Jones <davej@redhat.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/rtl8192u/dot11d.h')
-rw-r--r--drivers/staging/rtl8192u/dot11d.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/rtl8192u/dot11d.h b/drivers/staging/rtl8192u/dot11d.h
index 0851b9d..d99cc03 100644
--- a/drivers/staging/rtl8192u/dot11d.h
+++ b/drivers/staging/rtl8192u/dot11d.h
@@ -2,7 +2,7 @@
#define __INC_DOT11D_H
#ifdef ENABLE_DOT11D
-#include "ieee80211.h"
+#include "ieee80211/ieee80211.h"
typedef struct _CHNL_TXPOWER_TRIPLE {