Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 353820
b: refs/heads/master
c: 4a19aaa
h: refs/heads/master
v: v3
  • Loading branch information
Kevin McKinney authored and Greg Kroah-Hartman committed Jan 7, 2013
1 parent 949233b commit fe20bff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 16c3f8b04c13a722aa82110bb982fe71f1d58918
refs/heads/master: 4a19aaa7cb8f20be2ab66922b1c56b649c4a06cf
4 changes: 2 additions & 2 deletions trunk/drivers/staging/bcm/Protocol.h
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ typedef struct _ETH_CS_ETH2_FRAME {
#define ETHERNET_FRAMETYPE_802QVLAN ntohs(0x8100)

/* Per SF CS Specification Encodings */
typedef enum _E_SERVICEFLOW_CS_SPEC_ {
enum bcm_spec_encoding {
eCSSpecUnspecified = 0,
eCSPacketIPV4,
eCSPacketIPV6,
Expand All @@ -88,7 +88,7 @@ typedef enum _E_SERVICEFLOW_CS_SPEC_ {
eCSPacketIPV4Over802_1QVLAN,
eCSPacketIPV6Over802_1QVLAN,
eCSPacketUnsupported
} E_SERVICEFLOW_CS_SPEC;
};

#define IP6_HEADER_LEN 40
#define IP_VERSION(byte) (((byte&0xF0)>>4))
Expand Down

0 comments on commit fe20bff

Please sign in to comment.