Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit df8501c9 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman
Browse files

Staging: brcm80211: remove CONST definition



Use 'const', it's the correct thing to do.

Cc: Brett Rudley <brudley@broadcom.com>
Cc: Henry Ptasinski <henryp@broadcom.com>
Cc: Nohee Ko <noheek@broadcom.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 3deea904
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -56,7 +56,6 @@
#define BCMOVERLAY1DATA(_sym)	_sym
#define BCMOVERLAY1FN(_fn)	_fn
#define BCMOVERLAYERRFN(_fn)	_fn
#define CONST	const
#ifdef mips
#define BCMFASTPATH		__attribute__ ((__section__(".text.fastpath")))
#else
+9 −9
Original line number Diff line number Diff line
@@ -544,11 +544,11 @@ static const s8 lcnphy_gain_index_offset_for_rssi[] = {
	-2
};

extern CONST u8 spur_tbl_rev0[];
extern CONST uint32 dot11lcnphytbl_rx_gain_info_sz_rev1;
extern CONST dot11lcnphytbl_info_t dot11lcnphytbl_rx_gain_info_rev1[];
extern CONST dot11lcnphytbl_info_t dot11lcn_sw_ctrl_tbl_info_4313_bt_epa;
extern CONST dot11lcnphytbl_info_t dot11lcn_sw_ctrl_tbl_info_4313_bt_epa_p250;
extern const u8 spur_tbl_rev0[];
extern const uint32 dot11lcnphytbl_rx_gain_info_sz_rev1;
extern const dot11lcnphytbl_info_t dot11lcnphytbl_rx_gain_info_rev1[];
extern const dot11lcnphytbl_info_t dot11lcn_sw_ctrl_tbl_info_4313_bt_epa;
extern const dot11lcnphytbl_info_t dot11lcn_sw_ctrl_tbl_info_4313_bt_epa_p250;

