From: Chien Tung Date: Wed, 23 Apr 2008 18:55:45 +0000 (-0700) Subject: RDMA/nes: Fix adapter reset after PXE boot X-Git-Tag: v2.6.26-rc1~1032^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bc5698f3ecc9587e1edb343a2878f8d228c49e0e;p=pandora-kernel.git RDMA/nes: Fix adapter reset after PXE boot After PXE boot, the iw_nes driver does a full reset to ensure the card is in a clean state. However, it doesn't wait for firmware to complete its work before issuing a port reset to enable the ports, which leads to problems bringing up the ports. The solution is to wait for firmware to complete its work before proceeding with port reset. This bug was flagged by Roland Dreier . Cc: Signed-off-by: Chien Tung Signed-off-by: Roland Dreier --- Reading git-diff-tree failed