Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 43231
b: refs/heads/master
c: cc8ce99
h: refs/heads/master
i:
  43229: ecf86bb
  43227: 10d5afe
  43223: 54c4083
  43215: da0b405
  43199: d21b72e
v: v3
  • Loading branch information
Maxime Austruy authored and John W. Linville committed Dec 6, 2006
1 parent 8d50316 commit e7146ad
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: 2b50c24554d31c2db2f93b1151b5991e62f96594
refs/heads/master: cc8ce997d2a4e524b1acea44beaf5bcfefdb1bfe
3 changes: 2 additions & 1 deletion trunk/net/ieee80211/softmac/ieee80211softmac_wx.c
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,8 @@ ieee80211softmac_wx_set_mlme(struct net_device *dev,
printk(KERN_DEBUG PFX "wx_set_mlme: we should know the net here...\n");
goto out;
}
return ieee80211softmac_deauth_req(mac, net, reason);
err = ieee80211softmac_deauth_req(mac, net, reason);
goto out;
case IW_MLME_DISASSOC:
ieee80211softmac_send_disassoc_req(mac, reason);
mac->associnfo.associated = 0;
Expand Down

0 comments on commit e7146ad

Please sign in to comment.