summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorPierre Vandwalle <vandwalle@google.com>2015-03-20 15:50:46 -0700
committerPierre Vandwalle <vandwalle@google.com>2015-03-20 15:50:46 -0700
commit3931331c6809fed2e1c38941f265efd68230ab0b (patch)
tree623528438faf675e86b9b6b95b065576a5f24c2a /include
parentc1c47568e63b1e5273e6dbb53aac36a5ab2af727 (diff)
downloadhardware_libhardware_legacy-3931331c6809fed2e1c38941f265efd68230ab0b.zip
hardware_libhardware_legacy-3931331c6809fed2e1c38941f265efd68230ab0b.tar.gz
hardware_libhardware_legacy-3931331c6809fed2e1c38941f265efd68230ab0b.tar.bz2
change name of max_epno_networks
Change-Id: I4639f2378c35e1ddf16b3bacf495dc4b508ba304
Diffstat (limited to 'include')
-rw-r--r--include/hardware_legacy/gscan.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/hardware_legacy/gscan.h b/include/hardware_legacy/gscan.h
index 5044ecc..7ead1ff 100644
--- a/include/hardware_legacy/gscan.h
+++ b/include/hardware_legacy/gscan.h
@@ -39,7 +39,7 @@ typedef struct {
int max_significant_wifi_change_aps; // maximum number of entries for
// significant wifi change APs
int max_bssid_history_entries; // number of BSSID/RSSI entries that device can hold
- int max_number_epno_networks_by_crc32; //max number of epno entries if crc32 is specified
+ int max_number_epno_networks; //max number of epno entries if crc32 is specified
int max_number_epno_networks_by_ssid; //max number of epno entries if ssid is specified
int max_number_of_white_losted_ssid; //max number of white listed SSIDs, M target is 2 to 4 */
} wifi_gscan_capabilities;