K 10 svn:author V 8 bschmidt K 8 svn:date V 27 2010-10-12T17:12:35.278355Z K 7 svn:log V 401 When bringing the interface down we clear the command queue but do not reset the sc_cmd_cur and sc_cmd_next indices. If there are still pending commands while clearing the queue those two indices are off by at least one. This leads to no commands being sent to the firmware until the queue overruns. Fix this by also resetting the indices. This is a direct commit as the code does not exist in head. END