All of lore.kernel.org
 help / color / mirror / Atom feed
From: gregory.greenman@intel.com
To: kvalo@kernel.org, johannes@sipsolutions.net
Cc: linux-wireless@vger.kernel.org,
	Johannes Berg <johannes.berg@intel.com>,
	Gregory Greenman <gregory.greenman@intel.com>
Subject: [PATCH 02/15] wifi: iwlwifi: mvm: fix typo in struct iwl_rx_no_data API
Date: Tue,  6 Sep 2022 16:42:06 +0300	[thread overview]
Message-ID: <20220906161827.80f7eda56163.Ib783512104f0c135695b4d59b637f3eef3e8f537@changeid> (raw)
In-Reply-To: <20220906134219.365090-1-gregory.greenman@intel.com>

From: Johannes Berg <johannes.berg@intel.com>

The version 2 is also for RX, of course, that's just a typo.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Gregory Greenman <gregory.greenman@intel.com>
---
 drivers/net/wireless/intel/iwlwifi/fw/api/rx.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/net/wireless/intel/iwlwifi/fw/api/rx.h b/drivers/net/wireless/intel/iwlwifi/fw/api/rx.h
index 1989b270862b..74a01888715b 100644
--- a/drivers/net/wireless/intel/iwlwifi/fw/api/rx.h
+++ b/drivers/net/wireless/intel/iwlwifi/fw/api/rx.h
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */
 /*
- * Copyright (C) 2012-2014, 2018-2021 Intel Corporation
+ * Copyright (C) 2012-2014, 2018-2022 Intel Corporation
  * Copyright (C) 2013-2015 Intel Mobile Communications GmbH
  * Copyright (C) 2015-2017 Intel Deutschland GmbH
  */
@@ -668,7 +668,7 @@ struct iwl_rx_no_data {
 	__le32 phy_info[2];
 	__le32 rx_vec[2];
 } __packed; /* RX_NO_DATA_NTFY_API_S_VER_1,
-	       TX_NO_DATA_NTFY_API_S_VER_2 */
+	       RX_NO_DATA_NTFY_API_S_VER_2 */
 
 struct iwl_frame_release {
 	u8 baid;
-- 
2.35.3


  parent reply	other threads:[~2022-09-06 14:02 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-06 13:42 [PATCH 00/15] iwlwifi: updates intended for v6.0 gregory.greenman
2022-09-06 13:42 ` [PATCH 01/15] wifi: iwlwifi: pcie: add support for BZ devices gregory.greenman
2022-09-06 13:42 ` gregory.greenman [this message]
2022-09-06 13:42 ` [PATCH 03/15] wifi: iwlwifi: mvm: rxmq: refactor mac80211 rx_status setting gregory.greenman
2022-09-06 13:42 ` [PATCH 04/15] wifi: iwlwifi: mvm: rxmq: further unify some VHT/HE code gregory.greenman
2022-09-06 13:42 ` [PATCH 05/15] wifi: iwlwifi: mvm: refactor iwl_mvm_set_sta_rate() a bit gregory.greenman
2022-09-06 13:42 ` [PATCH 06/15] wifi: iwlwifi: cfg: remove IWL_DEVICE_BZ_COMMON macro gregory.greenman
2022-09-06 13:42 ` [PATCH 07/15] wifi: iwlwifi: mvm: don't check D0I3 version gregory.greenman
2022-09-06 13:42 ` [PATCH 08/15] wifi: iwlwifi: mvm: Add support for wowlan info notification gregory.greenman
2022-09-06 13:42 ` [PATCH 09/15] wifi: iwlwifi: mvm: Add support for wowlan wake packet notification gregory.greenman
2022-09-06 13:42 ` [PATCH 10/15] wifi: iwlwifi: mvm: Add support for d3 end notification gregory.greenman
2022-09-06 13:42 ` [PATCH 11/15] wifi: iwlwifi: mvm: enable resume based on notifications gregory.greenman
2022-09-06 13:42 ` [PATCH 12/15] wifi: iwlwifi: mvm: Add handling for scan offload match info notification gregory.greenman
2022-09-06 13:42 ` [PATCH 13/15] wifi: iwlwifi: mvm: trigger resume flow before wait for notifications gregory.greenman
2022-09-06 13:42 ` [PATCH 14/15] wifi: iwlwifi: mvm: iterate over interfaces after an assert in d3 gregory.greenman
2022-09-06 13:42 ` [PATCH 15/15] wifi: iwlwifi: mvm: d3: parse keys from wowlan info notification gregory.greenman
2022-09-06 13:48 ` [PATCH 00/15] iwlwifi: updates intended for v6.0 Greenman, Gregory

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220906161827.80f7eda56163.Ib783512104f0c135695b4d59b637f3eef3e8f537@changeid \
    --to=gregory.greenman@intel.com \
    --cc=johannes.berg@intel.com \
    --cc=johannes@sipsolutions.net \
    --cc=kvalo@kernel.org \
    --cc=linux-wireless@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.