staging: rtl8188eu: remove unused enum and CONFIG
The CONFIGs, the enum and the function declaration was not being used anywhere. Signed-off-by: Sudip Mukherjee <sudip@vectorindia.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
ebd21582bd
commit
71d62adb67
2 changed files with 0 additions and 11 deletions
|
@ -918,14 +918,6 @@ enum ODM_RF_CONTENT {
|
|||
odm_radiod_txt = 0x1003
|
||||
};
|
||||
|
||||
enum odm_bb_config_type {
|
||||
CONFIG_BB_PHY_REG,
|
||||
CONFIG_BB_AGC_TAB,
|
||||
CONFIG_BB_AGC_TAB_2G,
|
||||
CONFIG_BB_AGC_TAB_5G,
|
||||
CONFIG_BB_PHY_REG_PG,
|
||||
};
|
||||
|
||||
/* Status code */
|
||||
enum rt_status {
|
||||
RT_STATUS_SUCCESS,
|
||||
|
|
|
@ -120,7 +120,4 @@ void ODM_MacStatusQuery(struct odm_dm_struct *pDM_Odm,
|
|||
bool bPacketToSelf,
|
||||
bool bPacketBeacon);
|
||||
|
||||
enum HAL_STATUS ODM_ConfigBBWithHeaderFile(struct odm_dm_struct *pDM_Odm,
|
||||
enum odm_bb_config_type ConfigType);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue