Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 90119
b: refs/heads/master
c: e5f98f2
h: refs/heads/master
i:
  90117: 77b8c4e
  90115: 5b71fc2
  90111: db57e95
v: v3
  • Loading branch information
Johannes Berg authored and John W. Linville committed Mar 7, 2008
1 parent 9e3c46a commit 8e2028c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: bb0c9dc27e8fa360e108e6e96860da620a7c5d04
refs/heads/master: e5f98f2df903af627a9b9ac55b9352fd54fc431a
6 changes: 3 additions & 3 deletions trunk/net/mac80211/ieee80211_sta.c
Original file line number Diff line number Diff line change
Expand Up @@ -1930,16 +1930,16 @@ static void ieee80211_rx_mgmt_assoc_resp(struct ieee80211_sub_if_data *sdata,

if (elems.wmm_param && (ifsta->flags & IEEE80211_STA_WMM_ENABLED)) {
sta->flags |= WLAN_STA_WME;
rcu_read_unlock();
ieee80211_sta_wmm_params(dev, ifsta, elems.wmm_param,
elems.wmm_param_len);
}
} else
rcu_read_unlock();

/* set AID, ieee80211_set_associated() will tell the driver */
bss_conf->aid = aid;
ieee80211_set_associated(dev, ifsta, 1);

rcu_read_unlock();

ieee80211_associated(dev, ifsta);
}

Expand Down

0 comments on commit 8e2028c

Please sign in to comment.