From: Matt Carlson Date: Sun, 11 Jul 2010 09:31:41 +0000 (+0000) Subject: tg3: Fix single MSI-X vector coalescing X-Git-Tag: v2.6.36-rc1~571^2~279 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=20d7375c1fdf054ca8ab9e5b9fe7fe62b39fa218;p=pandora-kernel.git tg3: Fix single MSI-X vector coalescing The interrupt coalescing setup code used the TG3_FLG2_USING_MSIX flag to determine whether or not to configure the rx coalescing parameters. This is incorrect for the single MSI-X vector case. This patch changes the code to look at the TG3_FLG3_ENABLE_RSS instead. Signed-off-by: Matt Carlson Reviewed-by: Michael Chan Signed-off-by: David S. Miller --- Reading git-diff-tree failed