Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 353827
b: refs/heads/master
c: 8ab1992
h: refs/heads/master
i:
  353825: 12ea88d
  353823: 644f857
v: v3
  • Loading branch information
Kevin McKinney authored and Greg Kroah-Hartman committed Jan 7, 2013
1 parent cdfe24e commit 0809c67
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1f05da951d41e69d0792922b2ca14342e1c220cd
refs/heads/master: 8ab19921143e69797343e972b16378171f37385a
6 changes: 3 additions & 3 deletions trunk/drivers/staging/bcm/Protocol.h
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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;
Expand Down

0 comments on commit 0809c67

Please sign in to comment.