summaryrefslogtreecommitdiffstats
path: root/wifi
diff options
context:
space:
mode:
authorChih-hung Hsieh2018-10-22 15:35:52 -0500
committerGerrit Code Review2018-10-22 15:35:52 -0500
commit593ede93f09c709dbd8df3ecd5736f504c3b4d73 (patch)
tree66b3bda81d84cfbc09ba7cfe9757a632f7137d65 /wifi
parente6d3e9ff5d06b32ccd3bf8a9fe3ba478da41e67e (diff)
parentc5def0beebeccb24da85f71d58f77e18cdb5f9ed (diff)
downloadplatform-hardware-interfaces-593ede93f09c709dbd8df3ecd5736f504c3b4d73.tar.gz
platform-hardware-interfaces-593ede93f09c709dbd8df3ecd5736f504c3b4d73.tar.xz
platform-hardware-interfaces-593ede93f09c709dbd8df3ecd5736f504c3b4d73.zip
Merge "Fix implicit-fallthrough warnings. DO NOT MERGE."
Diffstat (limited to 'wifi')
-rw-r--r--wifi/1.2/default/wifi_legacy_hal.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/wifi/1.2/default/wifi_legacy_hal.cpp b/wifi/1.2/default/wifi_legacy_hal.cpp
index 375204c7..55ec96dd 100644
--- a/wifi/1.2/default/wifi_legacy_hal.cpp
+++ b/wifi/1.2/default/wifi_legacy_hal.cpp
@@ -550,6 +550,7 @@ wifi_error WifiLegacyHal::startGscan(
550 } 550 }
551 // Fall through if failed. Failure to retrieve cached scan 551 // Fall through if failed. Failure to retrieve cached scan
552 // results should trigger a background scan failure. 552 // results should trigger a background scan failure.
553 [[fallthrough]];
553 case WIFI_SCAN_FAILED: 554 case WIFI_SCAN_FAILED:
554 on_failure_user_callback(id); 555 on_failure_user_callback(id);
555 on_gscan_event_internal_callback = nullptr; 556 on_gscan_event_internal_callback = nullptr;