Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 21240
b: refs/heads/master
c: 79dc190
h: refs/heads/master
v: v3
  • Loading branch information
Andrew Morton authored and Jeff Garzik committed Feb 7, 2006
1 parent 216ac4d commit 4b3eef9
Show file tree
Hide file tree
Showing 2 changed files with 3 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: fe9313956d67367cc91c5a6989bafc4315801402
refs/heads/master: 79dc190147f8a87718fe72928d5ceb58e09acdb9
3 changes: 2 additions & 1 deletion trunk/drivers/net/s2io.c
Original file line number Diff line number Diff line change
Expand Up @@ -6634,9 +6634,10 @@ static void aggregate_new_rx(lro_t *lro, struct iphdr *ip,
static int verify_l3_l4_lro_capable(lro_t *l_lro, struct iphdr *ip,
struct tcphdr *tcp, u32 tcp_pyld_len)
{
DBG_PRINT(INFO_DBG,"%s: Been here...\n", __FUNCTION__);
u8 *ptr;

DBG_PRINT(INFO_DBG,"%s: Been here...\n", __FUNCTION__);

if (!tcp_pyld_len) {
/* Runt frame or a pure ack */
return -1;
Expand Down

0 comments on commit 4b3eef9

Please sign in to comment.