Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 122288
b: refs/heads/master
c: f16f33d
h: refs/heads/master
v: v3
  • Loading branch information
Sujith authored and John W. Linville committed Nov 25, 2008
1 parent ea87029 commit fd23bb4
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: 97b777db57f7226e31a4abd5e69d732037743195
refs/heads/master: f16f33df4d27f18bc6512dbe83ebbeaa693f0359
2 changes: 1 addition & 1 deletion trunk/net/mac80211/ht.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ void ieee80211_ht_cap_ie_to_sta_ht_cap(struct ieee80211_supported_band *sband,

ht_cap->ht_supported = true;

ht_cap->cap = ht_cap->cap & sband->ht_cap.cap;
ht_cap->cap = le16_to_cpu(ht_cap_ie->cap_info) & sband->ht_cap.cap;
ht_cap->cap &= ~IEEE80211_HT_CAP_SM_PS;
ht_cap->cap |= sband->ht_cap.cap & IEEE80211_HT_CAP_SM_PS;

Expand Down

0 comments on commit fd23bb4

Please sign in to comment.