diff options
| author | Yun Park <yunp@codeaurora.org> | 2017-11-09 15:34:25 -0800 |
|---|---|---|
| committer | snandini <snandini@codeaurora.org> | 2017-11-13 17:42:38 -0800 |
| commit | eaff95b709ba0c76ab6fabde2dc741f87fdf45c9 (patch) | |
| tree | 5b7bd2f99b4e83938a234adc0548a210c3864ae8 | |
| parent | f1a8755076eae3d7ed8d246e86a5302505e158f3 (diff) | |
qcacld-3.0: Fix compilation error when IPA_OFFLOAD is disabled
Remove IPA_OFFLOAD feature flag from hdd_ipa header file inclusion.
This will use stub functions for IPA feature disblaed.
Change-Id: I105f637922eecda07c2d4500e004df337e37f87e
CRs-fixed: 2141143
| -rw-r--r-- | core/hdd/src/wlan_hdd_softap_tx_rx.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/core/hdd/src/wlan_hdd_softap_tx_rx.c b/core/hdd/src/wlan_hdd_softap_tx_rx.c index 7888cb828ad8..0856557bfdec 100644 --- a/core/hdd/src/wlan_hdd_softap_tx_rx.c +++ b/core/hdd/src/wlan_hdd_softap_tx_rx.c @@ -42,10 +42,7 @@ #include <cdp_txrx_peer_ops.h> #include <cds_utils.h> #include <wlan_hdd_regulatory.h> - -#ifdef IPA_OFFLOAD #include <wlan_hdd_ipa.h> -#endif /* Preprocessor definitions and constants */ #undef QCA_HDD_SAP_DUMP_SK_BUFF |
