d80211: a patch for standalone d80211 tarball
From: Jiri Benc <hidden>
Date: 2007-01-29 17:48:00
From: Jiri Benc <hidden>
Date: 2007-01-29 17:48:00
This patch should be enough to allow creation of standalone d80211 tarball (i.e. version of d80211 that could be compiled without patching the vanilla kernel) after "invisible master interface" patches. It is completely untested. Signed-off-by: Jiri Benc <redacted> --- net/d80211/ieee80211_i.h | 4 ++++ 1 files changed, 4 insertions(+)
--- dscape.orig/net/d80211/ieee80211_i.h
+++ dscape/net/d80211/ieee80211_i.h@@ -26,6 +26,10 @@ /* ieee80211.o internal definitions, etc. These are not included into * low-level drivers. */ +#define ieee80211_ptr ax25_ptr +#define register_invisible_netdevice register_netdevice +#define unregister_invisible_netdevice unregister_netdevice + #ifndef ETH_P_PAE #define ETH_P_PAE 0x888E /* Port Access Entity (IEEE 802.1X) */ #endif /* ETH_P_PAE */