OSDN Git Service

Fix incorrect wifi_cleanup
authorVinit Deshpande <vinitd@google.com>
Tue, 7 Jul 2015 21:52:54 +0000 (14:52 -0700)
committerVinit Deshpande <vinitd@google.com>
Wed, 8 Jul 2015 01:37:44 +0000 (18:37 -0700)
commitd4f6adc737f93d75d3a1be8427a144f907a4dde6
treef0e580d6067a7969ed8994cabb0aa8ea384adf92
parent496e6ab2147ee8bae2aa93cdd13cab2f129079f4
Fix incorrect wifi_cleanup

The cleanup needs to cancel commands, not the event handlers;
and needs a while loop instead of a for loop.

Also added command names to identify which commands are causing
problems.

Bug: 22302517
Change-Id: I93c3e51f7cd3ad62c1a34eeb5708d9552e37342b
bcmdhd/wifi_hal/cpp_bindings.h
bcmdhd/wifi_hal/gscan.cpp
bcmdhd/wifi_hal/link_layer_stats.cpp
bcmdhd/wifi_hal/rtt.cpp
bcmdhd/wifi_hal/wifi_hal.cpp
bcmdhd/wifi_hal/wifi_logger.cpp
bcmdhd/wifi_hal/wifi_offload.cpp