Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 266393
b: refs/heads/master
c: cd32984
h: refs/heads/master
i:
  266391: 9be7893
v: v3
  • Loading branch information
Arik Nemtsov authored and John W. Linville committed Sep 27, 2011
1 parent 91d33d6 commit b6fe776
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: 2fb40577b05a869904a8fcf7098d26f3c7809644
refs/heads/master: cd32984f64cb4fdd84e33f30da1f10582fc43cbf
2 changes: 1 addition & 1 deletion trunk/net/wireless/nl80211.c
Original file line number Diff line number Diff line change
Expand Up @@ -2620,7 +2620,7 @@ static int nl80211_new_station(struct sk_buff *skb, struct genl_info *info)

/* parse WME attributes if sta is WME capable */
if ((rdev->wiphy.flags & WIPHY_FLAG_AP_UAPSD) &&
(params.sta_flags_set & NL80211_STA_FLAG_WME) &&
(params.sta_flags_set & BIT(NL80211_STA_FLAG_WME)) &&
info->attrs[NL80211_ATTR_STA_WME]) {
struct nlattr *tb[NL80211_STA_WME_MAX + 1];
struct nlattr *nla;
Expand Down

0 comments on commit b6fe776

Please sign in to comment.