On 5/24/2022 4:34 AM, viktor.barna@xxxxxxxxxx wrote:
From: Viktor Barna <viktor.barna@xxxxxxxxxx> (Part of the split. Please, take a look at the cover letter for more details). Signed-off-by: Viktor Barna <viktor.barna@xxxxxxxxxx> --- drivers/net/wireless/celeno/cl8k/phy.c | 9648 ++++++++++++++++++++++++ 1 file changed, 9648 insertions(+) create mode 100644 drivers/net/wireless/celeno/cl8k/phy.c diff --git a/drivers/net/wireless/celeno/cl8k/phy.c b/drivers/net/wireless/celeno/cl8k/phy.c new file mode 100644 index 000000000000..dfc7f5a95d3d --- /dev/null +++ b/drivers/net/wireless/celeno/cl8k/phy.c @@ -0,0 +1,9648 @@ +// SPDX-License-Identifier: GPL-2.0 OR BSD-2-Clause +/* Copyright(c) 2019-2022, Celeno Communications Ltd. */ + +#include "tx.h" +#include "reg/reg_defs.h" +#include "radio.h" +#include "dsp.h" +#include "rfic.h" +#include "e2p.h" +#include "phy.h" + +#define FEM_LUT_EMPTY 0x0 + +const struct common_lut_line athos_lut_6g_40_mhz[ATHOS_LUT_CHAN_6G_MAX] = {
in this file and in power.c you have multiple lookup tables that look like they could/should be static to limit their scope to the current file