• H
    Fixes WEP firmware error condition. · e6324726
    Hong Liu 提交于
    The problem is caused by the patch in bug455 -- Channel change flood
    generates fatal error.
    
    The patch set the DISASSOCIATING status bit after sending the command.
    The process was scheduled out when waiting for the command to be sent to
    the card. The disassociated notification clears the DISASSOCIATING bit
    in the tasklet before the process set the bit.
    
    Move the bit setting code before sending the command now.
    Signed-off-by: NHong Liu <hong.liu@intel.com>
    Signed-off-by: NJames Ketrenos <jketreno@linux.intel.com>
    e6324726
ipw2200.c 312.9 KB