qcacld-3.0: Clean up code under PRE_CAC_COMP flag
pre cac componentization is done, so clean up code under PRE_CAC_COMP flag. Change-Id: I6465bce9fc883797f42358aaeb8dabf70e449cde CRs-Fixed: 3232820
This commit is contained in:

committed by
Madan Koyyalamudi

orang tua
f327e23c86
melakukan
a258f3cd42
@@ -229,6 +229,18 @@ ucfg_pre_cac_get_vdev_id(struct wlan_objmgr_psoc *psoc,
|
||||
{
|
||||
}
|
||||
|
||||
static inline void
|
||||
ucfg_pre_cac_adapter_set(struct wlan_objmgr_vdev *vdev,
|
||||
bool status)
|
||||
{
|
||||
}
|
||||
|
||||
static inline bool
|
||||
ucfg_pre_cac_adapter_is_active(struct wlan_objmgr_vdev *vdev)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
static inline void
|
||||
ucfg_pre_cac_set_freq(struct wlan_objmgr_vdev *vdev,
|
||||
qdf_freq_t freq)
|
||||
|
Reference in New Issue
Block a user