All of lore.kernel.org
 help / color / mirror / Atom feed
From: Miri Korenblit <miriam.rachel.korenblit@intel.com>
To: johannes@sipsolutions.net
Cc: linux-wireless@vger.kernel.org, Ilan Peer <ilan.peer@intel.com>
Subject: [PATCH 04/13] wifi: iwlwifi: mvm: Fix the listener MAC filter flags
Date: Thu,  8 Feb 2024 18:58:38 +0200	[thread overview]
Message-ID: <20240208185302.a338c30ec4e9.Ic2813cdeba4443c692d462fc4859392f069d7e33@changeid> (raw)
In-Reply-To: <20240208165847.1190596-1-miriam.rachel.korenblit@intel.com>

From: Ilan Peer <ilan.peer@intel.com>

One of the flags was from the wrong API.

Fixes: 9be162a7b670 ("wifi: iwlwifi: mvm: add support for the new MAC CTXT command")
Signed-off-by: Ilan Peer <ilan.peer@intel.com>
Signed-off-by: Miri Korenblit <miriam.rachel.korenblit@intel.com>
---
 drivers/net/wireless/intel/iwlwifi/mvm/mld-mac.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/wireless/intel/iwlwifi/mvm/mld-mac.c b/drivers/net/wireless/intel/iwlwifi/mvm/mld-mac.c
index 4dc692c2c449..bb7851042177 100644
--- a/drivers/net/wireless/intel/iwlwifi/mvm/mld-mac.c
+++ b/drivers/net/wireless/intel/iwlwifi/mvm/mld-mac.c
@@ -167,7 +167,7 @@ static int iwl_mvm_mld_mac_ctxt_cmd_listener(struct iwl_mvm *mvm,
 	iwl_mvm_mld_mac_ctxt_cmd_common(mvm, vif, &cmd, action);
 
 	cmd.filter_flags = cpu_to_le32(MAC_CFG_FILTER_PROMISC |
-				       MAC_FILTER_IN_CONTROL_AND_MGMT |
+				       MAC_CFG_FILTER_ACCEPT_CONTROL_AND_MGMT |
 				       MAC_CFG_FILTER_ACCEPT_BEACON |
 				       MAC_CFG_FILTER_ACCEPT_PROBE_REQ |
 				       MAC_CFG_FILTER_ACCEPT_GRP);
-- 
2.34.1


  parent reply	other threads:[~2024-02-08 16:59 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-08 16:58 [PATCH 00/13] wifi: iwlwifi: updates - 2024-02-08 Miri Korenblit
2024-02-08 16:58 ` [PATCH 01/13] wifi: iwlwifi: nvm: parse the VLP/AFC bit from regulatory Miri Korenblit
2024-02-09  3:40   ` kernel test robot
2024-02-10 13:44   ` kernel test robot
2024-02-08 16:58 ` [PATCH 02/13] wifi: iwlwifi: mvm: work around A-MSDU size problem Miri Korenblit
2024-02-08 16:58 ` [PATCH 03/13] wifi: iwlwifi: mvm: Extend support for P2P service discovery Miri Korenblit
2024-02-08 16:58 ` Miri Korenblit [this message]
2024-02-08 16:58 ` [PATCH 05/13] wifi: iwlwifi: api: fix constant version to match FW Miri Korenblit
2024-02-08 16:58 ` [PATCH 06/13] wifi: iwlwifi: don't use TRUE/FALSE with bool Miri Korenblit
2024-02-08 16:58 ` [PATCH 07/13] wifi: iwlwifi: mvm: fix thermal kernel-doc Miri Korenblit
2024-02-08 16:58 ` [PATCH 08/13] wifi: iwlwifi: error-dump: fix kernel-doc issues Miri Korenblit
2024-02-08 16:58 ` [PATCH 09/13] wifi: iwlwifi: api: dbg-tlv: fix up kernel-doc Miri Korenblit
2024-02-08 16:58 ` [PATCH 10/13] wifi: iwlwifi: fw: file: clean " Miri Korenblit
2024-02-08 16:58 ` [PATCH 11/13] wifi: iwlwifi: iwl-trans.h: " Miri Korenblit
2024-02-08 16:58 ` [PATCH 12/13] wifi: iwlwifi: bump FW API to 89 for AX/BZ/SC devices Miri Korenblit
2024-02-08 16:58 ` [PATCH 13/13] wifi: iwlwifi: mvm: check own capabilities for EMLSR Miri Korenblit

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=20240208185302.a338c30ec4e9.Ic2813cdeba4443c692d462fc4859392f069d7e33@changeid \
    --to=miriam.rachel.korenblit@intel.com \
    --cc=ilan.peer@intel.com \
    --cc=johannes@sipsolutions.net \
    --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.