Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 202804
b: refs/heads/master
c: bd96bd6
h: refs/heads/master
v: v3
  • Loading branch information
Ivo van Doorn authored and Ivo van Doorn committed Jun 3, 2010
1 parent 9b20fb1 commit 088f4fd
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 22cabaa6b84dc617dda096641c359eebfb32b6cc
refs/heads/master: bd96bd6b1280f6f4dd988272e10ad5a2c3abef43
4 changes: 3 additions & 1 deletion trunk/drivers/net/wireless/rt2x00/rt2x00ht.c
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@ void rt2x00ht_create_tx_descriptor(struct queue_entry *entry,
txdesc->mpdu_density = 0;

txdesc->ba_size = 7; /* FIXME: What value is needed? */
txdesc->stbc = 0; /* FIXME: What value is needed? */

txdesc->stbc =
(tx_info->flags & IEEE80211_TX_CTL_STBC) >> IEEE80211_TX_CTL_STBC_SHIFT;

txdesc->mcs = rt2x00_get_rate_mcs(hwrate->mcs);
if (txrate->flags & IEEE80211_TX_RC_USE_SHORT_PREAMBLE)
Expand Down

0 comments on commit 088f4fd

Please sign in to comment.