Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 203712
b: refs/heads/master
c: 15804e3
h: refs/heads/master
v: v3
  • Loading branch information
Christian Lamparter authored and John W. Linville committed Jul 16, 2010
1 parent f0af2da commit cda2232
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: 9edd9520a2c664c6d72dca68adddd243d00006e8
refs/heads/master: 15804e3e9de52f1baefad34233424488b5672853
2 changes: 1 addition & 1 deletion trunk/net/mac80211/ht.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ void ieee80211_ht_cap_ie_to_sta_ht_cap(struct ieee80211_supported_band *sband,

memset(ht_cap, 0, sizeof(*ht_cap));

if (!ht_cap_ie)
if (!ht_cap_ie || !sband->ht_cap.ht_supported)
return;

ht_cap->ht_supported = true;
Expand Down

0 comments on commit cda2232

Please sign in to comment.