Received: by 2002:a25:d7c1:0:0:0:0:0 with SMTP id o184csp2864745ybg; Sun, 20 Oct 2019 01:59:20 -0700 (PDT) X-Google-Smtp-Source: APXvYqz58aBosGBSvIBZirkJuRZUl4SILG0ZlKGlsoIcDCWE/C1TliplhNJleXhwidYaccm5wW56 X-Received: by 2002:aa7:de12:: with SMTP id h18mr18504502edv.226.1571561960021; Sun, 20 Oct 2019 01:59:20 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1571561960; cv=none; d=google.com; s=arc-20160816; b=xFooPKvxLgFBmX+htNj/OEQi3FVXTm/kyeXT/RT1gsr29/eb71ItCiyCSRqnFDuvfQ PgryVNbGOiho2Eql7ExEaT9z2w0XP3jO/p172jltLF49XoUFgClD4R4c8f+N22V1fHsA RjlnEd9HNamfsETBai/XcV3Jdaggro/WvzIfuENcWvbFQY+IM3Bas0CxHv89rVE4PhbO 6oKkg+q09V+4r6q2I4k5ORo8aIfnoHUyBBqfZAaM69QMTGDVDxi0nOcY8iJtfd8B9K8h gVRnlxcVr7kjFdk8faJnNROJi12M5HbKsHCyLO3uOkVWzx6FxF+kW6ifQFlAyatcI8wl b4Cg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:subject:content-transfer-encoding :mime-version:references:in-reply-to:message-id:date:cc:to:from; bh=K93cdtqEhGDqMuI12MBeEA+AthZGkv4tzhD16TQzBlQ=; b=JKx7qN+rt1ubrsHLvGpA/dpaTNs9//MJmtNaFNa9hZPdbPwFUkozbB6R0UGHSEwUYY cbR/V37cPaKRYiJqhR8Ydg0mog8gwwk5FpVty1d2tzm9txTv5UcZdPvUOJ6QgJL9vGDv FbKt4K0M4+mOKkbrrIEfyuC9m/4thewafjqO1ot1FCZBkjbu+0bD5mEM6pEkDKkPFQLq YlWKGjUtOhPsCBjzR67P5r+dgd7g5jHKSmK1fLyVpIRROm7NlVIaEVw4wiX51iUZOu5O GQqE7sNcByseg6lv8QNuYFwp/sPByI03Yva5/V9s0sN2/UW4Pbs8G40lkOdOUcbwaciD JwZg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-wireless-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-wireless-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id qn24si6768617ejb.200.2019.10.20.01.58.55; Sun, 20 Oct 2019 01:59:20 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-wireless-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-wireless-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-wireless-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726304AbfJTI4C (ORCPT + 99 others); Sun, 20 Oct 2019 04:56:02 -0400 Received: from paleale.coelho.fi ([176.9.41.70]:50808 "EHLO farmhouse.coelho.fi" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726115AbfJTI4B (ORCPT ); Sun, 20 Oct 2019 04:56:01 -0400 Received: from [91.156.6.193] (helo=redipa.ger.corp.intel.com) by farmhouse.coelho.fi with esmtpsa (TLS1.3:ECDHE_X25519__RSA_PSS_RSAE_SHA256__AES_256_GCM:256) (Exim 4.92) (envelope-from ) id 1iM70K-0003LY-AG; Sun, 20 Oct 2019 11:56:00 +0300 From: Luca Coelho To: kvalo@codeaurora.org Cc: linux-wireless@vger.kernel.org Date: Sun, 20 Oct 2019 11:55:42 +0300 Message-Id: <20191020085545.16407-8-luca@coelho.fi> X-Mailer: git-send-email 2.23.0 In-Reply-To: <20191020085545.16407-1-luca@coelho.fi> References: <20191020085545.16407-1-luca@coelho.fi> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on farmhouse.coelho.fi X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=ALL_TRUSTED,BAYES_00, URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.2 Subject: [PATCH 09/12] iwlwifi: mvm: sync the iwl_mvm_session_prot_notif layout Sender: linux-wireless-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org From: Emmanuel Grumbach The firmware API has changed a little bit but this change has no impact on the flow and is backward compatible. Signed-off-by: Emmanuel Grumbach Signed-off-by: Luca Coelho --- drivers/net/wireless/intel/iwlwifi/fw/api/time-event.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/drivers/net/wireless/intel/iwlwifi/fw/api/time-event.h b/drivers/net/wireless/intel/iwlwifi/fw/api/time-event.h index 416e817d7b4d..a731f28e101a 100644 --- a/drivers/net/wireless/intel/iwlwifi/fw/api/time-event.h +++ b/drivers/net/wireless/intel/iwlwifi/fw/api/time-event.h @@ -459,6 +459,7 @@ struct iwl_mvm_session_prot_cmd { * @mac_id: the mac id for which the session protection started / ended * @status: 1 means success, 0 means failure * @start: 1 means the session protection started, 0 means it ended + * @conf_id: the configuration id of the session that started / eneded * * Note that any session protection will always get two notifications: start * and end even the firmware could not schedule it. @@ -467,6 +468,7 @@ struct iwl_mvm_session_prot_notif { __le32 mac_id; __le32 status; __le32 start; -} __packed; /* SESSION_PROTECTION_NOTIFICATION_API_S_VER_1 */ + __le32 conf_id; +} __packed; /* SESSION_PROTECTION_NOTIFICATION_API_S_VER_2 */ #endif /* __iwl_fw_api_time_event_h__ */ -- 2.23.0