From 15cebfcdc8b3f4c738538a5cb4c8a1421e5b3739 Mon Sep 17 00:00:00 2001 From: Eliad Peller Date: Tue, 15 May 2012 14:50:58 +0300 Subject: [PATCH] --- yaml --- r: 313969 b: refs/heads/master c: 5dad021dee7c3c601a9e17d86139e586c05c2ee2 h: refs/heads/master i: 313967: 76e805546bb4af828a212ed8895c0780500f7364 v: v3 --- [refs] | 2 +- trunk/include/linux/nl80211.h | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 53ccaae33196..c321fa961d59 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: d25360b19008e59585defb16823804c40d4723ab +refs/heads/master: 5dad021dee7c3c601a9e17d86139e586c05c2ee2 diff --git a/trunk/include/linux/nl80211.h b/trunk/include/linux/nl80211.h index a6959f72745e..6930dddad18a 100644 --- a/trunk/include/linux/nl80211.h +++ b/trunk/include/linux/nl80211.h @@ -2534,10 +2534,14 @@ enum nl80211_attr_cqm { * configured threshold * @NL80211_CQM_RSSI_THRESHOLD_EVENT_HIGH: The RSSI is higher than the * configured threshold + * @NL80211_CQM_RSSI_BEACON_LOSS_EVENT: The device experienced beacon loss. + * (Note that deauth/disassoc will still follow if the AP is not + * available. This event might get used as roaming event, etc.) */ enum nl80211_cqm_rssi_threshold_event { NL80211_CQM_RSSI_THRESHOLD_EVENT_LOW, NL80211_CQM_RSSI_THRESHOLD_EVENT_HIGH, + NL80211_CQM_RSSI_BEACON_LOSS_EVENT, };