Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 171399
b: refs/heads/master
c: 7fdad98
h: refs/heads/master
i:
  171397: ce75bd0
  171395: 4e8b5d6
  171391: 02402d3
v: v3
  • Loading branch information
Johannes Berg authored and John W. Linville committed Nov 4, 2009
1 parent 7572d09 commit 3f44604
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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: 5b9482dda6dda11dc7050ffa5b4ebfb0c775880f
refs/heads/master: 7fdad987d63f02c8fba30276ba395ac8dc93b719
2 changes: 0 additions & 2 deletions trunk/net/wireless/mlme.c
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ void cfg80211_send_rx_assoc(struct net_device *dev, const u8 *buf, size_t len)
u8 *ie = mgmt->u.assoc_resp.variable;
int i, ieoffs = offsetof(struct ieee80211_mgmt, u.assoc_resp.variable);
struct cfg80211_internal_bss *bss = NULL;
bool need_connect_result = true;

wdev_lock(wdev);

Expand Down Expand Up @@ -97,7 +96,6 @@ void cfg80211_send_rx_assoc(struct net_device *dev, const u8 *buf, size_t len)
WARN_ON(!bss);
} else if (wdev->conn) {
cfg80211_sme_failed_assoc(wdev);
need_connect_result = false;
/*
* do not call connect_result() now because the
* sme will schedule work that does it later.
Expand Down

0 comments on commit 3f44604

Please sign in to comment.