mirror of
https://github.com/torvalds/linux.git
synced 2024-12-29 06:12:08 +00:00
staging: vt6655: dead code remove typedef enum _CARD_PHY_TYPE
Removing unused eCurrentPHYType Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
d1ab52011c
commit
b40d821dcc
@ -51,13 +51,6 @@
|
||||
#define CB_MAX_CHANNEL_5G 42
|
||||
#define CB_MAX_CHANNEL (CB_MAX_CHANNEL_24G+CB_MAX_CHANNEL_5G)
|
||||
|
||||
typedef enum _CARD_PHY_TYPE {
|
||||
PHY_TYPE_11A = 0,
|
||||
PHY_TYPE_11B,
|
||||
PHY_TYPE_11G,
|
||||
PHY_TYPE_AUTO
|
||||
} CARD_PHY_TYPE, *PCARD_PHY_TYPE;
|
||||
|
||||
typedef enum _CARD_PKT_TYPE {
|
||||
PKT_TYPE_802_11_BCN,
|
||||
PKT_TYPE_802_11_MNG,
|
||||
|
@ -320,7 +320,6 @@ struct vnt_private {
|
||||
unsigned char byEIFS;
|
||||
unsigned char bySlot;
|
||||
unsigned char byCWMaxMin;
|
||||
CARD_PHY_TYPE eCurrentPHYType;
|
||||
|
||||
VIA_BB_TYPE byBBType; /* 0:11A, 1:11B, 2:11G */
|
||||
VIA_PKT_TYPE byPacketType; /*
|
||||
|
Loading…
Reference in New Issue
Block a user