wlan: Handle TX queues timeout when deauth come during ADD STA REQ
During Roaming Driver Disable the Tx queue and enable after
reassoc completion, but if deauth comes during roaming when
host is waiting for ADD STA RSP from fwr then Lim need to
send the reassoc resp with failure reason which in turn call
CSR to hdd for initiate disconnection handling. Currently this
reassoc response code was not handled into the CSR so clean-up
path for HDD is not getting invoked. Hence queues were remains
disabled and kernel panic occur.
Change-Id: Ib3572e4efd93891aff011dece3cb018041c0a08f
CRs-Fixed: 721012
3 files changed