RE: [PATCH] gianfar: Revive VLAN support

2009-01-26 Thread Haruki Dai
> -Original Message- > From: Fleming Andy-AFLEMING > Sent: Monday, January 26, 2009 3:08 PM > To: Anton Vorontsov > Cc: Jeff Garzik; David Miller; Haruki Dai-R35557; net...@vger.kernel.org; > linuxppc-dev@ozlabs.org > Subject: Re: [PATCH] gianfar: Revive VLAN supp

Re: [PATCH] gianfar: Revive VLAN support

2009-01-26 Thread David Miller
From: Andy Fleming Date: Mon, 26 Jan 2009 15:07:37 -0600 > > On Jan 26, 2009, at 2:50 PM, Anton Vorontsov wrote: > > > commit 77ecaf2d5a8bfd548eed3f05c1c2e6573d5de4ba ("gianfar: Fix VLAN > > HW feature related frame/buffer size calculation") wrongly removed > > priv->vlgrp assignment, and now p

Re: [PATCH] gianfar: Revive VLAN support

2009-01-26 Thread Andy Fleming
On Jan 26, 2009, at 2:50 PM, Anton Vorontsov wrote: commit 77ecaf2d5a8bfd548eed3f05c1c2e6573d5de4ba ("gianfar: Fix VLAN HW feature related frame/buffer size calculation") wrongly removed priv->vlgrp assignment, and now priv->vlgrp is always NULL. This patch fixes the issue, plus fixes followin