backports: remove mac80211.h
authorJohannes Berg <johannes.berg@intel.com>
Mon, 28 Apr 2014 12:06:58 +0000 (14:06 +0200)
committerLuis R. Rodriguez <mcgrof@do-not-panic.com>
Fri, 2 May 2014 01:44:14 +0000 (18:44 -0700)
As support for old kernels has been removed, there's no need to keep
around the mac80211.h file that redefines the ieee80211_rx() symbol;
In 2.6.32 this name was changed to belong to mac80211.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Luis R. Rodriguez <mcgrof@do-not-panic.com>
backport/backport-include/net/mac80211.h [deleted file]

diff --git a/backport/backport-include/net/mac80211.h b/backport/backport-include/net/mac80211.h
deleted file mode 100644 (file)
index c31b462..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-#ifndef __BACKPORT_NET_MAC80211_H
-#define __BACKPORT_NET_MAC80211_H
-
-/* on some kernels, libipw also uses this, so override */
-#define ieee80211_rx mac80211_ieee80211_rx
-#include_next <net/mac80211.h>
-
-#endif /* __BACKPORT_NET_MAC80211_H */