Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 71814
b: refs/heads/master
c: db15178
h: refs/heads/master
v: v3
  • Loading branch information
Mattias Nissler authored and John W. Linville committed Oct 18, 2007
1 parent 53ebe95 commit e4b9232
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: c7c466763d70059ead7ed990e2e9766a0caf9509
refs/heads/master: db15178755f823d1fa8c242210cf04c26fca1483
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/rt2x00/rt2x00dev.c
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,7 @@ void rt2x00lib_write_tx_desc(struct rt2x00_dev *rt2x00dev,
/*
* Check if we need to set the Length Extension
*/
if (bitrate == 110 && residual <= 3)
if (bitrate == 110 && residual <= 30)
desc.service |= 0x80;
}

Expand Down

0 comments on commit e4b9232

Please sign in to comment.