Commit ed411756 authored by Bitterblue Smith's avatar Bitterblue Smith Committed by Ping-Ke Shih

wifi: rtlwifi: Add rtl8192du/table.{c,h}

These contain the MAC, BB, RF, and AGC initialisation tables for
RTL8192DU.
Signed-off-by: default avatarBitterblue Smith <rtl8821cerfe2@gmail.com>
Signed-off-by: default avatarPing-Ke Shih <pkshih@realtek.com>
Link: https://msgid.link/5ea548b9-5ec6-4358-aa5d-94071f2341cb@gmail.com
parent b21faf0e
This diff is collapsed.
/* SPDX-License-Identifier: GPL-2.0 */
/* Copyright(c) 2024 Realtek Corporation.*/
#ifndef __RTL92DU_TABLE_H__
#define __RTL92DU_TABLE_H__
#define PHY_REG_2T_ARRAYLENGTH 372
#define PHY_REG_ARRAY_PG_LENGTH 624
#define RADIOA_2T_ARRAYLENGTH 378
#define RADIOB_2T_ARRAYLENGTH 384
#define RADIOA_2T_INT_PA_ARRAYLENGTH 378
#define RADIOB_2T_INT_PA_ARRAYLENGTH 384
#define MAC_2T_ARRAYLENGTH 192
#define AGCTAB_ARRAYLENGTH 386
#define AGCTAB_5G_ARRAYLENGTH 194
#define AGCTAB_2G_ARRAYLENGTH 194
extern const u32 rtl8192du_phy_reg_2tarray[PHY_REG_2T_ARRAYLENGTH];
extern const u32 rtl8192du_phy_reg_array_pg[PHY_REG_ARRAY_PG_LENGTH];
extern const u32 rtl8192du_radioa_2tarray[RADIOA_2T_ARRAYLENGTH];
extern const u32 rtl8192du_radiob_2tarray[RADIOB_2T_ARRAYLENGTH];
extern const u32 rtl8192du_radioa_2t_int_paarray[RADIOA_2T_INT_PA_ARRAYLENGTH];
extern const u32 rtl8192du_radiob_2t_int_paarray[RADIOB_2T_INT_PA_ARRAYLENGTH];
extern const u32 rtl8192du_mac_2tarray[MAC_2T_ARRAYLENGTH];
extern const u32 rtl8192du_agctab_array[AGCTAB_ARRAYLENGTH];
extern const u32 rtl8192du_agctab_5garray[AGCTAB_5G_ARRAYLENGTH];
extern const u32 rtl8192du_agctab_2garray[AGCTAB_2G_ARRAYLENGTH];
#endif
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment