Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 111615
b: refs/heads/master
c: c6a2afd
h: refs/heads/master
i:
  111613: 157c4ab
  111611: 645ae58
  111607: 704ebb8
  111599: 24afc36
  111583: 52b50f0
  111551: 50513f2
  111487: 3f1f27b
  111359: c638e74
  111103: b9bf356
  110591: 6c83fc6
v: v3
  • Loading branch information
Larry Finger authored and John W. Linville committed Sep 11, 2008
1 parent de5f27a commit 7c62613
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: 5a5f3b406a167cb5befa2110c6d9943898070aaf
refs/heads/master: c6a2afdacccd56cc0be8e9a7977f0ed1509069f6
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/b43legacy/xmit.c
Original file line number Diff line number Diff line change
Expand Up @@ -624,7 +624,7 @@ void b43legacy_handle_hwtxstatus(struct b43legacy_wldev *dev,
tmp = hw->count;
status.frame_count = (tmp >> 4);
status.rts_count = (tmp & 0x0F);
tmp = hw->flags;
tmp = hw->flags << 1;
status.supp_reason = ((tmp & 0x1C) >> 2);
status.pm_indicated = !!(tmp & 0x80);
status.intermediate = !!(tmp & 0x40);
Expand Down

0 comments on commit 7c62613

Please sign in to comment.