mirror of
https://github.com/aircrack-ng/rtl8812au.git
synced 2024-11-22 13:24:36 +00:00
remove some testchip macros
This commit is contained in:
parent
da4b1aef7a
commit
85f47a6c3a
@ -23,7 +23,7 @@
|
||||
*
|
||||
*****************************************************************************/
|
||||
|
||||
/*@************************************************************
|
||||
/*************************************************************
|
||||
* include files
|
||||
************************************************************/
|
||||
|
||||
@ -31,12 +31,10 @@
|
||||
#include "phydm_precomp.h"
|
||||
|
||||
#define READ_AND_CONFIG_MP(ic, txt) (odm_read_and_config_mp_##ic##txt(dm))
|
||||
#define READ_AND_CONFIG_TC(ic, txt) (odm_read_and_config_tc_##ic##txt(dm))
|
||||
|
||||
#define READ_AND_CONFIG READ_AND_CONFIG_MP
|
||||
|
||||
#define READ_FIRMWARE READ_FIRMWARE_MP
|
||||
#define GET_VERSION_MP(ic, txt) (odm_get_version_mp_##ic##txt())
|
||||
#define GET_VERSION_TC(ic, txt) (odm_get_version_tc_##ic##txt())
|
||||
|
||||
#define GET_VERSION(ic, txt) GET_VERSION_MP(ic,txt)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user