[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20100726093552.6871e27e@nehalam>
Date: Mon, 26 Jul 2010 09:35:52 -0700
From: Stephen Hemminger <shemminger@...tta.com>
To: Jan Engelhardt <jengelh@...ozas.de>
Cc: stephen.hemminger@...tta.com, netdev@...r.kernel.org
Subject: Re: [PATCH] ip: correctly report 802.15.4 link type
On Sun, 25 Jul 2010 22:28:02 +0200
Jan Engelhardt <jengelh@...ozas.de> wrote:
> Up until now, the "hardwpan" devices were displayed as link/[804].
>
> Signed-off-by: Jan Engelhardt <jengelh@...ozas.de>
> ---
> lib/ll_types.c | 3 +++
> 1 files changed, 3 insertions(+), 0 deletions(-)
>
> diff --git a/lib/ll_types.c b/lib/ll_types.c
> index 846cdb0..1cc46b6 100644
> --- a/lib/ll_types.c
> +++ b/lib/ll_types.c
> @@ -125,6 +125,9 @@ __PF(IEEE80211_PRISM,ieee802.11/prism)
> #ifdef ARPHRD_IEEE80211_RADIOTAP
> __PF(IEEE80211_RADIOTAP,ieee802.11/radiotap)
> #endif
> +#ifdef ARPHRD_IEEE802154
> +__PF(IEEE802154, ieee802.15.4)
> +#endif
> #ifdef ARPHRD_NONE
> __PF(NONE, none)
> #endif
Already fixed.
--
commit 4dbda0f482b8947d064b3f82992394033de6616c
Author: Stephen Hemminger <stephen.hemminger@...tta.com>
Date: Fri Jul 23 13:12:12 2010 -0700
Update ARP header type table
Add all current values. Since if_arp.h is included, get rid
of ifdefs'. Make table constant.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists