Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 203802
b: refs/heads/master
c: 00fc90c
h: refs/heads/master
v: v3
  • Loading branch information
John W. Linville committed Jul 26, 2010
1 parent 4006889 commit 96c9d05
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: a6e492b9b5d323ca391312b981a5017e450132c0
refs/heads/master: 00fc90c886220efe8b634d3f2a04713fcebbe2c0
2 changes: 1 addition & 1 deletion trunk/net/mac80211/rc80211_minstrel_ht.c
Original file line number Diff line number Diff line change
Expand Up @@ -636,7 +636,7 @@ minstrel_ht_update_caps(void *priv, struct ieee80211_supported_band *sband,
int i;

/* fall back to the old minstrel for legacy stations */
if (sta && !sta->ht_cap.ht_supported) {
if (!sta->ht_cap.ht_supported) {
msp->is_ht = false;
memset(&msp->legacy, 0, sizeof(msp->legacy));
msp->legacy.r = msp->ratelist;
Expand Down

0 comments on commit 96c9d05

Please sign in to comment.