Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 10274
b: refs/heads/master
c: 48ca703
h: refs/heads/master
v: v3
  • Loading branch information
Pavel Roskin authored and Jeff Garzik committed Sep 23, 2005
1 parent 2f87859 commit db9fa70
Show file tree
Hide file tree
Showing 2 changed files with 4 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: d133ae4cd6a3c75c31b1630f906cc9979a11077f
refs/heads/master: 48ca703807eba616ad5e384b40e27514bd341a3d
6 changes: 3 additions & 3 deletions trunk/drivers/net/wireless/orinoco.c
Original file line number Diff line number Diff line change
Expand Up @@ -623,10 +623,10 @@ static void __orinoco_ev_txexc(struct net_device *dev, hermes_t *hw)
if (fid == DUMMY_FID)
return; /* Nothing's really happened */

/* Read the frame header */
/* Read part of the frame header - we need status and addr1 */
err = hermes_bap_pread(hw, IRQ_BAP, &hdr,
sizeof(struct hermes_tx_descriptor) +
sizeof(struct ieee80211_hdr_4addr),
offsetof(struct hermes_tx_descriptor_802_11,
addr2),
fid, 0);

hermes_write_regn(hw, TXCOMPLFID, DUMMY_FID);
Expand Down

0 comments on commit db9fa70

Please sign in to comment.