Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 205709
b: refs/heads/master
c: ae67b58
h: refs/heads/master
i:
  205707: d4c9ce9
v: v3
  • Loading branch information
Samuel Ortiz authored and Greg Kroah-Hartman committed Jun 22, 2010
1 parent 4c09246 commit a482a69
Show file tree
Hide file tree
Showing 2 changed files with 8 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: 96bd55bd67de2dddb1d917b7631e23b86a8b1cd4
refs/heads/master: ae67b584b40883cf63492b9df2b06c035da84780
9 changes: 7 additions & 2 deletions trunk/drivers/staging/rtl8192e/ieee80211/ieee80211_softmac.c
Original file line number Diff line number Diff line change
Expand Up @@ -2873,11 +2873,16 @@ void ieee80211_disassociate(struct ieee80211_device *ieee)
if(IS_DOT11D_ENABLE(ieee))
Dot11d_Reset(ieee);
#endif
ieee->state = IEEE80211_NOLINK;
ieee->is_set_key = false;
ieee->link_change(ieee->dev);
//HTSetConnectBwMode(ieee, HT_CHANNEL_WIDTH_20, HT_EXTCHNL_OFFSET_NO_EXT);
notify_wx_assoc_event(ieee);
if (ieee->state == IEEE80211_LINKED ||
ieee->state == IEEE80211_ASSOCIATING) {
ieee->state = IEEE80211_NOLINK;
notify_wx_assoc_event(ieee);
}

ieee->state = IEEE80211_NOLINK;

}
#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,20))
Expand Down

0 comments on commit a482a69

Please sign in to comment.