Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 352531
b: refs/heads/master
c: 8dcf011
h: refs/heads/master
i:
  352529: 8367222
  352527: 4398bbb
v: v3
  • Loading branch information
Johannes Berg committed Jan 29, 2013
1 parent 154a5b0 commit 943862d
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: 8df6b7b11a5e4200484e9356073d288f08bdefb0
refs/heads/master: 8dcf011ab05bf1fdd9323a9c460bdd0e325b99e1
2 changes: 1 addition & 1 deletion trunk/net/wireless/mlme.c
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,7 @@ static int __cfg80211_mlme_disassoc(struct cfg80211_registered_device *rdev,
if (wdev->sme_state != CFG80211_SME_CONNECTED)
return -ENOTCONN;

if (WARN_ON(!wdev->current_bss))
if (WARN(!wdev->current_bss, "sme_state=%d\n", wdev->sme_state))
return -ENOTCONN;

memset(&req, 0, sizeof(req));
Expand Down

0 comments on commit 943862d

Please sign in to comment.