]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
wifi: iwlwifi: api: remove NAN_GROUP
authorJohannes Berg <johannes.berg@intel.com>
Fri, 15 May 2026 12:09:44 +0000 (15:09 +0300)
committerMiri Korenblit <miriam.rachel.korenblit@intel.com>
Tue, 26 May 2026 12:17:12 +0000 (15:17 +0300)
This is no longer used by the driver nor supported by firmware,
and the kernel-doc reference to enum iwl_nan_subcmd_ids is long
dead. Remove it.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Link: https://patch.msgid.link/20260515150751.1427beb76b0a.I6faacff99020984b14a76d9387f3aaa6281f3552@changeid
Signed-off-by: Miri Korenblit <miriam.rachel.korenblit@intel.com>
drivers/net/wireless/intel/iwlwifi/fw/api/commands.h

index dcac0ba8cccf9f7ef00c159dbda638091f8de97c..24bac3f00310b5ba80b97a4070a5551c8c55e233 100644 (file)
@@ -22,7 +22,6 @@
  *     &enum iwl_data_path_subcmd_ids
  * @SCAN_GROUP: scan group, uses command IDs from
  *     &enum iwl_scan_subcmd_ids
- * @NAN_GROUP: NAN group, uses command IDs from &enum iwl_nan_subcmd_ids
  * @LOCATION_GROUP: location group, uses command IDs from
  *     &enum iwl_location_subcmd_ids
  * @BT_COEX_GROUP: bt coex group, uses command IDs from
@@ -43,7 +42,6 @@ enum iwl_mvm_command_groups {
        PHY_OPS_GROUP = 0x4,
        DATA_PATH_GROUP = 0x5,
        SCAN_GROUP = 0x6,
-       NAN_GROUP = 0x7,
        LOCATION_GROUP = 0x8,
        BT_COEX_GROUP = 0x9,
        PROT_OFFLOAD_GROUP = 0xb,