diff options
| author | Hardik Kantilal Patel <hkpatel@codeaurora.org> | 2016-11-17 15:16:46 +0530 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2016-11-18 16:59:14 -0800 |
| commit | 6f96a561b8f7694f9cc1c316b5256232c8545e07 (patch) | |
| tree | fdbafd245bce521d959f7da19a167fc580da18a5 | |
| parent | e421b4e89a4cfb9d8724c4d479c12c7b451bcf58 (diff) | |
qcacld-3.0: Fix Compilation errors on disabling NAPI feature
Fix Build Errors on disabling NAPI Feature.
Change-Id: Id7ba18a9a6933c78f6553fc87d3d29a13036c690
CRs-Fixed: 1091285
| -rw-r--r-- | core/hdd/inc/wlan_hdd_napi.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/core/hdd/inc/wlan_hdd_napi.h b/core/hdd/inc/wlan_hdd_napi.h index 23be72f46b54..94c15c29e355 100644 --- a/core/hdd/inc/wlan_hdd_napi.h +++ b/core/hdd/inc/wlan_hdd_napi.h @@ -98,6 +98,10 @@ static inline int hdd_napi_apply_throughput_policy(void *hdd_ctx, { return 0; } +static inline int hdd_napi_serialize(int is_on) +{ + return 0; +}; #endif /* FEATURE_NAPI */ |
