Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 197460
b: refs/heads/master
c: 855181f
h: refs/heads/master
v: v3
  • Loading branch information
Charles Clément authored and Greg Kroah-Hartman committed May 18, 2010
1 parent 5d2949f commit d0869c8
Show file tree
Hide file tree
Showing 3 changed files with 2 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: 21ec51f3df9fd3c83ce0a4ac6a18e5083984b8ae
refs/heads/master: 855181f51558dca10c8acc27f1f81e0809ddf057
2 changes: 1 addition & 1 deletion trunk/drivers/staging/vt6655/dpc.c
Original file line number Diff line number Diff line change
Expand Up @@ -569,7 +569,7 @@ device_receive_frame (
// RX OK
//
//remove the CRC length
FrameSize -= U_CRC_LEN;
FrameSize -= ETH_FCS_LEN;

if (( !(*pbyRsr & (RSR_ADDRBROAD | RSR_ADDRMULTI))) && // unicast address
(IS_FRAGMENT_PKT((skb->data+4)))
Expand Down
1 change: 0 additions & 1 deletion trunk/drivers/staging/vt6655/tether.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
//
// constants
//
#define U_CRC_LEN 4 //
#define U_ETHER_ADDR_STR_LEN (ETH_ALEN * 2 + 1)
// Ethernet address string length

Expand Down

0 comments on commit d0869c8

Please sign in to comment.