[PATCH 17/18] Staging: bcm: Remove typedef for _E_NWPKT_IPFRAME_TYPE and call directly.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



This patch removes typedef for _E_NWPKT_IPFRAME_TYPE,
and changes the name of the enum to bcm_ip_frame_type.
In addition, any calls to enum "E_NWPKT_IPFRAME_TYPE"
are changed to call directly.

Signed-off-by: Kevin McKinney <klmckinney1@xxxxxxxxx>
---
 drivers/staging/bcm/Protocol.h |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/drivers/staging/bcm/Protocol.h b/drivers/staging/bcm/Protocol.h
index 494cdb1..adfa48d 100644
--- a/drivers/staging/bcm/Protocol.h
+++ b/drivers/staging/bcm/Protocol.h
@@ -23,11 +23,11 @@ struct TransportHeaderT {
 } __packed;
 typedef struct TransportHeaderT xporthdr;
 
-typedef enum _E_NWPKT_IPFRAME_TYPE {
+enum bcm_ip_frame_type {
 	eNonIPPacket,
 	eIPv4Packet,
 	eIPv6Packet
-} E_NWPKT_IPFRAME_TYPE;
+};
 
 enum bcm_eth_frame_type {
 	eEthUnsupportedFrame,
@@ -38,7 +38,7 @@ enum bcm_eth_frame_type {
 };
 
 struct bcm_eth_packet_info {
-	E_NWPKT_IPFRAME_TYPE eNwpktIPFrameType;
+	enum bcm_ip_frame_type  eNwpktIPFrameType;
 	enum bcm_eth_frame_type eNwpktEthFrameType;
 	unsigned short	usEtherType;
 	unsigned char	ucDSAP;
-- 
1.7.9.5

_______________________________________________
devel mailing list
devel@xxxxxxxxxxxxxxxxxxxxxx
http://driverdev.linuxdriverproject.org/mailman/listinfo/devel


[Index of Archives]     [Linux Driver Backports]     [DMA Engine]     [Linux GPIO]     [Linux SPI]     [Video for Linux]     [Linux USB Devel]     [Linux Coverity]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [Yosemite Backpacking]
  Powered by Linux