summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmarnath Hullur Subramanyam <amarnath@codeaurora.org>2014-09-11 10:01:36 -0700
committerVinit Deshpande <vinitd@google.com>2014-09-19 13:02:31 -0700
commit472a4c35487bdb135f97b635eb4754369f3030ec (patch)
tree4ad2aeb2a018a45888bad0f18b30e44963eb5130
parentb111e7ecc6789dade2818782da6b33e1d187e344 (diff)
downloadlibhardware_legacy-472a4c35487bdb135f97b635eb4754369f3030ec.tar.gz
Wifi Hal: Extend feature set to advertise link layer stats support
Added a new macro in feature set to indicate wifihal support for link layer stats collection. Bug: 17359758 Change-Id: I3f8ecce67430bd8270fb157a4e6cd246503a3d9f
-rw-r--r--include/hardware_legacy/wifi_hal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/hardware_legacy/wifi_hal.h b/include/hardware_legacy/wifi_hal.h
index 020156e..7873de0 100644
--- a/include/hardware_legacy/wifi_hal.h
+++ b/include/hardware_legacy/wifi_hal.h
@@ -79,6 +79,7 @@ void wifi_get_error_info(wifi_error err, const char **msg); // return a pointer
#define WIFI_FEATURE_TDLS_OFFCHANNEL 0x2000 // Support for TDLS off channel
#define WIFI_FEATURE_EPR 0x4000 // Enhanced power reporting
#define WIFI_FEATURE_AP_STA 0x8000 // Support for AP STA Concurrency
+#define WIFI_FEATURE_LINK_LAYER_STATS 0x10000 // Link layer stats collection
// Add more features here
typedef int feature_set;