From: Neil Horman Date: Thu, 13 Nov 2008 00:23:44 +0000 (-0800) Subject: bnx2: fix poll_controller to pass proper structures and check all rx queues X-Git-Tag: v2.6.28-rc5~58^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b2af2c1d3e4ddeea9d02c46d0df0c322cc7b7061;p=pandora-kernel.git bnx2: fix poll_controller to pass proper structures and check all rx queues Fix bnx2 so that netpoll works properly. Specifically: 1) Fix parameters to bnx2_interrupt to be a struct bnx2_napi rather than a struct net_device 2) Fix poll_controller method to check every queue in the rx case so frames aren't missed Signed-off-by: Neil Horman Signed-off-by: David S. Miller --- Reading git-diff-tree failed