Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 328166
b: refs/heads/master
c: 9385d04
h: refs/heads/master
v: v3
  • Loading branch information
Chun-Yeow Yeoh authored and Johannes Berg committed Sep 14, 2012
1 parent fbddb49 commit 2fd79fd
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 5d8e4237d2dc73b51ac66dc612c5c42dd7424479
refs/heads/master: 9385d04f2872057a2029901190391fe192b18693
3 changes: 2 additions & 1 deletion trunk/net/mac80211/mesh_plink.c
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,8 @@ int mesh_plink_open(struct sta_info *sta)
spin_lock_bh(&sta->lock);
get_random_bytes(&llid, 2);
sta->llid = llid;
if (sta->plink_state != NL80211_PLINK_LISTEN) {
if (sta->plink_state != NL80211_PLINK_LISTEN &&
sta->plink_state != NL80211_PLINK_BLOCKED) {
spin_unlock_bh(&sta->lock);
return -EBUSY;
}
Expand Down

0 comments on commit 2fd79fd

Please sign in to comment.