From: Johannes Berg <johannes.berg@xxxxxxxxx> 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@xxxxxxxxx> --- backport/backport-include/net/mac80211.h | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 backport/backport-include/net/mac80211.h diff --git a/backport/backport-include/net/mac80211.h b/backport/backport-include/net/mac80211.h deleted file mode 100644 index c31b46298d85..000000000000 --- a/backport/backport-include/net/mac80211.h +++ /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 */ -- 1.9.0 -- To unsubscribe from this list: send the line "unsubscribe backports" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html