diff options
| author | Kabilan Kannan <kabilank@codeaurora.org> | 2018-03-22 19:32:13 -0700 |
|---|---|---|
| committer | Kabilan Kannan <kabilank@codeaurora.org> | 2018-03-22 19:42:30 -0700 |
| commit | be2be6b4a1b219f00bb76a8d6f9464c8489bf52b (patch) | |
| tree | 427610c96d15ae9d8d11fcc259d4e656ec5fcb01 | |
| parent | ccc40fb8920abcc990a8188d3f8a1b4dc08dcd78 (diff) | |
qcacld-3.0: Do not stop TDLS timers before restart
MC timer implementation has changed recently, and
it requires TDLS timers shouldn't be stopped before
restart.
Change-Id: I718972bd0f7c66b04145ee38c58440f6240a8de2
CRs-Fixed: 2206536
| -rw-r--r-- | core/hdd/src/wlan_hdd_tdls.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/hdd/src/wlan_hdd_tdls.c b/core/hdd/src/wlan_hdd_tdls.c index 3aaf1b02a53e..b4e2afa467db 100644 --- a/core/hdd/src/wlan_hdd_tdls.c +++ b/core/hdd/src/wlan_hdd_tdls.c @@ -3021,7 +3021,6 @@ void wlan_hdd_tdls_timer_restart(hdd_adapter_t *pAdapter, } if (hdd_conn_is_connected(pHddStaCtx)) { - qdf_mc_timer_stop(timer); qdf_mc_timer_start(timer, expirationTime); } } |
