linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] cfg80211: Introduce critical protocol indication for p2p connection.
@ 2013-10-31 14:40 Sunil Dutt Undekari
  2013-10-31 14:43 ` Johannes Berg
  0 siblings, 1 reply; 14+ messages in thread
From: Sunil Dutt Undekari @ 2013-10-31 14:40 UTC (permalink / raw)
  To: linux-wireless; +Cc: j, usdutt

A reliable P2P connection needs to avoid any offload off channel
operations triggered by the host driver.Thus, indicate such
attempts to the host driver by including a new protocol id,
signifying the p2p connection.

Signed-off-by: Sunil Dutt <usdutt@qti.qualcomm.com>
---
 include/uapi/linux/nl80211.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/include/uapi/linux/nl80211.h b/include/uapi/linux/nl80211.h
index 8f01961..cae07aa 100644
--- a/include/uapi/linux/nl80211.h
+++ b/include/uapi/linux/nl80211.h
@@ -3894,6 +3894,7 @@ enum nl80211_protocol_features {
  * @NL80211_CRIT_PROTO_DHCP: BOOTP or DHCPv6 protocol.
  * @NL80211_CRIT_PROTO_EAPOL: EAPOL protocol.
  * @NL80211_CRIT_PROTO_APIPA: APIPA protocol.
+ * @NL80211_CRIT_PROTO_P2P: P2P protocol.
  * @NUM_NL80211_CRIT_PROTO: must be kept last.
  */
 enum nl80211_crit_proto_id {
@@ -3901,6 +3902,7 @@ enum nl80211_crit_proto_id {
 	NL80211_CRIT_PROTO_DHCP,
 	NL80211_CRIT_PROTO_EAPOL,
 	NL80211_CRIT_PROTO_APIPA,
+	NL80211_CRIT_PROTO_P2P,
 	/* add other protocols before this one */
 	NUM_NL80211_CRIT_PROTO
 };
-- 
1.8.2.1


^ permalink raw reply related	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2013-11-11 19:04 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-31 14:40 [PATCH] cfg80211: Introduce critical protocol indication for p2p connection Sunil Dutt Undekari
2013-10-31 14:43 ` Johannes Berg
2013-10-31 15:22   ` Undekari, Sunil Dutt
2013-10-31 15:25     ` Johannes Berg
2013-10-31 15:54       ` Undekari, Sunil Dutt
2013-10-31 17:42         ` Arend van Spriel
2013-11-01 11:25           ` Undekari, Sunil Dutt
2013-11-01 13:07             ` Arend van Spriel
2013-11-02  7:33               ` Jouni Malinen
2013-11-02 10:37                 ` Arend van Spriel
2013-11-08 15:06                   ` Undekari, Sunil Dutt
2013-11-11 16:26                   ` Johannes Berg
2013-11-11 17:20                     ` Dan Williams
     [not found]                       ` <52811F6E.3010100@broadcom.com>
2013-11-11 19:04                         ` Dan Williams

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).