Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 235587
b: refs/heads/master
c: 541f05f
h: refs/heads/master
i:
  235585: 5e201a4
  235583: b467d67
v: v3
  • Loading branch information
Arend van Spriel authored and Greg Kroah-Hartman committed Jan 20, 2011
1 parent e61f175 commit 1efb738
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 7350968193f9b94c4a4b7d14d7a44333a322c5d7
refs/heads/master: 541f05fea2a943b1ff02b98558498fc2ea2e0a91
2 changes: 1 addition & 1 deletion trunk/drivers/staging/brcm80211/include/bcmcdc.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ typedef struct cdc_ioctl {
} cdc_ioctl_t;

/* Max valid buffer size that can be sent to the dongle */
#define CDC_MAX_MSG_SIZE ETHER_MAX_LEN
#define CDC_MAX_MSG_SIZE (ETH_FRAME_LEN+ETH_FCS_LEN)

/* len field is divided into input and output buffer lengths */
#define CDCL_IOC_OUTLEN_MASK 0x0000FFFF /* maximum or expected
Expand Down

0 comments on commit 1efb738

Please sign in to comment.