linux/drivers/net/wireless/realtek/rtw88/rtw8703b_tables.c

// SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause
/* Copyright Fiona Klute <[email protected]> */

#include "main.h"
#include "phy.h"
#include "rtw8703b_tables.h"

static const struct rtw_phy_pg_cfg_pair rtw8703b_bb_pg[] =;

RTW_DECL_TABLE_BB_PG();

/* Regd: FCC -> 0, ETSI -> 2, MKK -> 1
 * Band: 2.4G -> 0, 5G -> 1
 * Bandwidth (bw): 20M -> 0, 40M -> 1, 80M -> 2, 160M -> 3
 * Rate Section (rs): CCK -> 0, OFDM -> 1, HT -> 2, VHT -> 3
 */
static const struct rtw_txpwr_lmt_cfg_pair rtw8703b_txpwr_lmt[] =;

RTW_DECL_TABLE_TXPWR_LMT();

static const u32 rtw8703b_mac[] =;

RTW_DECL_TABLE_PHY_COND();

static const u32 rtw8703b_agc[] =;

RTW_DECL_TABLE_PHY_COND();

/* init values for BB registers */
static const u32 rtw8703b_bb[] =;

RTW_DECL_TABLE_PHY_COND();

static const u32 rtw8703b_rf_a[] =;

RTW_DECL_TABLE_RF_RADIO();