qcacld-3.0: Do not unmap mgmt_tx nbuf for HL

Do not unmap mgmt_tx nbuf for HL as the mgmt_tx nbuf is not mapped
in case of HL.

Change-Id: I1e7bf3af09dea357075d897974d3a59e0b439ae4
CRs-Fixed: 2349234
This commit is contained in:
Ajit Pal Singh
2018-11-08 16:37:43 +05:30
committed by nshrivas
부모 67b3174f42
커밋 6190ca2861
2개의 변경된 파일8개의 추가작업 그리고 0개의 파일을 삭제

파일 보기

@@ -2019,8 +2019,14 @@ QDF_STATUS wma_mgmt_unified_cmd_send(struct wlan_objmgr_vdev *vdev,
*
* Return: None
*/
#ifndef CONFIG_HL_SUPPORT
void wma_mgmt_nbuf_unmap_cb(struct wlan_objmgr_pdev *pdev,
qdf_nbuf_t buf);
#else
static inline void wma_mgmt_nbuf_unmap_cb(struct wlan_objmgr_pdev *pdev,
qdf_nbuf_t buf)
{}
#endif
/**
* wma_chan_info_event_handler() - chan info event handler