mirror of
https://github.com/RinCat/RTL88x2BU-Linux-Driver.git
synced 2024-11-14 11:12:51 +00:00
325 lines
12 KiB
C
325 lines
12 KiB
C
|
/******************************************************************************
|
||
|
*
|
||
|
* Copyright(c) 2007 - 2017 Realtek Corporation.
|
||
|
*
|
||
|
* This program is free software; you can redistribute it and/or modify it
|
||
|
* under the terms of version 2 of the GNU General Public License as
|
||
|
* published by the Free Software Foundation.
|
||
|
*
|
||
|
* This program is distributed in the hope that it will be useful, but WITHOUT
|
||
|
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||
|
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
||
|
* more details.
|
||
|
*
|
||
|
* The full GNU General Public License is included in this distribution in the
|
||
|
* file called LICENSE.
|
||
|
*
|
||
|
* Contact Information:
|
||
|
* wlanfae <wlanfae@realtek.com>
|
||
|
* Realtek Corporation, No. 2, Innovation Road II, Hsinchu Science Park,
|
||
|
* Hsinchu 300, Taiwan.
|
||
|
*
|
||
|
* Larry Finger <Larry.Finger@lwfinger.net>
|
||
|
*
|
||
|
*****************************************************************************/
|
||
|
|
||
|
/*Image2HeaderVersion: R3 1.0*/
|
||
|
#if (RTL8822B_SUPPORT == 1)
|
||
|
#ifndef __INC_MP_RF_HW_IMG_8822B_H
|
||
|
#define __INC_MP_RF_HW_IMG_8822B_H
|
||
|
|
||
|
|
||
|
/******************************************************************************
|
||
|
* radioa.TXT
|
||
|
******************************************************************************/
|
||
|
|
||
|
void
|
||
|
odm_read_and_config_mp_8822b_radioa(/* tc: Test Chip, mp: mp Chip*/
|
||
|
struct dm_struct *dm
|
||
|
);
|
||
|
u32 odm_get_version_mp_8822b_radioa(void);
|
||
|
|
||
|
/******************************************************************************
|
||
|
* radiob.TXT
|
||
|
******************************************************************************/
|
||
|
|
||
|
void
|
||
|
odm_read_and_config_mp_8822b_radiob(/* tc: Test Chip, mp: mp Chip*/
|
||
|
struct dm_struct *dm
|
||
|
);
|
||
|
u32 odm_get_version_mp_8822b_radiob(void);
|
||
|
|
||
|
/******************************************************************************
|
||
|
* txpowertrack.TXT
|
||
|
******************************************************************************/
|
||
|
|
||
|
void
|
||
|
odm_read_and_config_mp_8822b_txpowertrack(/* tc: Test Chip, mp: mp Chip*/
|
||
|
struct dm_struct *dm
|
||
|
);
|
||
|
u32 odm_get_version_mp_8822b_txpowertrack(void);
|
||
|
|
||
|
/******************************************************************************
|
||
|
* txpowertrack_type0.TXT
|
||
|
******************************************************************************/
|
||
|
|
||
|
void
|
||
|
odm_read_and_config_mp_8822b_txpowertrack_type0(/* tc: Test Chip, mp: mp Chip*/
|
||
|
struct dm_struct *dm
|
||
|
);
|
||
|
u32 odm_get_version_mp_8822b_txpowertrack_type0(void);
|
||
|
|
||
|
/******************************************************************************
|
||
|
* txpowertrack_type1.TXT
|
||
|
******************************************************************************/
|
||
|
|
||
|
void
|
||
|
odm_read_and_config_mp_8822b_txpowertrack_type1(/* tc: Test Chip, mp: mp Chip*/
|
||
|
struct dm_struct *dm
|
||
|
);
|
||
|
u32 odm_get_version_mp_8822b_txpowertrack_type1(void);
|
||
|
|
||
|
/******************************************************************************
|
||
|
* txpowertrack_type10.TXT
|
||
|
******************************************************************************/
|
||
|
|
||
|
void
|
||
|
odm_read_and_config_mp_8822b_txpowertrack_type10(/* tc: Test Chip, mp: mp Chip*/
|
||
|
struct dm_struct *dm
|
||
|
);
|
||
|
u32 odm_get_version_mp_8822b_txpowertrack_type10(void);
|
||
|
|
||
|
/******************************************************************************
|
||
|
* txpowertrack_type11.TXT
|
||
|
******************************************************************************/
|
||
|
|
||
|
void
|
||
|
odm_read_and_config_mp_8822b_txpowertrack_type11(/* tc: Test Chip, mp: mp Chip*/
|
||
|
struct dm_struct *dm
|
||
|
);
|
||
|
u32 odm_get_version_mp_8822b_txpowertrack_type11(void);
|
||
|
|
||
|
/******************************************************************************
|
||
|
* txpowertrack_type12.TXT
|
||
|
******************************************************************************/
|
||
|
|
||
|
void
|
||
|
odm_read_and_config_mp_8822b_txpowertrack_type12(/* tc: Test Chip, mp: mp Chip*/
|
||
|
struct dm_struct *dm
|
||
|
);
|
||
|
u32 odm_get_version_mp_8822b_txpowertrack_type12(void);
|
||
|
|
||
|
/******************************************************************************
|
||
|
* txpowertrack_type13.TXT
|
||
|
******************************************************************************/
|
||
|
|
||
|
void
|
||
|
odm_read_and_config_mp_8822b_txpowertrack_type13(/* tc: Test Chip, mp: mp Chip*/
|
||
|
struct dm_struct *dm
|
||
|
);
|
||
|
u32 odm_get_version_mp_8822b_txpowertrack_type13(void);
|
||
|
|
||
|
/******************************************************************************
|
||
|
* txpowertrack_type14.TXT
|
||
|
******************************************************************************/
|
||
|
|
||
|
void
|
||
|
odm_read_and_config_mp_8822b_txpowertrack_type14(/* tc: Test Chip, mp: mp Chip*/
|
||
|
struct dm_struct *dm
|
||
|
);
|
||
|
u32 odm_get_version_mp_8822b_txpowertrack_type14(void);
|
||
|
|
||
|
/******************************************************************************
|
||
|
* txpowertrack_type15.TXT
|
||
|
******************************************************************************/
|
||
|
|
||
|
void
|
||
|
odm_read_and_config_mp_8822b_txpowertrack_type15(/* tc: Test Chip, mp: mp Chip*/
|
||
|
struct dm_struct *dm
|
||
|
);
|
||
|
u32 odm_get_version_mp_8822b_txpowertrack_type15(void);
|
||
|
|
||
|
/******************************************************************************
|
||
|
* txpowertrack_type16.TXT
|
||
|
******************************************************************************/
|
||
|
|
||
|
void
|
||
|
odm_read_and_config_mp_8822b_txpowertrack_type16(/* tc: Test Chip, mp: mp Chip*/
|
||
|
struct dm_struct *dm
|
||
|
);
|
||
|
u32 odm_get_version_mp_8822b_txpowertrack_type16(void);
|
||
|
|
||
|
/******************************************************************************
|
||
|
* txpowertrack_type17.TXT
|
||
|
******************************************************************************/
|
||
|
|
||
|
void
|
||
|
odm_read_and_config_mp_8822b_txpowertrack_type17(/* tc: Test Chip, mp: mp Chip*/
|
||
|
struct dm_struct *dm
|
||
|
);
|
||
|
u32 odm_get_version_mp_8822b_txpowertrack_type17(void);
|
||
|
|
||
|
/******************************************************************************
|
||
|
* txpowertrack_type2.TXT
|
||
|
******************************************************************************/
|
||
|
|
||
|
void
|
||
|
odm_read_and_config_mp_8822b_txpowertrack_type2(/* tc: Test Chip, mp: mp Chip*/
|
||
|
struct dm_struct *dm
|
||
|
);
|
||
|
u32 odm_get_version_mp_8822b_txpowertrack_type2(void);
|
||
|
|
||
|
/******************************************************************************
|
||
|
* txpowertrack_type3_type5.TXT
|
||
|
******************************************************************************/
|
||
|
|
||
|
void
|
||
|
odm_read_and_config_mp_8822b_txpowertrack_type3_type5(/* tc: Test Chip, mp: mp Chip*/
|
||
|
struct dm_struct *dm
|
||
|
);
|
||
|
u32 odm_get_version_mp_8822b_txpowertrack_type3_type5(void);
|
||
|
|
||
|
/******************************************************************************
|
||
|
* txpowertrack_type4.TXT
|
||
|
******************************************************************************/
|
||
|
|
||
|
void
|
||
|
odm_read_and_config_mp_8822b_txpowertrack_type4(/* tc: Test Chip, mp: mp Chip*/
|
||
|
struct dm_struct *dm
|
||
|
);
|
||
|
u32 odm_get_version_mp_8822b_txpowertrack_type4(void);
|
||
|
|
||
|
/******************************************************************************
|
||
|
* txpowertrack_type6.TXT
|
||
|
******************************************************************************/
|
||
|
|
||
|
void
|
||
|
odm_read_and_config_mp_8822b_txpowertrack_type6(/* tc: Test Chip, mp: mp Chip*/
|
||
|
struct dm_struct *dm
|
||
|
);
|
||
|
u32 odm_get_version_mp_8822b_txpowertrack_type6(void);
|
||
|
|
||
|
/******************************************************************************
|
||
|
* txpowertrack_type7.TXT
|
||
|
******************************************************************************/
|
||
|
|
||
|
void
|
||
|
odm_read_and_config_mp_8822b_txpowertrack_type7(/* tc: Test Chip, mp: mp Chip*/
|
||
|
struct dm_struct *dm
|
||
|
);
|
||
|
u32 odm_get_version_mp_8822b_txpowertrack_type7(void);
|
||
|
|
||
|
/******************************************************************************
|
||
|
* txpowertrack_type8.TXT
|
||
|
******************************************************************************/
|
||
|
|
||
|
void
|
||
|
odm_read_and_config_mp_8822b_txpowertrack_type8(/* tc: Test Chip, mp: mp Chip*/
|
||
|
struct dm_struct *dm
|
||
|
);
|
||
|
u32 odm_get_version_mp_8822b_txpowertrack_type8(void);
|
||
|
|
||
|
/******************************************************************************
|
||
|
* txpowertrack_type9.TXT
|
||
|
******************************************************************************/
|
||
|
|
||
|
void
|
||
|
odm_read_and_config_mp_8822b_txpowertrack_type9(/* tc: Test Chip, mp: mp Chip*/
|
||
|
struct dm_struct *dm
|
||
|
);
|
||
|
u32 odm_get_version_mp_8822b_txpowertrack_type9(void);
|
||
|
|
||
|
/******************************************************************************
|
||
|
* txpwr_lmt.TXT
|
||
|
******************************************************************************/
|
||
|
|
||
|
void
|
||
|
odm_read_and_config_mp_8822b_txpwr_lmt(/* tc: Test Chip, mp: mp Chip*/
|
||
|
struct dm_struct *dm
|
||
|
);
|
||
|
u32 odm_get_version_mp_8822b_txpwr_lmt(void);
|
||
|
|
||
|
/******************************************************************************
|
||
|
* txpwr_lmt_type12.TXT
|
||
|
******************************************************************************/
|
||
|
|
||
|
void
|
||
|
odm_read_and_config_mp_8822b_txpwr_lmt_type12(/* tc: Test Chip, mp: mp Chip*/
|
||
|
struct dm_struct *dm
|
||
|
);
|
||
|
u32 odm_get_version_mp_8822b_txpwr_lmt_type12(void);
|
||
|
|
||
|
/******************************************************************************
|
||
|
* txpwr_lmt_type15.TXT
|
||
|
******************************************************************************/
|
||
|
|
||
|
void
|
||
|
odm_read_and_config_mp_8822b_txpwr_lmt_type15(/* tc: Test Chip, mp: mp Chip*/
|
||
|
struct dm_struct *dm
|
||
|
);
|
||
|
u32 odm_get_version_mp_8822b_txpwr_lmt_type15(void);
|
||
|
|
||
|
/******************************************************************************
|
||
|
* txpwr_lmt_type16.TXT
|
||
|
******************************************************************************/
|
||
|
|
||
|
void
|
||
|
odm_read_and_config_mp_8822b_txpwr_lmt_type16(/* tc: Test Chip, mp: mp Chip*/
|
||
|
struct dm_struct *dm
|
||
|
);
|
||
|
u32 odm_get_version_mp_8822b_txpwr_lmt_type16(void);
|
||
|
|
||
|
/******************************************************************************
|
||
|
* txpwr_lmt_type17.TXT
|
||
|
******************************************************************************/
|
||
|
|
||
|
void
|
||
|
odm_read_and_config_mp_8822b_txpwr_lmt_type17(/* tc: Test Chip, mp: mp Chip*/
|
||
|
struct dm_struct *dm
|
||
|
);
|
||
|
u32 odm_get_version_mp_8822b_txpwr_lmt_type17(void);
|
||
|
|
||
|
/******************************************************************************
|
||
|
* txpwr_lmt_type2.TXT
|
||
|
******************************************************************************/
|
||
|
|
||
|
void
|
||
|
odm_read_and_config_mp_8822b_txpwr_lmt_type2(/* tc: Test Chip, mp: mp Chip*/
|
||
|
struct dm_struct *dm
|
||
|
);
|
||
|
u32 odm_get_version_mp_8822b_txpwr_lmt_type2(void);
|
||
|
|
||
|
/******************************************************************************
|
||
|
* txpwr_lmt_type3.TXT
|
||
|
******************************************************************************/
|
||
|
|
||
|
void
|
||
|
odm_read_and_config_mp_8822b_txpwr_lmt_type3(/* tc: Test Chip, mp: mp Chip*/
|
||
|
struct dm_struct *dm
|
||
|
);
|
||
|
u32 odm_get_version_mp_8822b_txpwr_lmt_type3(void);
|
||
|
|
||
|
/******************************************************************************
|
||
|
* txpwr_lmt_type4.TXT
|
||
|
******************************************************************************/
|
||
|
|
||
|
void
|
||
|
odm_read_and_config_mp_8822b_txpwr_lmt_type4(/* tc: Test Chip, mp: mp Chip*/
|
||
|
struct dm_struct *dm
|
||
|
);
|
||
|
u32 odm_get_version_mp_8822b_txpwr_lmt_type4(void);
|
||
|
|
||
|
/******************************************************************************
|
||
|
* txpwr_lmt_type5.TXT
|
||
|
******************************************************************************/
|
||
|
|
||
|
void
|
||
|
odm_read_and_config_mp_8822b_txpwr_lmt_type5(/* tc: Test Chip, mp: mp Chip*/
|
||
|
struct dm_struct *dm
|
||
|
);
|
||
|
u32 odm_get_version_mp_8822b_txpwr_lmt_type5(void);
|
||
|
|
||
|
#endif
|
||
|
#endif /* end of HWIMG_SUPPORT*/
|
||
|
|