summaryrefslogtreecommitdiff
path: root/qcwcn/wifi_hal/Android.mk
diff options
context:
space:
mode:
authorSubhani Shaik <subhanis@codeaurora.org>2015-04-11 00:42:12 +0530
committerSubhani Shaik <subhanis@codeaurora.org>2015-04-29 18:26:27 -0700
commit9de438de8f6b21a0355e9f891133e0f18d026878 (patch)
tree0aea61a7da68252a4f7d2c98bd5e43d88e48e0e5 /qcwcn/wifi_hal/Android.mk
parenta3646e05955c1ff9681ea5769d0f45a3f4da28f9 (diff)
downloadwlan-9de438de8f6b21a0355e9f891133e0f18d026878.tar.gz
Wi-Fi HAL: Initial implementation of Ring Buffer
Ring buffer consists of discrete buffers alloced and freed as and when required and not required. These buffers together will operate as a ring of memory and allows write and read operations of different sizes. Also provides facility to trigger external callbacks when the size of ring data crosses configured threshold. Change-Id: Ide7453dad59a1abc82381619831e268e82ef89da
Diffstat (limited to 'qcwcn/wifi_hal/Android.mk')
-rw-r--r--qcwcn/wifi_hal/Android.mk8
1 files changed, 6 insertions, 2 deletions
diff --git a/qcwcn/wifi_hal/Android.mk b/qcwcn/wifi_hal/Android.mk
index 696b42b..6ffe324 100644
--- a/qcwcn/wifi_hal/Android.mk
+++ b/qcwcn/wifi_hal/Android.mk
@@ -47,7 +47,9 @@ LOCAL_SRC_FILES := \
nan_req.cpp \
nan_rsp.cpp \
wificonfig.cpp \
- wifilogger.cpp
+ wifilogger.cpp \
+ ring_buffer.cpp \
+ rb_wrapper.cpp
LOCAL_MODULE := libwifi-hal-qcom
LOCAL_SHARED_LIBRARIES += libnetutils liblog
@@ -94,7 +96,9 @@ LOCAL_SRC_FILES := \
nan_req.cpp \
nan_rsp.cpp \
wificonfig.cpp \
- wifilogger.cpp
+ wifilogger.cpp \
+ ring_buffer.cpp \
+ rb_wrapper.cpp
LOCAL_MODULE := libwifi-hal-qcom
LOCAL_SHARED_LIBRARIES += libnetutils liblog