qcacld-3.0: Fix implicit declaration of function ‘cdp_register_pause_cb’
The header where cdp_register_pause_cb is defined was mistakenly included under a FEATURE_WLAN_CH_AVOID feature guard. This caused compilation issues when FEATURE_WLAN_CH_AVOID was not defined. Move the include out of the feature guard. Change-Id: I340cbf888efc74f3761c0ea0fb53ea6d619f9306 CRs-Fixed: 2093249
This commit is contained in:
@@ -84,8 +84,8 @@
|
||||
#include "wlan_hdd_tdls.h"
|
||||
#ifdef FEATURE_WLAN_CH_AVOID
|
||||
#include "cds_regdomain.h"
|
||||
#include "cdp_txrx_flow_ctrl_v2.h"
|
||||
#endif /* FEATURE_WLAN_CH_AVOID */
|
||||
#include "cdp_txrx_flow_ctrl_v2.h"
|
||||
#include "pld_common.h"
|
||||
#include "wlan_hdd_ocb.h"
|
||||
#include "wlan_hdd_nan.h"
|
||||
|
Reference in New Issue
Block a user