From: Johannes Berg <johannes.berg@xxxxxxxxx> This was introduced on kernel version 3.1, so a kernel (3.0) without it is still just within the support window. Define this constant if it isn't defined. Signed-off-by: Johannes Berg <johannes.berg@xxxxxxxxx> --- backport/backport-include/linux/if.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 backport/backport-include/linux/if.h diff --git a/backport/backport-include/linux/if.h b/backport/backport-include/linux/if.h new file mode 100644 index 000000000000..d471340490ca --- /dev/null +++ b/backport/backport-include/linux/if.h @@ -0,0 +1,9 @@ +#ifndef __BACKPORT_IF_H +#define __BACKPORT_IF_H +#include_next <linux/if.h> + +#ifndef IFF_TX_SKB_SHARING +#define IFF_TX_SKB_SHARING 0 +#endif + +#endif /* __BACKPORT_IF_H */ -- 2.1.4 -- 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