Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 224313
b: refs/heads/master
c: c2361ba
h: refs/heads/master
i:
  224311: 438bfb5
v: v3
  • Loading branch information
Mark Einon authored and John W. Linville committed Nov 15, 2010
1 parent 160bfe2 commit 1878245
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: 8a239033c355be998b8985f12f0cc3a9eaeb93e9
refs/heads/master: c2361baec100c6f373107346e3fd98e9b267ac6c
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 @@ -686,7 +686,7 @@ static void rt2x00lib_rate(struct ieee80211_rate *entry,
{
entry->flags = 0;
entry->bitrate = rate->bitrate;
entry->hw_value =index;
entry->hw_value = index;
entry->hw_value_short = index;

if (rate->flags & DEV_RATE_SHORT_PREAMBLE)
Expand Down

0 comments on commit 1878245

Please sign in to comment.