qcacmn: Add change to modify if to ifdef
Add change to modify if to ifdef Change-Id: I49e3841deb4168cbbc4e0a4f045413717aa97d2a CRs-Fixed: 3050747
这个提交包含在:
@@ -494,7 +494,7 @@ int htt_srng_setup(struct htt_soc *soc, int mac_id,
|
||||
htt_ring_id = HTT_RXDMA_NON_MONITOR_DEST_RING;
|
||||
htt_ring_type = HTT_HW_TO_SW_RING;
|
||||
break;
|
||||
#if QCA_MONITOR_2_0_SUPPORT_WAR
|
||||
#ifdef QCA_MONITOR_2_0_SUPPORT_WAR
|
||||
// WAR till fw htt.h changes are merged
|
||||
case TX_MONITOR_BUF:
|
||||
htt_ring_id = HTT_TX_MON_HOST2MON_BUF_RING;
|
||||
|
在新工单中引用
屏蔽一个用户