qcacmn: add recommended err/debug function
add recommended err/debug function Change-Id: Icc6597991f4c05abe1669ae4c5822ce8dea641b6 CRs-Fixed: 3500671
This commit is contained in:

committed by
Rahul Choudhary

parent
5e84f6fe25
commit
6c446e7547
@@ -478,7 +478,7 @@ QDF_STATUS wlan_dfs_pdev_obj_create_notification(struct wlan_objmgr_pdev *pdev,
|
|||||||
|
|
||||||
if (!is_5ghz) {
|
if (!is_5ghz) {
|
||||||
pdev_id = wlan_objmgr_pdev_get_pdev_id(pdev);
|
pdev_id = wlan_objmgr_pdev_get_pdev_id(pdev);
|
||||||
dfs_info(dfs, WLAN_DEBUG_DFS_ALWAYS,
|
dfs_info(dfs, WLAN_DEBUG_DFS,
|
||||||
"Do not allocate DFS object for 2G, pdev_id = %d",
|
"Do not allocate DFS object for 2G, pdev_id = %d",
|
||||||
pdev_id);
|
pdev_id);
|
||||||
return QDF_STATUS_SUCCESS;
|
return QDF_STATUS_SUCCESS;
|
||||||
|
Reference in New Issue
Block a user