Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 341455
b: refs/heads/master
c: 07033ce
h: refs/heads/master
i:
  341453: a2df8a7
  341451: 480c81b
  341447: 04a9724
  341439: 032aa89
v: v3
  • Loading branch information
Pandiyarajan Pitchaimuthu authored and Kalle Valo committed Oct 24, 2012
1 parent 63550c8 commit 737459b
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: baec5c6d0b191a44977a5fca131b5215e1868341
refs/heads/master: 07033ce2fbfb8d27663d1cd1e9ce36b9661007e0
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 @@ -1004,6 +1004,13 @@ void ath6kl_disconnect_event(struct ath6kl_vif *vif, u8 reason, u8 *bssid,
ar->last_ch = le16_to_cpu(vif->profile.ch);
}

if (prot_reason_status == WMI_AP_REASON_MAX_STA) {
/* send max client reached notification to user space */
cfg80211_conn_failed(vif->ndev, bssid,
NL80211_CONN_FAIL_MAX_CLIENTS,
GFP_KERNEL);
}

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

Expand Down

0 comments on commit 737459b

Please sign in to comment.