commit | b2af2c1d3e4ddeea9d02c46d0df0c322cc7b7061 | [log] [tgz] |
---|---|---|
author | Neil Horman <nhorman@tuxdriver.com> | Wed Nov 12 16:23:44 2008 -0800 |
committer | David S. Miller <davem@davemloft.net> | Wed Nov 12 16:23:44 2008 -0800 |
tree | 56a9dfa1d01846dc8133823f41d8fa78db35eb7e | |
parent | ddd535c713c788f3c23c6548c4ba985a7593113c [diff] |
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 <nhorman@tuxdriver.com> Signed-off-by: David S. Miller <davem@davemloft.net>