Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 87810
b: refs/heads/master
c: 26c080b
h: refs/heads/master
v: v3
  • Loading branch information
Jay Schulist authored and Jeff Garzik committed Mar 26, 2008
1 parent 4fe3705 commit 3e05828
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: df9dcb4588aca9cc243cf1f3f454361a84e1cbdb
refs/heads/master: 26c080bf8308449330037f91daa3ac0a7c41023e
2 changes: 1 addition & 1 deletion trunk/drivers/net/tokenring/smctr.c
Original file line number Diff line number Diff line change
Expand Up @@ -3413,7 +3413,7 @@ static int smctr_make_tx_status_code(struct net_device *dev,
tsv->svi = TRANSMIT_STATUS_CODE;
tsv->svl = S_TRANSMIT_STATUS_CODE;

tsv->svv[0] = ((tx_fstatus & 0x0100 >> 6) || IBM_PASS_SOURCE_ADDR);
tsv->svv[0] = ((tx_fstatus & 0x0100 >> 6) | IBM_PASS_SOURCE_ADDR);

/* Stripped frame status of Transmitted Frame */
tsv->svv[1] = tx_fstatus & 0xff;
Expand Down

0 comments on commit 3e05828

Please sign in to comment.