Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 266568
b: refs/heads/master
c: a587526
h: refs/heads/master
v: v3
  • Loading branch information
Edward Lu authored and Kalle Valo committed Aug 31, 2011
1 parent 0733544 commit 22a881e
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: 229ed6b55f3caa4f1a975fd297ec44c5cedf4ea0
refs/heads/master: a587526a44d0c2812ee9d650e7c0626b48697aca
3 changes: 2 additions & 1 deletion trunk/drivers/net/wireless/ath/ath6kl/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1284,7 +1284,8 @@ void ath6kl_disconnect_event(struct ath6kl *ar, u8 reason, u8 *bssid,
cfg80211_del_sta(ar->net_dev, bssid, GFP_KERNEL);
}

clear_bit(CONNECTED, &ar->flag);
if (memcmp(ar->net_dev->dev_addr, bssid, ETH_ALEN) == 0)
clear_bit(CONNECTED, &ar->flag);
return;
}

Expand Down

0 comments on commit 22a881e

Please sign in to comment.