Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 278883
b: refs/heads/master
c: fb03c5e
h: refs/heads/master
i:
  278881: f94c4dd
  278879: 2fb99a0
v: v3
  • Loading branch information
Dan Carpenter authored and John W. Linville committed Dec 13, 2011
1 parent d1cffee commit 0fb7f84
Show file tree
Hide file tree
Showing 2 changed files with 4 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: cc78d6b16a6853a3f6c014a6173df41d80f65a35
refs/heads/master: fb03c5eb8c0bbf4561cb5aa72e0a9546e9574661
4 changes: 3 additions & 1 deletion trunk/net/mac80211/ibss.c
Original file line number Diff line number Diff line change
Expand Up @@ -993,8 +993,10 @@ int ieee80211_ibss_join(struct ieee80211_sub_if_data *sdata,
if (params->channel_fixed) {
sdata->local->oper_channel = params->channel;
if (!ieee80211_set_channel_type(sdata->local, sdata,
params->channel_type))
params->channel_type)) {
mutex_unlock(&sdata->u.ibss.mtx);
return -EINVAL;
}
}

if (params->ie) {
Expand Down

0 comments on commit 0fb7f84

Please sign in to comment.