mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-13 22:19:17 -04:00
wifi: iwlwifi: remove the mvm prefix from iwl_mvm_aux_sta_cmd
This is a firmware command and is not specific to the iwlmvm op_mode Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com> Signed-off-by: Miri Korenblit <miriam.rachel.korenblit@intel.com> Link: https://patch.msgid.link/20250119210104.276658439163.I70641851f9e5210ec3a7033db38a45d24814083b@changeid Signed-off-by: Johannes Berg <johannes.berg@intel.com>
This commit is contained in:
committed by
Johannes Berg
parent
55e52a3b8f
commit
3d4b0f0c5c
@@ -46,7 +46,7 @@ enum iwl_mac_conf_subcmd_ids {
|
||||
*/
|
||||
STA_CONFIG_CMD = 0xA,
|
||||
/**
|
||||
* @AUX_STA_CMD: &struct iwl_mvm_aux_sta_cmd
|
||||
* @AUX_STA_CMD: &struct iwl_aux_sta_cmd
|
||||
*/
|
||||
AUX_STA_CMD = 0xB,
|
||||
/**
|
||||
@@ -641,7 +641,7 @@ struct iwl_sta_cfg_cmd {
|
||||
} __packed; /* STA_CMD_API_S_VER_1 */
|
||||
|
||||
/**
|
||||
* struct iwl_mvm_aux_sta_cmd - command for AUX STA configuration
|
||||
* struct iwl_aux_sta_cmd - command for AUX STA configuration
|
||||
* ( AUX_STA_CMD = 0xB )
|
||||
*
|
||||
* @sta_id: index of aux sta to configure
|
||||
@@ -649,7 +649,7 @@ struct iwl_sta_cfg_cmd {
|
||||
* @mac_addr: mac addr of the auxilary sta
|
||||
* @reserved_for_mac_addr: reserved
|
||||
*/
|
||||
struct iwl_mvm_aux_sta_cmd {
|
||||
struct iwl_aux_sta_cmd {
|
||||
__le32 sta_id;
|
||||
__le32 lmac_id;
|
||||
u8 mac_addr[ETH_ALEN];
|
||||
|
||||
@@ -121,7 +121,7 @@ static int iwl_mvm_add_aux_sta_to_fw(struct iwl_mvm *mvm,
|
||||
{
|
||||
int ret;
|
||||
|
||||
struct iwl_mvm_aux_sta_cmd cmd = {
|
||||
struct iwl_aux_sta_cmd cmd = {
|
||||
.sta_id = cpu_to_le32(sta->sta_id),
|
||||
.lmac_id = cpu_to_le32(lmac_id),
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user