summaryrefslogtreecommitdiffstats
path: root/service/lib
diff options
context:
space:
mode:
authorVinit Deshpande <vinitd@google.com>2015-04-14 16:16:21 -0700
committerVinit Deshpande <vinitd@google.com>2015-04-14 16:16:21 -0700
commit5ee18dc63952ff80f4ea21296a0df4f7b27eafe6 (patch)
treec0d07182ac06ed0856e5be86e83c4a0722bad32b /service/lib
parent37f96bc22bc79950a030cb13d19146c2065d4103 (diff)
parenta547460e835d6dfde84eda72df470846d11ba807 (diff)
downloadframeworks_opt_net_wifi-5ee18dc63952ff80f4ea21296a0df4f7b27eafe6.tar.gz
frameworks_opt_net_wifi-5ee18dc63952ff80f4ea21296a0df4f7b27eafe6.tar.bz2
frameworks_opt_net_wifi-5ee18dc63952ff80f4ea21296a0df4f7b27eafe6.zip
am f24e3d7..a547460 from mirror-m-wireless-internal-release
a547460 Fix incorrect matching of Passpoint networks 93a1dbd fix RTT crashes runtime This is due to local referencs have been used up Bug:20143987 5faa29d changes to support wifi_logger.h API changes a7ead3d Corrected and tightened up MO tree and mapping from/to configs. 71cd814 Merge "Use PasspointMatchInfo to select good passpoint network" into m-wireless-dev 0c14982 Merge "Store PasspointMatchInfo in ScanDetailCache" into m-wireless-dev 8eefaf2 Use PasspointMatchInfo to select good passpoint network 4d381bc Store PasspointMatchInfo in ScanDetailCache Change-Id: If9ce95af4968cee4a458dddf21151eaf015880dc
Diffstat (limited to 'service/lib')
-rw-r--r--service/lib/wifi_hal_stub.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/service/lib/wifi_hal_stub.cpp b/service/lib/wifi_hal_stub.cpp
index 468a1e3..a3b211b 100644
--- a/service/lib/wifi_hal_stub.cpp
+++ b/service/lib/wifi_hal_stub.cpp
@@ -138,8 +138,7 @@ wifi_error wifi_set_nodfs_flag_stub(wifi_interface_handle iface, u32 nodfs) {
}
wifi_error wifi_start_logging_stub(wifi_interface_handle iface, u32 verbose_level, u32 flags,
- u32 max_interval_sec, u32 min_data_size, u8 *buffer_name,
- wifi_ring_buffer_data_handler handler) {
+ u32 max_interval_sec, u32 min_data_size, char *buffer_name) {
return WIFI_ERROR_NOT_SUPPORTED;
}