summaryrefslogtreecommitdiff
path: root/drivers/staging/rtl8192u/r8192U_wx.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/r8192U_wx.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/r8192U_wx.h')
-rw-r--r--drivers/staging/rtl8192u/r8192U_wx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/rtl8192u/r8192U_wx.h b/drivers/staging/rtl8192u/r8192U_wx.h
index b2f7a57..f4cf280 100644
--- a/drivers/staging/rtl8192u/r8192U_wx.h
+++ b/drivers/staging/rtl8192u/r8192U_wx.h
@@ -15,7 +15,7 @@
#ifndef R8180_WX_H
#define R8180_WX_H
//#include <linux/wireless.h>
-//#include "ieee80211.h"
+
extern struct iw_handler_def r8192_wx_handlers_def;
/* Enable the rtl819x_core.c to share this function, david 2008.9.22 */
extern struct iw_statistics *r8192_get_wireless_stats(struct net_device *dev);