[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <515196B7.2010507@cogentembedded.com>
Date: Tue, 26 Mar 2013 16:38:15 +0400
From: Sergei Shtylyov <sergei.shtylyov@...entembedded.com>
To: Tony Cheneau <tony.cheneau@...esiak.org>
CC: "David S. Miller" <davem@...emloft.net>,
Eric Dumazet <eric.dumazet@...il.com>,
Alan Ott <alan@...nal11.us>,
Alexander Smirnov <alex.bluesman.smirnov@...il.com>,
netdev@...r.kernel.org, linux-zigbee-devel@...ts.sourceforge.net
Subject: Re: [PATCH v2 net-next 08/12] 6lowpan: store fragment tag values
per device instead of net stack wide
Hello.
On 26-03-2013 7:59, Tony Cheneau wrote:
> Signed-off-by: Tony Cheneau <tony.cheneau@...esiak.org>
> ---
> net/ieee802154/6lowpan.c | 9 +++++----
> 1 file changed, 5 insertions(+), 4 deletions(-)
> diff --git a/net/ieee802154/6lowpan.c b/net/ieee802154/6lowpan.c
> index 61eee9d..f952451 100644
> --- a/net/ieee802154/6lowpan.c
> +++ b/net/ieee802154/6lowpan.c
> @@ -104,6 +104,7 @@ static const u8 lowpan_llprefix[] = {0xfe, 0x80};
> struct lowpan_dev_info {
> struct net_device *real_dev; /* real WPAN device ptr */
> struct mutex dev_list_mtx; /* mutex for list ops */
> + unsigned short fragment_tag;
Small formatting nit: align field name with the others above please.
WBR, Sergei
--
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