Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 341456
b: refs/heads/master
c: 698bf86
h: refs/heads/master
v: v3
  • Loading branch information
Pandiyarajan Pitchaimuthu authored and Kalle Valo committed Oct 24, 2012
1 parent 737459b commit 3a5d355
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 07033ce2fbfb8d27663d1cd1e9ce36b9661007e0
refs/heads/master: 698bf867d0d3b5669c4e85b29d2a44043a2c5c99
7 changes: 7 additions & 0 deletions trunk/drivers/net/wireless/ath/ath6kl/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1011,6 +1011,13 @@ void ath6kl_disconnect_event(struct ath6kl_vif *vif, u8 reason, u8 *bssid,
GFP_KERNEL);
}

if (prot_reason_status == WMI_AP_REASON_ACL) {
/* send blocked client notification to user space */
cfg80211_conn_failed(vif->ndev, bssid,
NL80211_CONN_FAIL_BLOCKED_CLIENT,
GFP_KERNEL);
}

if (!ath6kl_remove_sta(ar, bssid, prot_reason_status))
return;

Expand Down

0 comments on commit 3a5d355

Please sign in to comment.