qcacmn: Fix reo register config for BAR frame routing
Do not configure BAR frame routing keep routing default to WBM release Change-Id: I349e25030bf6e018385dd18e68d4b020b928f152
This commit is contained in:

committed by
Madan Koyyalamudi

parent
7798784bc5
commit
32bc004766
@@ -1,5 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2021 The Linux Foundation. All rights reserved.
|
* Copyright (c) 2021 The Linux Foundation. All rights reserved.
|
||||||
|
* Copyright (c) 2022 Qualcomm Innovation Center, Inc. All rights reserved.
|
||||||
*
|
*
|
||||||
* Permission to use, copy, modify, and/or distribute this software for
|
* Permission to use, copy, modify, and/or distribute this software for
|
||||||
* any purpose with or without fee is hereby granted, provided that the
|
* any purpose with or without fee is hereby granted, provided that the
|
||||||
@@ -80,12 +81,6 @@
|
|||||||
reg_val |= HAL_SM(HWIO_REO_R0_MISC_CTL, \
|
reg_val |= HAL_SM(HWIO_REO_R0_MISC_CTL, \
|
||||||
FRAGMENT_DEST_RING, \
|
FRAGMENT_DEST_RING, \
|
||||||
(reo_params)->frag_dst_ring); \
|
(reo_params)->frag_dst_ring); \
|
||||||
reg_val &= (~HWIO_REO_R0_MISC_CTL_BAR_DEST_RING_BMSK | \
|
|
||||||
(REO_REMAP_TCL << \
|
|
||||||
HWIO_REO_R0_MISC_CTL_BAR_DEST_RING_SHFT)); \
|
|
||||||
HAL_REG_WRITE(soc, \
|
|
||||||
HWIO_REO_R0_MISC_CTL_ADDR(REO_REG_REG_BASE), \
|
|
||||||
reg_val); \
|
|
||||||
} while (0)
|
} while (0)
|
||||||
|
|
||||||
#define HAL_RX_MSDU_DESC_INFO_GET(msdu_details_ptr) \
|
#define HAL_RX_MSDU_DESC_INFO_GET(msdu_details_ptr) \
|
||||||
|
Reference in New Issue
Block a user