Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 171903
b: refs/heads/master
c: 3305443
h: refs/heads/master
i:
  171901: 5c31446
  171899: bff0f2d
  171895: 512a4f9
  171887: 8e41c79
  171871: 462bc82
  171839: 9574057
  171775: 087aa60
v: v3
  • Loading branch information
Johannes Berg authored and John W. Linville committed Nov 23, 2009
1 parent 62a7a73 commit d0f4cdb
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: f1cf2dbd0f798b71b1590e7aca6647f2caef1649
refs/heads/master: 3305443c968b98902199bea0abbd9443c6a2bb8d
4 changes: 3 additions & 1 deletion trunk/net/mac80211/cfg.c
Original file line number Diff line number Diff line change
Expand Up @@ -823,8 +823,10 @@ static int ieee80211_change_station(struct wiphy *wiphy,
}

if (params->vlan->ieee80211_ptr->use_4addr) {
if (vlansdata->u.vlan.sta)
if (vlansdata->u.vlan.sta) {
rcu_read_unlock();
return -EBUSY;
}

rcu_assign_pointer(vlansdata->u.vlan.sta, sta);
}
Expand Down

0 comments on commit d0f4cdb

Please sign in to comment.