Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 135078
b: refs/heads/master
c: e65c226
h: refs/heads/master
v: v3
  • Loading branch information
Sujith authored and John W. Linville committed Mar 5, 2009
1 parent a608b0d commit 1ff308c
Show file tree
Hide file tree
Showing 2 changed files with 3 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: a412c8040d83366dcc24962207b8beed52f29344
refs/heads/master: e65c22633c14eabe9593a71a727f81544378b892
3 changes: 2 additions & 1 deletion trunk/net/mac80211/mlme.c
Original file line number Diff line number Diff line change
Expand Up @@ -1307,7 +1307,8 @@ static void ieee80211_rx_mgmt_assoc_resp(struct ieee80211_sub_if_data *sdata,
else
sdata->flags &= ~IEEE80211_SDATA_OPERATING_GMODE;

if (elems.ht_cap_elem)
/* If TKIP/WEP is used, no need to parse AP's HT capabilities */
if (elems.ht_cap_elem && !(ifmgd->flags & IEEE80211_STA_TKIP_WEP_USED))
ieee80211_ht_cap_ie_to_sta_ht_cap(sband,
elems.ht_cap_elem, &sta->sta.ht_cap);

Expand Down

0 comments on commit 1ff308c

Please sign in to comment.