Return-path: Received: from mail-we0-f179.google.com ([74.125.82.179]:59564 "EHLO mail-we0-f179.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752767AbaGXKjx (ORCPT ); Thu, 24 Jul 2014 06:39:53 -0400 Received: by mail-we0-f179.google.com with SMTP id u57so2571685wes.10 for ; Thu, 24 Jul 2014 03:39:52 -0700 (PDT) From: Lorenzo Bianconi To: Johannes Berg Cc: linux-wireless@vger.kernel.org, Philippe Duchein Subject: [PATCHv2 1/2] iw: sync nl80211_attrs Date: Thu, 24 Jul 2014 12:39:47 +0200 Message-Id: <1406198388-5040-2-git-send-email-lorenzo.bianconi83@gmail.com> (sfid-20140724_123956_461377_BBC48542) In-Reply-To: <1406198388-5040-1-git-send-email-lorenzo.bianconi83@gmail.com> References: <1406198388-5040-1-git-send-email-lorenzo.bianconi83@gmail.com> Sender: linux-wireless-owner@vger.kernel.org List-ID: Sync nl80211_attrs with mac80211 stack Signed-off-by: Lorenzo Bianconi --- nl80211.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/nl80211.h b/nl80211.h index be9519b..f1db15b 100644 --- a/nl80211.h +++ b/nl80211.h @@ -1591,6 +1591,9 @@ enum nl80211_commands { * creation then the new interface will be owned by the netlink socket * that created it and will be destroyed when the socket is closed * + * @NL80211_ATTR_TDLS_INITIATOR: flag attribute indicating the current end is + * the TDLS link initiator. + * * @NL80211_ATTR_MAX: highest attribute number currently defined * @__NL80211_ATTR_AFTER_LAST: internal use */ @@ -1931,6 +1934,8 @@ enum nl80211_attrs { NL80211_ATTR_CSA_C_OFFSETS_TX, NL80211_ATTR_MAX_CSA_COUNTERS, + NL80211_ATTR_TDLS_INITIATOR, + /* add attributes here, update the policy in nl80211.c */ __NL80211_ATTR_AFTER_LAST, -- 1.9.1