Staging: rtl8192u: remove a copy of 80211.h
authorDave Jones <davej@redhat.com>
Sat, 3 Jul 2010 03:04:44 +0000 (23:04 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 8 Jul 2010 20:25:30 +0000 (13:25 -0700)
commit2addf798e4507f29276d0b00f318a603c57e4a8a
tree5c381f36d1e7ba4c3fda046f1376e46aaf1aa6b8
parent8e72c6411552b3ba25da7d983cb68f214b4886ac
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>
drivers/staging/rtl8192u/dot11d.h
drivers/staging/rtl8192u/ieee80211.h [deleted file]
drivers/staging/rtl8192u/r8192U.h
drivers/staging/rtl8192u/r8192U_wx.h
drivers/staging/rtl8192u/r819xU_firmware.c