| commit | 7c9bf7caa2936e8b76598be9fffea980d81c61d3 | [log] [tgz] |
|---|---|---|
| author | Robert Greenwalt <robdroid@android.com> | Fri Sep 11 17:23:35 2009 -0700 |
| committer | Robert Greenwalt <robdroid@android.com> | Fri Sep 11 17:23:35 2009 -0700 |
| tree | d474c5edac25a48c986f913aea99e66fa4a89951 | |
| parent | d68781ace179e19b70120411baf307104683fa4b [diff] |
Don't init wifiChannels until after supplicant up The supplicant can take up to 15 seconds to start - setting the number of wifi channels immediately after requested wifi start often will fail. Changed to set the number of channels when the supplicant is reported as alive. bug:2083601