qcacld-3.0: Replace obsolete WMA_LOGI() with wma_info()
Replace obsolete WMA_LOGI() macro with wma_info(). Change-Id: I537751027559f09792b61131b13566c058d03a91 CRs-Fixed: 2722291
This commit is contained in:
@@ -74,8 +74,6 @@
|
||||
#define WMA_INVALID_VDEV_ID 0xFF
|
||||
|
||||
/* Deprecated logging macros, to be removed. Please do not use in new code */
|
||||
#define WMA_LOGI(params ...) \
|
||||
QDF_TRACE_INFO_NO_FL(QDF_MODULE_ID_WMA, params)
|
||||
#define WMA_LOGE(params ...) \
|
||||
QDF_TRACE_ERROR_NO_FL(QDF_MODULE_ID_WMA, params)
|
||||
|
||||
|
@@ -325,13 +325,11 @@ static inline bool wma_is_peer_he_capable(tpAddStaParams params)
|
||||
static inline void wma_set_he_vdev_param(struct wma_txrx_node *intr,
|
||||
WMI_VDEV_PARAM param_id, uint32_t value)
|
||||
{
|
||||
WMA_LOGI(FL("Unable to update WMI_VDEV_PARAM: %0x"), param_id);
|
||||
}
|
||||
|
||||
static inline uint32_t wma_get_he_vdev_param(struct wma_txrx_node *intr,
|
||||
WMI_VDEV_PARAM param_id)
|
||||
{
|
||||
WMA_LOGI(FL("Unable to update WMI_VDEV_PARAM: %0x"), param_id);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user