commit | 6736d81fd9a84bee347ffd58114f1d6f4a79f994 | [log] [tgz] |
---|---|---|
author | Krishna Kumaar Natarajan <kknatara@codeaurora.org> | Wed Feb 01 16:36:30 2017 -0800 |
committer | qcabuildsw <qcabuildsw@localhost> | Wed Feb 01 19:45:16 2017 -0800 |
tree | aa197114afe29bdbdcb9744289a85be4295b036e | |
parent | d96a0d58f9dabb22d4043101cce57b5635120548 [diff] |
qcacld-3.0: Enable NETIF queues after hdd_roam_register_sta() Enable NETIF queues after hdd_roam_register_sta(). When there is a race condition where data transmission after hdd_association_completion and before roam_register_sta, vdev information passed in the tx_send is a stale entry from the previous vdev. Enabling queues after roam_register_sta will fix this issue. Change-Id: I67c72de46c05bbdb58188155eb1146dcf6974b16 CRs-Fixed: 1116647