Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 353815
b: refs/heads/master
c: 5a88304
h: refs/heads/master
i:
  353813: 0530e31
  353811: 8fe7575
  353807: c44bbdc
v: v3
  • Loading branch information
Kevin McKinney authored and Greg Kroah-Hartman committed Jan 7, 2013
1 parent dde1f37 commit 1ea1be9
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: 5f8797b64f62662f36814db36409720eac02a5a4
refs/heads/master: 5a88304e568e0c6176ebd85fc08d535a4f02a97a
4 changes: 2 additions & 2 deletions trunk/drivers/staging/bcm/Protocol.h
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,10 @@ typedef enum _E_SERVICEFLOW_CS_SPEC_ {
#define IP_VERSION(byte) (((byte&0xF0)>>4))

#define MAC_ADDRESS_SIZE 6
#define ETH_AND_IP_HEADER_LEN 14 + 20
#define ETH_AND_IP_HEADER_LEN (14 + 20)
#define L4_SRC_PORT_LEN 2
#define L4_DEST_PORT_LEN 2
#define CTRL_PKT_LEN 8 + ETH_AND_IP_HEADER_LEN
#define CTRL_PKT_LEN (8 + ETH_AND_IP_HEADER_LEN)

#define ETH_ARP_FRAME 0x806
#define ETH_IPV4_FRAME 0x800
Expand Down

0 comments on commit 1ea1be9

Please sign in to comment.