From: Michael Chan Date: Thu, 19 Jun 2008 23:37:42 +0000 (-0700) Subject: bnx2: Put tx ring variables in a separate struct. X-Git-Tag: v2.6.27-rc1~969^2~280 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=35e9010b22503f42cbf88144ffe1feff90ea3835;p=pandora-kernel.git bnx2: Put tx ring variables in a separate struct. In preparation for multi-ring support, tx ring variables are now put in a separate bnx2_tx_ring_info struct. Multi tx ring will not be enabled until it is fully supported by the stack. Only 1 tx ring will be used at the moment. The functions to allocate/free tx memory and to initialize tx rings are now modified to handle multiple rings. Signed-off-by: Michael Chan Signed-off-by: Benjamin Li Signed-off-by: David S. Miller --- Reading git-diff-tree failed