typedef struct _chan_info_2064_lcnphy {
	uint chan;
@@ -1049,7 +1049,7 @@ void wlc_lcnphy_read_table(phy_info_t *pi, phytbl_info_t *pti)

static void
wlc_lcnphy_common_read_table(phy_info_t *pi, uint32 tbl_id,
			     CONST void *tbl_ptr, uint32 tbl_len,
			     const void *tbl_ptr, uint32 tbl_len,
			     uint32 tbl_width, uint32 tbl_offset)
{
	phytbl_info_t tab;
@@ -1063,7 +1063,7 @@ wlc_lcnphy_common_read_table(phy_info_t *pi, uint32 tbl_id,

static void
wlc_lcnphy_common_write_table(phy_info_t *pi, uint32 tbl_id,
			      CONST void *tbl_ptr, uint32 tbl_len,
			      const void *tbl_ptr, uint32 tbl_len,
			      uint32 tbl_width, uint32 tbl_offset)
{

@@ -1975,13 +1975,13 @@ wlc_lcnphy_tx_iqlo_cal(phy_info_t *pi,
	write_phy_reg(pi, 0x93d, 0xc0);

	wlc_lcnphy_common_write_table(pi, LCNPHY_TBL_ID_IQLOCAL,
				      (CONST void *)
				      (const void *)
				      lcnphy_iqcal_loft_gainladder,
				      ARRAYSIZE(lcnphy_iqcal_loft_gainladder),
				      16, 0);

	wlc_lcnphy_common_write_table(pi, LCNPHY_TBL_ID_IQLOCAL,
				      (CONST void *)lcnphy_iqcal_ir_gainladder,
				      (const void *)lcnphy_iqcal_ir_gainladder,
				      ARRAYSIZE(lcnphy_iqcal_ir_gainladder), 16,
				      32);

+50 −50
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@
#include <wlc_phy_int.h>
#include <wlc_phytbl_lcn.h>

CONST uint32 dot11lcn_gain_tbl_rev0[] = {
const uint32 dot11lcn_gain_tbl_rev0[] = {
	0x00000000,
	0x00000000,
	0x00000000,
@@ -118,7 +118,7 @@ CONST uint32 dot11lcn_gain_tbl_rev0[] = {
	0x00000000,
};

CONST uint32 dot11lcn_gain_tbl_rev1[] = {
const uint32 dot11lcn_gain_tbl_rev1[] = {
	0x00000000,
	0x00000000,
	0x00000000,
@@ -217,7 +217,7 @@ CONST uint32 dot11lcn_gain_tbl_rev1[] = {
	0x00000000,
};

CONST uint16 dot11lcn_aux_gain_idx_tbl_rev0[] = {
const uint16 dot11lcn_aux_gain_idx_tbl_rev0[] = {
	0x0401,
	0x0402,
	0x0403,
@@ -258,7 +258,7 @@ CONST uint16 dot11lcn_aux_gain_idx_tbl_rev0[] = {
	0x0000,
};

CONST uint32 dot11lcn_gain_idx_tbl_rev0[] = {
const uint32 dot11lcn_gain_idx_tbl_rev0[] = {
	0x00000000,
	0x00000000,
	0x10000000,
@@ -409,7 +409,7 @@ CONST uint32 dot11lcn_gain_idx_tbl_rev0[] = {
	0x0000001c,
};

CONST uint16 dot11lcn_aux_gain_idx_tbl_2G[] = {
const uint16 dot11lcn_aux_gain_idx_tbl_2G[] = {
	0x0000,
	0x0000,
	0x0000,
@@ -450,7 +450,7 @@ CONST uint16 dot11lcn_aux_gain_idx_tbl_2G[] = {
	0x0000
};

CONST u8 dot11lcn_gain_val_tbl_2G[] = {
const u8 dot11lcn_gain_val_tbl_2G[] = {
	0xfc,
	0x02,
	0x08,
@@ -521,7 +521,7 @@ CONST u8 dot11lcn_gain_val_tbl_2G[] = {
	0x00
};

CONST uint32 dot11lcn_gain_idx_tbl_2G[] = {
const uint32 dot11lcn_gain_idx_tbl_2G[] = {
	0x00000000,
	0x00000000,
	0x00000000,
@@ -676,7 +676,7 @@ CONST uint32 dot11lcn_gain_idx_tbl_2G[] = {
	0x00000000
};

CONST uint32 dot11lcn_gain_tbl_2G[] = {
const uint32 dot11lcn_gain_tbl_2G[] = {
	0x00000000,
	0x00000004,
	0x00000008,
@@ -775,7 +775,7 @@ CONST uint32 dot11lcn_gain_tbl_2G[] = {
	0x00000000
};

CONST uint32 dot11lcn_gain_tbl_extlna_2G[] = {
const uint32 dot11lcn_gain_tbl_extlna_2G[] = {
	0x00000000,
	0x00000004,
	0x00000008,
@@ -874,7 +874,7 @@ CONST uint32 dot11lcn_gain_tbl_extlna_2G[] = {
	0x00000000
};

CONST uint16 dot11lcn_aux_gain_idx_tbl_extlna_2G[] = {
const uint16 dot11lcn_aux_gain_idx_tbl_extlna_2G[] = {
	0x0400,
	0x0400,
	0x0400,
@@ -915,7 +915,7 @@ CONST uint16 dot11lcn_aux_gain_idx_tbl_extlna_2G[] = {
	0x0000
};

CONST u8 dot11lcn_gain_val_tbl_extlna_2G[] = {
const u8 dot11lcn_gain_val_tbl_extlna_2G[] = {
	0xfc,
	0x02,
	0x08,
@@ -986,7 +986,7 @@ CONST u8 dot11lcn_gain_val_tbl_extlna_2G[] = {
	0x00
};

CONST uint32 dot11lcn_gain_idx_tbl_extlna_2G[] = {
const uint32 dot11lcn_gain_idx_tbl_extlna_2G[] = {
	0x00000000,
	0x00000040,
	0x00000000,
@@ -1141,7 +1141,7 @@ CONST uint32 dot11lcn_gain_idx_tbl_extlna_2G[] = {
	0x00000000
};

CONST uint32 dot11lcn_aux_gain_idx_tbl_5G[] = {
const uint32 dot11lcn_aux_gain_idx_tbl_5G[] = {
	0x0000,
	0x0000,
	0x0000,
@@ -1182,7 +1182,7 @@ CONST uint32 dot11lcn_aux_gain_idx_tbl_5G[] = {
	0x0000
};

CONST uint32 dot11lcn_gain_val_tbl_5G[] = {
const uint32 dot11lcn_gain_val_tbl_5G[] = {
	0xf7,
	0xfd,
	0x00,
@@ -1253,7 +1253,7 @@ CONST uint32 dot11lcn_gain_val_tbl_5G[] = {
	0x00
};

CONST uint32 dot11lcn_gain_idx_tbl_5G[] = {
const uint32 dot11lcn_gain_idx_tbl_5G[] = {
	0x00000000,
	0x00000000,
	0x00000000,
@@ -1408,7 +1408,7 @@ CONST uint32 dot11lcn_gain_idx_tbl_5G[] = {
	0x00000000
};

CONST uint32 dot11lcn_gain_tbl_5G[] = {
const uint32 dot11lcn_gain_tbl_5G[] = {
	0x00000000,
	0x00000040,
	0x00000080,
@@ -1507,7 +1507,7 @@ CONST uint32 dot11lcn_gain_tbl_5G[] = {
	0x00000000
};

CONST dot11lcnphytbl_info_t dot11lcnphytbl_rx_gain_info_rev0[] = {
const dot11lcnphytbl_info_t dot11lcnphytbl_rx_gain_info_rev0[] = {
	{&dot11lcn_gain_tbl_rev0,
	 sizeof(dot11lcn_gain_tbl_rev0) / sizeof(dot11lcn_gain_tbl_rev0[0]), 18,
	 0, 32}
@@ -1522,7 +1522,7 @@ CONST dot11lcnphytbl_info_t dot11lcnphytbl_rx_gain_info_rev0[] = {
	,
};

CONST dot11lcnphytbl_info_t dot11lcnphytbl_rx_gain_info_rev1[] = {
const dot11lcnphytbl_info_t dot11lcnphytbl_rx_gain_info_rev1[] = {
	{&dot11lcn_gain_tbl_rev1,
	 sizeof(dot11lcn_gain_tbl_rev1) / sizeof(dot11lcn_gain_tbl_rev1[0]), 18,
	 0, 32}
@@ -1537,7 +1537,7 @@ CONST dot11lcnphytbl_info_t dot11lcnphytbl_rx_gain_info_rev1[] = {
	,
};

CONST dot11lcnphytbl_info_t dot11lcnphytbl_rx_gain_info_2G_rev2[] = {
const dot11lcnphytbl_info_t dot11lcnphytbl_rx_gain_info_2G_rev2[] = {
	{&dot11lcn_gain_tbl_2G,
	 sizeof(dot11lcn_gain_tbl_2G) / sizeof(dot11lcn_gain_tbl_2G[0]), 18, 0,
	 32}
@@ -1555,7 +1555,7 @@ CONST dot11lcnphytbl_info_t dot11lcnphytbl_rx_gain_info_2G_rev2[] = {
	 17, 0, 8}
};

CONST dot11lcnphytbl_info_t dot11lcnphytbl_rx_gain_info_5G_rev2[] = {
const dot11lcnphytbl_info_t dot11lcnphytbl_rx_gain_info_5G_rev2[] = {
	{&dot11lcn_gain_tbl_5G,
	 sizeof(dot11lcn_gain_tbl_5G) / sizeof(dot11lcn_gain_tbl_5G[0]), 18, 0,
	 32}
@@ -1573,7 +1573,7 @@ CONST dot11lcnphytbl_info_t dot11lcnphytbl_rx_gain_info_5G_rev2[] = {
	 17, 0, 8}
};

CONST dot11lcnphytbl_info_t dot11lcnphytbl_rx_gain_info_extlna_2G_rev2[] = {
const dot11lcnphytbl_info_t dot11lcnphytbl_rx_gain_info_extlna_2G_rev2[] = {
	{&dot11lcn_gain_tbl_extlna_2G,
	 sizeof(dot11lcn_gain_tbl_extlna_2G) /
	 sizeof(dot11lcn_gain_tbl_extlna_2G[0]), 18, 0, 32}
@@ -1591,7 +1591,7 @@ CONST dot11lcnphytbl_info_t dot11lcnphytbl_rx_gain_info_extlna_2G_rev2[] = {
	 sizeof(dot11lcn_gain_val_tbl_extlna_2G[0]), 17, 0, 8}
};

CONST dot11lcnphytbl_info_t dot11lcnphytbl_rx_gain_info_extlna_5G_rev2[] = {
const dot11lcnphytbl_info_t dot11lcnphytbl_rx_gain_info_extlna_5G_rev2[] = {
	{&dot11lcn_gain_tbl_5G,
	 sizeof(dot11lcn_gain_tbl_5G) / sizeof(dot11lcn_gain_tbl_5G[0]), 18, 0,
	 32}
@@ -1609,23 +1609,23 @@ CONST dot11lcnphytbl_info_t dot11lcnphytbl_rx_gain_info_extlna_5G_rev2[] = {
	 17, 0, 8}
};

CONST uint32 dot11lcnphytbl_rx_gain_info_sz_rev0 =
const uint32 dot11lcnphytbl_rx_gain_info_sz_rev0 =
    sizeof(dot11lcnphytbl_rx_gain_info_rev0) /
    sizeof(dot11lcnphytbl_rx_gain_info_rev0[0]);

CONST uint32 dot11lcnphytbl_rx_gain_info_sz_rev1 =
const uint32 dot11lcnphytbl_rx_gain_info_sz_rev1 =
    sizeof(dot11lcnphytbl_rx_gain_info_rev1) /
    sizeof(dot11lcnphytbl_rx_gain_info_rev1[0]);

CONST uint32 dot11lcnphytbl_rx_gain_info_2G_rev2_sz =
const uint32 dot11lcnphytbl_rx_gain_info_2G_rev2_sz =
    sizeof(dot11lcnphytbl_rx_gain_info_2G_rev2) /
    sizeof(dot11lcnphytbl_rx_gain_info_2G_rev2[0]);

CONST uint32 dot11lcnphytbl_rx_gain_info_5G_rev2_sz =
const uint32 dot11lcnphytbl_rx_gain_info_5G_rev2_sz =
    sizeof(dot11lcnphytbl_rx_gain_info_5G_rev2) /
    sizeof(dot11lcnphytbl_rx_gain_info_5G_rev2[0]);

CONST uint16 dot11lcn_min_sig_sq_tbl_rev0[] = {
const uint16 dot11lcn_min_sig_sq_tbl_rev0[] = {
	0x014d,
	0x014d,
	0x014d,
@@ -1692,7 +1692,7 @@ CONST uint16 dot11lcn_min_sig_sq_tbl_rev0[] = {
	0x014d,
};

CONST uint16 dot11lcn_noise_scale_tbl_rev0[] = {
const uint16 dot11lcn_noise_scale_tbl_rev0[] = {
	0x0000,
	0x0000,
	0x0000,
@@ -1759,7 +1759,7 @@ CONST uint16 dot11lcn_noise_scale_tbl_rev0[] = {
	0x0000,
};

CONST uint32 dot11lcn_fltr_ctrl_tbl_rev0[] = {
const uint32 dot11lcn_fltr_ctrl_tbl_rev0[] = {
	0x000141f8,
	0x000021f8,
	0x000021fb,
@@ -1772,7 +1772,7 @@ CONST uint32 dot11lcn_fltr_ctrl_tbl_rev0[] = {
	0x0000024b,
};

CONST uint32 dot11lcn_ps_ctrl_tbl_rev0[] = {
const uint32 dot11lcn_ps_ctrl_tbl_rev0[] = {
	0x00100001,
	0x00200010,
	0x00300001,
@@ -1795,7 +1795,7 @@ CONST uint32 dot11lcn_ps_ctrl_tbl_rev0[] = {
	0x00600f22,
};

CONST uint16 dot11lcn_sw_ctrl_tbl_4313_epa_rev0_combo[] = {
const uint16 dot11lcn_sw_ctrl_tbl_4313_epa_rev0_combo[] = {
	0x0007,
	0x0005,
	0x0006,
@@ -1863,7 +1863,7 @@ CONST uint16 dot11lcn_sw_ctrl_tbl_4313_epa_rev0_combo[] = {

};

CONST uint16 dot11lcn_sw_ctrl_tbl_4313_bt_epa_p250_rev0[] = {
const uint16 dot11lcn_sw_ctrl_tbl_4313_bt_epa_p250_rev0[] = {
	0x0007,
	0x0005,
	0x0002,
@@ -1930,7 +1930,7 @@ CONST uint16 dot11lcn_sw_ctrl_tbl_4313_bt_epa_p250_rev0[] = {
	0x0002,
};

CONST uint16 dot11lcn_sw_ctrl_tbl_4313_epa_rev0[] = {
const uint16 dot11lcn_sw_ctrl_tbl_4313_epa_rev0[] = {
	0x0002,
	0x0008,
	0x0004,
@@ -1997,7 +1997,7 @@ CONST uint16 dot11lcn_sw_ctrl_tbl_4313_epa_rev0[] = {
	0x0001,
};

CONST uint16 dot11lcn_sw_ctrl_tbl_4313_rev0[] = {
const uint16 dot11lcn_sw_ctrl_tbl_4313_rev0[] = {
	0x000a,
	0x0009,
	0x0006,
@@ -2064,7 +2064,7 @@ CONST uint16 dot11lcn_sw_ctrl_tbl_4313_rev0[] = {
	0x0005,
};

CONST uint16 dot11lcn_sw_ctrl_tbl_rev0[] = {
const uint16 dot11lcn_sw_ctrl_tbl_rev0[] = {
	0x0004,
	0x0004,
	0x0002,
@@ -2131,7 +2131,7 @@ CONST uint16 dot11lcn_sw_ctrl_tbl_rev0[] = {
	0x0002,
};

CONST u8 dot11lcn_nf_table_rev0[] = {
const u8 dot11lcn_nf_table_rev0[] = {
	0x5f,
	0x36,
	0x29,
@@ -2150,7 +2150,7 @@ CONST u8 dot11lcn_nf_table_rev0[] = {
	0x1f,
};

CONST u8 dot11lcn_gain_val_tbl_rev0[] = {
const u8 dot11lcn_gain_val_tbl_rev0[] = {
	0x09,
	0x0f,
	0x14,
@@ -2213,7 +2213,7 @@ CONST u8 dot11lcn_gain_val_tbl_rev0[] = {
	0x00,
};

CONST u8 dot11lcn_spur_tbl_rev0[] = {
const u8 dot11lcn_spur_tbl_rev0[] = {
	0x01,
	0x01,
	0x01,
@@ -2344,7 +2344,7 @@ CONST u8 dot11lcn_spur_tbl_rev0[] = {
	0x01,
};

CONST uint16 dot11lcn_unsup_mcs_tbl_rev0[] = {
const uint16 dot11lcn_unsup_mcs_tbl_rev0[] = {
	0x001a,
	0x0034,
	0x004e,
@@ -2501,7 +2501,7 @@ CONST uint16 dot11lcn_unsup_mcs_tbl_rev0[] = {
	0x06f6,
};

CONST uint16 dot11lcn_iq_local_tbl_rev0[] = {
const uint16 dot11lcn_iq_local_tbl_rev0[] = {
	0x0200,
	0x0300,
	0x0400,
@@ -2612,7 +2612,7 @@ CONST uint16 dot11lcn_iq_local_tbl_rev0[] = {
	0x0000,
};

CONST uint32 dot11lcn_papd_compdelta_tbl_rev0[] = {
const uint32 dot11lcn_papd_compdelta_tbl_rev0[] = {
	0x00080000,
	0x00080000,
	0x00080000,
@@ -2775,7 +2775,7 @@ CONST uint32 dot11lcn_papd_compdelta_tbl_rev0[] = {
	0x00080000,
};

CONST dot11lcnphytbl_info_t dot11lcnphytbl_info_rev0[] = {
const dot11lcnphytbl_info_t dot11lcnphytbl_info_rev0[] = {
	{&dot11lcn_min_sig_sq_tbl_rev0,
	 sizeof(dot11lcn_min_sig_sq_tbl_rev0) /
	 sizeof(dot11lcn_min_sig_sq_tbl_rev0[0]), 2, 0, 16}
@@ -2834,34 +2834,34 @@ CONST dot11lcnphytbl_info_t dot11lcnphytbl_info_rev0[] = {
	,
};

CONST dot11lcnphytbl_info_t dot11lcn_sw_ctrl_tbl_info_4313 = {
const dot11lcnphytbl_info_t dot11lcn_sw_ctrl_tbl_info_4313 = {
	&dot11lcn_sw_ctrl_tbl_4313_rev0,
	    sizeof(dot11lcn_sw_ctrl_tbl_4313_rev0) /
	    sizeof(dot11lcn_sw_ctrl_tbl_4313_rev0[0]), 15, 0, 16
};

CONST dot11lcnphytbl_info_t dot11lcn_sw_ctrl_tbl_info_4313_epa = {
const dot11lcnphytbl_info_t dot11lcn_sw_ctrl_tbl_info_4313_epa = {
	&dot11lcn_sw_ctrl_tbl_4313_epa_rev0,
	    sizeof(dot11lcn_sw_ctrl_tbl_4313_epa_rev0) /
	    sizeof(dot11lcn_sw_ctrl_tbl_4313_epa_rev0[0]), 15, 0, 16
};

CONST dot11lcnphytbl_info_t dot11lcn_sw_ctrl_tbl_info_4313_bt_epa = {
const dot11lcnphytbl_info_t dot11lcn_sw_ctrl_tbl_info_4313_bt_epa = {
	&dot11lcn_sw_ctrl_tbl_4313_epa_rev0_combo,
	    sizeof(dot11lcn_sw_ctrl_tbl_4313_epa_rev0_combo) /
	    sizeof(dot11lcn_sw_ctrl_tbl_4313_epa_rev0_combo[0]), 15, 0, 16
};

CONST dot11lcnphytbl_info_t dot11lcn_sw_ctrl_tbl_info_4313_bt_epa_p250 = {
const dot11lcnphytbl_info_t dot11lcn_sw_ctrl_tbl_info_4313_bt_epa_p250 = {
	&dot11lcn_sw_ctrl_tbl_4313_bt_epa_p250_rev0,
	    sizeof(dot11lcn_sw_ctrl_tbl_4313_bt_epa_p250_rev0) /
	    sizeof(dot11lcn_sw_ctrl_tbl_4313_bt_epa_p250_rev0[0]), 15, 0, 16
};

CONST uint32 dot11lcnphytbl_info_sz_rev0 =
const uint32 dot11lcnphytbl_info_sz_rev0 =
    sizeof(dot11lcnphytbl_info_rev0) / sizeof(dot11lcnphytbl_info_rev0[0]);

CONST lcnphy_tx_gain_tbl_entry dot11lcnphy_2GHz_extPA_gaintable_rev0[128] = {
const lcnphy_tx_gain_tbl_entry dot11lcnphy_2GHz_extPA_gaintable_rev0[128] = {
	{3, 0, 31, 0, 72,}
	,
	{3, 0, 31, 0, 70,}
@@ -3120,7 +3120,7 @@ CONST lcnphy_tx_gain_tbl_entry dot11lcnphy_2GHz_extPA_gaintable_rev0[128] = {
	,
};

CONST lcnphy_tx_gain_tbl_entry dot11lcnphy_2GHz_gaintable_rev0[128] = {
const lcnphy_tx_gain_tbl_entry dot11lcnphy_2GHz_gaintable_rev0[128] = {
	{7, 0, 31, 0, 72,}
	,
	{7, 0, 31, 0, 70,}
@@ -3379,7 +3379,7 @@ CONST lcnphy_tx_gain_tbl_entry dot11lcnphy_2GHz_gaintable_rev0[128] = {
	,
};

CONST lcnphy_tx_gain_tbl_entry dot11lcnphy_5GHz_gaintable_rev0[128] = {
const lcnphy_tx_gain_tbl_entry dot11lcnphy_5GHz_gaintable_rev0[128] = {
	{255, 255, 0xf0, 0, 152,}
	,
	{255, 255, 0xf0, 0, 147,}
+16 −16
Original line number Diff line number Diff line
@@ -16,24 +16,24 @@

typedef phytbl_info_t dot11lcnphytbl_info_t;

extern CONST dot11lcnphytbl_info_t dot11lcnphytbl_rx_gain_info_rev0[];
extern CONST uint32 dot11lcnphytbl_rx_gain_info_sz_rev0;
extern CONST dot11lcnphytbl_info_t dot11lcn_sw_ctrl_tbl_info_4313;
extern CONST dot11lcnphytbl_info_t dot11lcn_sw_ctrl_tbl_info_4313_epa;
extern CONST dot11lcnphytbl_info_t dot11lcn_sw_ctrl_tbl_info_4313_epa_combo;
extern const dot11lcnphytbl_info_t dot11lcnphytbl_rx_gain_info_rev0[];
extern const uint32 dot11lcnphytbl_rx_gain_info_sz_rev0;
extern const dot11lcnphytbl_info_t dot11lcn_sw_ctrl_tbl_info_4313;
extern const dot11lcnphytbl_info_t dot11lcn_sw_ctrl_tbl_info_4313_epa;
extern const dot11lcnphytbl_info_t dot11lcn_sw_ctrl_tbl_info_4313_epa_combo;

extern CONST dot11lcnphytbl_info_t dot11lcnphytbl_info_rev0[];
extern CONST uint32 dot11lcnphytbl_info_sz_rev0;
extern const dot11lcnphytbl_info_t dot11lcnphytbl_info_rev0[];
extern const uint32 dot11lcnphytbl_info_sz_rev0;

extern CONST dot11lcnphytbl_info_t dot11lcnphytbl_rx_gain_info_2G_rev2[];
extern CONST uint32 dot11lcnphytbl_rx_gain_info_2G_rev2_sz;
extern const dot11lcnphytbl_info_t dot11lcnphytbl_rx_gain_info_2G_rev2[];
extern const uint32 dot11lcnphytbl_rx_gain_info_2G_rev2_sz;

extern CONST dot11lcnphytbl_info_t dot11lcnphytbl_rx_gain_info_5G_rev2[];
extern CONST uint32 dot11lcnphytbl_rx_gain_info_5G_rev2_sz;
extern const dot11lcnphytbl_info_t dot11lcnphytbl_rx_gain_info_5G_rev2[];
extern const uint32 dot11lcnphytbl_rx_gain_info_5G_rev2_sz;

extern CONST dot11lcnphytbl_info_t dot11lcnphytbl_rx_gain_info_extlna_2G_rev2[];
extern const dot11lcnphytbl_info_t dot11lcnphytbl_rx_gain_info_extlna_2G_rev2[];

extern CONST dot11lcnphytbl_info_t dot11lcnphytbl_rx_gain_info_extlna_5G_rev2[];
extern const dot11lcnphytbl_info_t dot11lcnphytbl_rx_gain_info_extlna_5G_rev2[];

typedef struct {
	unsigned char gm;
@@ -43,7 +43,7 @@ typedef struct {
	unsigned char bb_mult;
} lcnphy_tx_gain_tbl_entry;

extern CONST lcnphy_tx_gain_tbl_entry dot11lcnphy_2GHz_gaintable_rev0[];
extern CONST lcnphy_tx_gain_tbl_entry dot11lcnphy_2GHz_extPA_gaintable_rev0[];
extern const lcnphy_tx_gain_tbl_entry dot11lcnphy_2GHz_gaintable_rev0[];
extern const lcnphy_tx_gain_tbl_entry dot11lcnphy_2GHz_extPA_gaintable_rev0[];

extern CONST lcnphy_tx_gain_tbl_entry dot11lcnphy_5GHz_gaintable_rev0[];
extern const lcnphy_tx_gain_tbl_entry dot11lcnphy_5GHz_gaintable_rev0[];
+84 −84

File changed.

Preview size limit exceeded, changes collapsed.

Loading