Hi,

I have a WLAN device that is failing the 2c_loadunload
test (when run as part of the DriverVerifier only!!). The
actual error is "Resends Failed", but here is a sample
log..

Resends Pending : 5176
Resends Completed : 5176
Resends Failed : 8

Can somebody throw more light on this test!? It looks
like the driver did (re)send out all packets (back to the
server). Why does the script flag failures? btw, the same
test passes without any errors when run as part of the
NDIS Manual tests.


Any thoughts are highly appreciated.

Regards
HV

Re: 2c_loadunload gives strange errors!! by stewo68

stewo68
Mon Aug 04 12:03:42 CDT 2003

Hmm, I guess "completed" doesn't implicitly mean "succeeded". Probably
"failed" packets also count here.

Try and throw some debug output whenever you fail some packet.

Stephan
---
On Sun, 3 Aug 2003 16:07:08 -0700, "harishv" <harishv@rocketmail.com>
wrote:

>Hi,
>
> I have a WLAN device that is failing the 2c_loadunload
>test (when run as part of the DriverVerifier only!!). The
>actual error is "Resends Failed", but here is a sample
>log..
>
>Resends Pending : 5176
>Resends Completed : 5176
>Resends Failed : 8
>
> Can somebody throw more light on this test!? It looks
>like the driver did (re)send out all packets (back to the
>server). Why does the script flag failures? btw, the same
>test passes without any errors when run as part of the
>NDIS Manual tests.
>
>
> Any thoughts are highly appreciated.
>
>Regards
>HV