Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 352006
b: refs/heads/master
c: 069048f
h: refs/heads/master
v: v3
  • Loading branch information
Shahed Shaikh authored and David S. Miller committed Jan 31, 2013
1 parent ae00b7f commit d8046bd
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: 409cc1f8a4149c26bbb8e5d3bacb36541ad371e2
refs/heads/master: 069048f18bc51fbfd08d2e08a9003c2681ce44dd
2 changes: 1 addition & 1 deletion trunk/drivers/net/ethernet/qlogic/qlcnic/qlcnic_io.c
Original file line number Diff line number Diff line change
Expand Up @@ -1018,7 +1018,7 @@ qlcnic_process_lro(struct qlcnic_adapter *adapter,

skb->protocol = eth_type_trans(skb, netdev);

if (htons(skb->protocol) == ETH_P_IPV6) {
if (ntohs(skb->protocol) == ETH_P_IPV6) {
ipv6h = (struct ipv6hdr *)skb->data;
th = (struct tcphdr *)(skb->data + sizeof(struct ipv6hdr));
length = (th->doff << 2) + lro_length;
Expand Down

0 comments on commit d8046bd

Please sign in to comment.