Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 266074
b: refs/heads/master
c: 60f8cc6
h: refs/heads/master
v: v3
  • Loading branch information
Felix Fietkau authored and John W. Linville committed Sep 16, 2011
1 parent 7c25f03 commit fd85d35
Show file tree
Hide file tree
Showing 2 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: 7a2721a3233d32c958a474f78c20e25c9efa221c
refs/heads/master: 60f8cc60fa41b8c44662a3a4d99862e3b81cfa6f
3 changes: 1 addition & 2 deletions trunk/drivers/net/wireless/ath/ath9k/ar9003_mac.c
Original file line number Diff line number Diff line change
Expand Up @@ -207,8 +207,7 @@ static void ar9003_hw_fill_txdesc(struct ath_hw *ah, void *ds, u32 seglen,
ads->ctl3 &= AR_BufLen;

/* Fill in pointer checksum and descriptor id */
ads->ctl10 = ar9003_calc_ptr_chksum(ads);
ads->ctl10 |= (descid << AR_TxDescId_S);
ads->ctl10 = (descid << AR_TxDescId_S);

if (is_firstseg) {
ads->ctl12 |= (is_lastseg ? 0 : AR_TxMore);
Expand Down

0 comments on commit fd85d35

Please sign in to comment.