wlan: Send deauth and disassoc frames using wq5
To ensure that disassoc and deauth frames are transmitted
without fail, driver will send these frames over wq5, so that
firmware will ensure to send these frames even
though DEL_STA is sent immediately. And diver need not wait
for an ack from firmware since it is sure these frames
will be transmitted.
Hence a new flag FW_IN_TX_PATH is introduced in driver, which
when enabled will ensure that the frames are sent over wq5.
This commit takes care of interface file change for
this enhancement.
Change-Id: I411de225d726e704af6f9afd560bae1096623ed3
CRs-Fixed: 567858
1 file changed