qcacmn: Fix compiling error when enable ATH_TX_PRI_OVERRIDE
"(" character should not appear in macro parameter list. Remove this illegal character to avoid compiling error. CRs-Fixed: 2239574 Change-Id: Ie50feb5dacda52edb0b1a4fcdfd516e909c7bda8
This commit is contained in:
@@ -207,7 +207,7 @@ void dp_send_completion_to_stack(struct dp_soc *soc, struct dp_pdev *pdev,
|
||||
#endif
|
||||
|
||||
#ifdef ATH_TX_PRI_OVERRIDE
|
||||
#define DP_TX_TID_OVERRIDE((_msdu_info), _nbuf) \
|
||||
#define DP_TX_TID_OVERRIDE(_msdu_info, _nbuf) \
|
||||
((_msdu_info)->tid = qdf_nbuf_get_priority(_nbuf))
|
||||
#else
|
||||
#define DP_TX_TID_OVERRIDE(_msdu_info, _nbuf)
|
||||
|
Reference in New Issue
Block a user