commit | 97334114c61fdd0c12a7bfdeaa8ac36aa2c2368c | [log] [tgz] |
---|---|---|
author | Roshan Pius <rpius@google.com> | Fri Nov 18 14:07:54 2016 -0800 |
committer | Roshan Pius <rpius@google.com> | Wed Dec 07 15:38:24 2016 -0800 |
tree | c5faf3b66fa16cdcf0911e7d3caf2c1be0d4d29c | |
parent | a26a6e08075fe9a035df14cedaf2e864aba2317b [diff] |
wifi: Split out initialize and start in WifiLegacyHal We need to separate these because we need to invoke start() after every firmware mode change (chip reconfigure). While there, 1. Make InterfaceTool a member of the class. 2. Make the stop() symmetric with start(). i.e interface is set down on stop immediately instead of waiting for the thread to stop. Bug: 31997422 Test: Compiles Change-Id: I202afcc70571188dc076a841249761bc97fcf817