Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 197121
b: refs/heads/master
c: 592010b
h: refs/heads/master
i:
  197119: 583b817
v: v3
  • Loading branch information
Samuel Ortiz authored and Greg Kroah-Hartman committed May 11, 2010
1 parent 57fd6ed commit 41229b7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 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: 3eec314fb26fc0e75c6f5d20f9b3d528ebf342d7
refs/heads/master: 592010bb71901d991cd758f6294db2db47e8efa1
6 changes: 4 additions & 2 deletions trunk/drivers/staging/rtl8187se/ieee80211/ieee80211_softmac.c
Original file line number Diff line number Diff line change
Expand Up @@ -2322,9 +2322,11 @@ void ieee80211_disassociate(struct ieee80211_device *ieee)

if(IS_DOT11D_ENABLE(ieee))
Dot11d_Reset(ieee);
ieee->state = IEEE80211_NOLINK;

ieee->link_change(ieee->dev);
notify_wx_assoc_event(ieee);
if (ieee->state == IEEE80211_LINKED)
notify_wx_assoc_event(ieee);
ieee->state = IEEE80211_NOLINK;

}
void ieee80211_associate_retry_wq(struct work_struct *work)
Expand Down

0 comments on commit 41229b7

Please sign in to comment.