Re: [PATCH][RESEND] ARCNET: fix hard_header_len limit

2015-09-17 Thread David Miller
From: Michael Grzeschik Date: Thu, 17 Sep 2015 15:18:34 +0200 > For arcnet the bare minimum header only contains the 4 bytes to > specify source, dest and offset (1, 1 and 2 bytes respectively). > The corresponding struct is struct arc_hardware. > > The struct archdr contains additionally a

[PATCH][RESEND] ARCNET: fix hard_header_len limit

2015-09-17 Thread Michael Grzeschik
For arcnet the bare minimum header only contains the 4 bytes to specify source, dest and offset (1, 1 and 2 bytes respectively). The corresponding struct is struct arc_hardware. The struct archdr contains additionally a union of possible soft headers. When doing $insertusecasehere packets might

[PATCH][RESEND] ARCNET: fix hard_header_len limit

2015-09-17 Thread Michael Grzeschik
For arcnet the bare minimum header only contains the 4 bytes to specify source, dest and offset (1, 1 and 2 bytes respectively). The corresponding struct is struct arc_hardware. The struct archdr contains additionally a union of possible soft headers. When doing $insertusecasehere packets might

Re: [PATCH][RESEND] ARCNET: fix hard_header_len limit

2015-09-17 Thread David Miller
From: Michael Grzeschik Date: Thu, 17 Sep 2015 15:18:34 +0200 > For arcnet the bare minimum header only contains the 4 bytes to > specify source, dest and offset (1, 1 and 2 bytes respectively). > The corresponding struct is struct arc_hardware. > > The struct archdr