Hi Folks,
i am currently working on a xp ndis sdio driver for a wlan card.
while working on the above i am ocassionaly facing an issue during
standby/hibernate sleeper test.
the machine doesnt goes to power down during the error case even after
returning oid_pnp_set_power successfully.
btw it happens say after 10-12 hrs of the test being run(i need to run the
test for atleast three days:)).
i am currently catering to the oid_pnp_query_power and oid_pnp_set_power as
according to wdk.
i actually am not sure about the sdio dereference part while going to
stanby.
i want to make sure that there is absolutely no request pending at the
interface level.
can somebody give me some clue on how to detach sdio gracefully while going
power down.
also please feel free to give any other relevant suggetion which should be
done to make a clean standby/hibernate operation.