be2net: fix error in rx completion processing.
authorAjit Khaparde <ajitk@serverengines.com>
Sat, 12 Dec 2009 06:59:09 +0000 (22:59 -0800)
committerDavid S. Miller <davem@davemloft.net>
Sat, 12 Dec 2009 06:59:09 +0000 (22:59 -0800)
There are certain skews of the NIC which have multiple bits set in
adapter->cap.  Use & instead of == to process rx completions.

Signed-off-by: Ajit Khaparde <ajitk@serverengines.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found