staging: rtl8188eu: Remove unused structure "rtl8192cd_priv"
Signed-off-by: navin patidar <navin.patidar@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
e194573874
commit
355dbc14af
|
@ -90,14 +90,6 @@
|
||||||
#define ANTTESTA 0x01 /* Ant A will be Testing */
|
#define ANTTESTA 0x01 /* Ant A will be Testing */
|
||||||
#define ANTTESTB 0x02 /* Ant B will be testing */
|
#define ANTTESTB 0x02 /* Ant B will be testing */
|
||||||
|
|
||||||
/* structure and define */
|
|
||||||
|
|
||||||
/* Add for AP/ADSLpseudo DM structuer requirement. */
|
|
||||||
/* We need to remove to other position??? */
|
|
||||||
struct rtl8192cd_priv {
|
|
||||||
u8 temp;
|
|
||||||
};
|
|
||||||
|
|
||||||
struct rtw_dig {
|
struct rtw_dig {
|
||||||
u8 Dig_Enable_Flag;
|
u8 Dig_Enable_Flag;
|
||||||
u8 Dig_Ext_Port_Stage;
|
u8 Dig_Ext_Port_Stage;
|
||||||
|
|
Loading…
Reference in New Issue