qcacmn: Set host inspect in the case of wds_ext

Set host inspect in the case of wds_ext

Change-Id: I5d14aede300694faca6bf81813e4f66752419239
CRs-Fixed: 3377865
This commit is contained in:
Sai Rupesh Chevuru
2023-01-05 14:25:39 +05:30
committed by Madan Koyyalamudi
parent 3bf50ce182
commit 9d8b5fa06d
3 changed files with 6 additions and 3 deletions

View File

@@ -2208,12 +2208,12 @@ static inline void dp_srng_mem_free_consistent(struct dp_soc *soc,
#endif /* DP_MEM_PRE_ALLOC */
#ifdef QCA_SUPPORT_WDS_EXTENDED
static bool dp_vdev_is_wds_ext_enabled(struct dp_vdev *vdev)
bool dp_vdev_is_wds_ext_enabled(struct dp_vdev *vdev)
{
return vdev->wds_ext_enabled;
}
#else
static bool dp_vdev_is_wds_ext_enabled(struct dp_vdev *vdev)
bool dp_vdev_is_wds_ext_enabled(struct dp_vdev *vdev)
{
return false;
}