Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 341980
b: refs/heads/master
c: c04d615
h: refs/heads/master
v: v3
  • Loading branch information
Simon Wunderlich authored and Johannes Berg committed Nov 29, 2012
1 parent 3fe6140 commit b58b377
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1f2e651c9aa4be5ace193b6a8f48e4b068a60207
refs/heads/master: c04d61500d706b20361eef02e819b9bed8e92c01
1 change: 1 addition & 0 deletions trunk/net/wireless/nl80211.c
Original file line number Diff line number Diff line change
Expand Up @@ -5502,6 +5502,7 @@ static int nl80211_join_ibss(struct sk_buff *skb, struct genl_info *info)
return -EINVAL;
if (ibss.chandef.width != NL80211_CHAN_WIDTH_20_NOHT &&
!(rdev->wiphy.features & NL80211_FEATURE_HT_IBSS))
return -EINVAL;

ibss.channel_fixed = !!info->attrs[NL80211_ATTR_FREQ_FIXED];
ibss.privacy = !!info->attrs[NL80211_ATTR_PRIVACY];
Expand Down

0 comments on commit b58b377

Please sign in to comment.