Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 317983
b: refs/heads/master
c: 9b90b71
h: refs/heads/master
i:
  317981: 2c820a1
  317979: be8a4c2
  317975: d7d38da
  317967: 8bf5ed8
  317951: 9b00abd
v: v3
  • Loading branch information
Devendra Naga authored and Greg Kroah-Hartman committed Jul 17, 2012
1 parent 9e0247b commit bbba5e2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 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: c2a1793d1b2dedd3dfc33af00c6b1d4f050c040c
refs/heads/master: 9b90b712c9504d36e60eaefce0baf66d64b3c901
5 changes: 2 additions & 3 deletions trunk/drivers/staging/gdm72xx/gdm_qos.c
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ static u32 chk_ipv4_rule(struct gdm_wimax_csr_s *csr, u8 *Stream, u8 *port)
return 0;
}

static u32 get_qos_index(struct nic *nic, u8* iph, u8* tcpudph)
static u32 get_qos_index(struct nic *nic, u8 *iph, u8 *tcpudph)
{
u32 IP_Ver, Header_Len, i;
struct qos_cb_s *qcb = &nic->qos;
Expand Down Expand Up @@ -240,8 +240,7 @@ static u32 extract_qos_list(struct nic *nic, struct list_head *head)
qcb->csr[i].QoSBufCount++;

if (!list_empty(&qcb->qos_list[i]))
wprintk("QoS Index(%d) "
"is piled!!\n", i);
wprintk("QoS Index(%d) is piled!!\n", i);
}
}
}
Expand Down

0 comments on commit bbba5e2

Please sign in to comment.