From: Johannes Berg Date: Tue, 2 Apr 2013 20:16:16 +0000 (+0200) Subject: backport ETH_P_802_3_MIN X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=4dd53d9943d313a516e018d573ffe7163e62ead4;p=openwrt%2Fstaging%2Fblogic.git backport ETH_P_802_3_MIN Signed-off-by: Johannes Berg --- diff --git a/backport/include/linux/compat-3.10.h b/backport/include/linux/compat-3.10.h index f972203b97c5..5bc259b7bf63 100644 --- a/backport/include/linux/compat-3.10.h +++ b/backport/include/linux/compat-3.10.h @@ -75,6 +75,18 @@ static inline void fb_enable_skip_vt_switch(struct fb_info *info) module_driver(__pcmcia_driver, pcmcia_register_driver, \ pcmcia_unregister_driver) +/* + * backport of: + * commit e5c5d22e8dcf7c2d430336cbf8e180bd38e8daf1 + * Author: Simon Horman + * Date: Thu Mar 28 13:38:25 2013 +0900 + * + * net: add ETH_P_802_3_MIN + */ +#ifndef ETH_P_802_3_MIN +#define ETH_P_802_3_MIN 0x0600 +#endif + #else /* kernel is >= 3.10 */ /* * We'd delete this upstream ever got this, we use our