Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 89925
b: refs/heads/master
c: 5c05863
h: refs/heads/master
i:
  89923: f0e71a7
v: v3
  • Loading branch information
Marcin Slusarz authored and John W. Linville committed Feb 29, 2008
1 parent 5b59c49 commit 3c88c37
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 19ae3a6a96859c0e64d9dd5d35515a6f23a9cad8
refs/heads/master: 5c05863d0346c025a712b57622efe7828b29758e
4 changes: 1 addition & 3 deletions trunk/drivers/net/wireless/ipw2200.c
Original file line number Diff line number Diff line change
Expand Up @@ -10349,9 +10349,7 @@ static int ipw_tx_skb(struct ipw_priv *priv, struct ieee80211_txb *txb,
remaining_bytes,
PCI_DMA_TODEVICE));

tfd->u.data.num_chunks =
cpu_to_le32(le32_to_cpu(tfd->u.data.num_chunks) +
1);
le32_add_cpu(&tfd->u.data.num_chunks, 1);
}
}

Expand Down

0 comments on commit 3c88c37

Please sign in to comment.