diff options
| author | Emmanuel Grumbach <[email protected]> | 2024-07-29 17:20:13 +0000 |
|---|---|---|
| committer | Johannes Berg <[email protected]> | 2024-08-27 08:15:14 +0000 |
| commit | 1c9c5aebb5db162515ebb719e0f6cf1292e9c40e (patch) | |
| tree | 4dc493b1349b03d22a3b5d91ff52fd51b0c3cfcb /drivers/net/wireless/intel/iwlwifi/fw/api/commands.h | |
| parent | wifi: iwlwifi: mvm: increase the time between ranging measurements (diff) | |
| download | kernel-1c9c5aebb5db162515ebb719e0f6cf1292e9c40e.tar.gz kernel-1c9c5aebb5db162515ebb719e0f6cf1292e9c40e.zip | |
wifi: iwlwifi: mvm: s/iwl_bt_coex_profile_notif/iwl_bt_coex_prof_old_notif
The iwl_bt_coex_profile_notif is now being obsoleted. It'll be replaced
by a new notification coming with a non-legacy group. Rename it to avoid
confusion.
Signed-off-by: Emmanuel Grumbach <[email protected]>
Signed-off-by: Miri Korenblit <[email protected]>
Link: https://patch.msgid.link/20240729201718.dc29fd0d7817.I5881fce86ec8b76ae98d2948265434b8e7d860c1@changeid
Signed-off-by: Johannes Berg <[email protected]>
Diffstat (limited to 'drivers/net/wireless/intel/iwlwifi/fw/api/commands.h')
| -rw-r--r-- | drivers/net/wireless/intel/iwlwifi/fw/api/commands.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/wireless/intel/iwlwifi/fw/api/commands.h b/drivers/net/wireless/intel/iwlwifi/fw/api/commands.h index 7544c4cb1a30..548eeca09881 100644 --- a/drivers/net/wireless/intel/iwlwifi/fw/api/commands.h +++ b/drivers/net/wireless/intel/iwlwifi/fw/api/commands.h @@ -2,7 +2,7 @@ /* * Copyright (C) 2013-2015 Intel Mobile Communications GmbH * Copyright (C) 2016-2017 Intel Deutschland GmbH - * Copyright (C) 2018-2022 Intel Corporation + * Copyright (C) 2018-2022, 2024 Intel Corporation */ #ifndef __iwl_fw_api_commands_h__ #define __iwl_fw_api_commands_h__ @@ -467,7 +467,7 @@ enum iwl_legacy_cmds { MARKER_CMD = 0xcb, /** - * @BT_PROFILE_NOTIFICATION: &struct iwl_bt_coex_profile_notif + * @BT_PROFILE_NOTIFICATION: &struct iwl_bt_coex_prof_old_notif */ BT_PROFILE_NOTIFICATION = 0xce, |
