Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 190771
b: refs/heads/master
c: 79733a8
h: refs/heads/master
i:
  190769: 9ed73ee
  190767: 97a03b7
v: v3
  • Loading branch information
Reinette Chatre authored and John W. Linville committed May 7, 2010
1 parent 83621d0 commit daa824b
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: 160b82420ab41f1e67fbf2e56dc587837ef39ce0
refs/heads/master: 79733a865c7fd778ce45e3503962b3a875b0a153
3 changes: 2 additions & 1 deletion trunk/net/mac80211/mlme.c
Original file line number Diff line number Diff line change
Expand Up @@ -2029,7 +2029,8 @@ int ieee80211_mgd_deauth(struct ieee80211_sub_if_data *sdata,
continue;

if (wk->type != IEEE80211_WORK_DIRECT_PROBE &&
wk->type != IEEE80211_WORK_AUTH)
wk->type != IEEE80211_WORK_AUTH &&
wk->type != IEEE80211_WORK_ASSOC)
continue;

if (memcmp(req->bss->bssid, wk->filter_ta, ETH_ALEN))
Expand Down

0 comments on commit daa824b

Please sign in to comment.