qcacmn: Remove hw_nac_support flag for HKv1
The hw_nac support flag is used for HKv2 only for indicating monitor direct feature in HKv2 HW. This is not required for HKv1 and was added for test purpose only. Change-Id: If44b2acc06d5bf65fcb1934fab2e68c5c7e0f651 Crs-Fixed: 2485142
This commit is contained in:
@@ -9566,7 +9566,6 @@ void *dp_soc_init(void *dpsoc, HTC_HANDLE htc_handle, void *hif_handle)
|
||||
wlan_cfg_set_reo_dst_ring_size(soc->wlan_cfg_ctx,
|
||||
REO_DST_RING_SIZE_QCA8074);
|
||||
wlan_cfg_set_raw_mode_war(soc->wlan_cfg_ctx, true);
|
||||
soc->hw_nac_monitor_support = 1;
|
||||
soc->da_war_enabled = true;
|
||||
break;
|
||||
case TARGET_TYPE_QCA8074V2:
|
||||
|
Reference in New Issue
Block a user