Staging: bcm: Remove typedef for _CLASSIFICATION_ONLY.
This patch removes typedef for _CLASSIFICATION_ONLY, because it is not being used. Signed-off-by: Kevin McKinney <klmckinney1@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
f428450a5d
commit
0e000c2ee3
@@ -66,16 +66,6 @@ typedef struct _CLASSIFICATION_RULE {
|
||||
USHORT usVcid;
|
||||
} CLASSIFICATION_RULE, *PCLASSIFICATION_RULE;
|
||||
|
||||
typedef struct _CLASSIFICATION_ONLY {
|
||||
USHORT usVcid;
|
||||
ULONG DestIpAddress;
|
||||
ULONG DestIpMask;
|
||||
USHORT usPortLo;
|
||||
USHORT usPortHi;
|
||||
BOOLEAN bIpVersion;
|
||||
UCHAR ucDestinationAddress[16];
|
||||
} CLASSIFICATION_ONLY, *PCLASSIFICATION_ONLY;
|
||||
|
||||
#define MAX_IP_RANGE_LENGTH 4
|
||||
#define MAX_PORT_RANGE 4
|
||||
#define MAX_PROTOCOL_LENGTH 32
|
||||
|
||||
Reference in New Issue
Block a user