From: Sandeep Gopalpet Date: Mon, 2 Nov 2009 07:03:00 +0000 (+0000) Subject: gianfar: Add per queue structure support X-Git-Tag: v2.6.33-rc1~388^2~535 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a12f801d4b349bc57622584e70e45a4ccbef53b6;p=pandora-kernel.git gianfar: Add per queue structure support This patch introduces per tx and per rx queue structures. Earlier the members of these structures were inside the gfar_private structure. Moving forward if we want to support multiple queues, we need to refactor the gfar_private structure so that introduction of multiple queues is easier. Signed-off-by: Sandeep Gopalpet Signed-off-by: David S. Miller --- Reading git-diff-tree failed