qcacmn: Clean up CMN_VDEV_MGR_TGT_IF_ENABLE
WIN and MCL both uses common targer_if code for vdev manager. So legacy code and "CMN_VDEV_MGR_TGT_IF_ENABLE" macro is removed. Change-Id: I2984ae44f3a7cfa01b8f1455353d09deb4db5759 CRs-Fixed: 2503804
This commit is contained in:

committed by
nshrivas

parent
151c4bb3d6
commit
c76db37021
@@ -1051,7 +1051,6 @@ static inline QDF_STATUS mlme_vdev_is_newchan_no_cac(
|
||||
return ret;
|
||||
}
|
||||
|
||||
#ifdef CMN_VDEV_MGR_TGT_IF_ENABLE
|
||||
/**
|
||||
* wlan_vdev_mlme_set_ssid() - set ssid
|
||||
* @vdev: VDEV object
|
||||
@@ -1380,5 +1379,4 @@ static inline uint32_t wlan_vdev_mlme_get_txmgmtrate(
|
||||
|
||||
return vdev_mlme->mgmt.rate_info.tx_mgmt_rate;
|
||||
}
|
||||
#endif /* CMN_VDEV_MGR_TGT_IF_ENABLE */
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user