Commit d6b0e44e authored by Johannes Berg's avatar Johannes Berg

wifi: iwlwifi: api: remove unused commands

Some commands are no longer used and have broken kernel-doc links,
so just remove them.
Signed-off-by: default avatarJohannes Berg <johannes.berg@intel.com>
Signed-off-by: default avatarGregory Greenman <gregory.greenman@intel.com>
Link: https://lore.kernel.org/r/20230601171633.3dad4ad9b53e.I018abd02d6925950b8748dfb7a59db87255fc670@changeidSigned-off-by: default avatarJohannes Berg <johannes.berg@intel.com>
parent 11b60071
...@@ -138,11 +138,6 @@ enum iwl_legacy_cmds { ...@@ -138,11 +138,6 @@ enum iwl_legacy_cmds {
*/ */
REMOVE_STA = 0x19, REMOVE_STA = 0x19,
/**
* @FW_GET_ITEM_CMD: uses &struct iwl_fw_get_item_cmd
*/
FW_GET_ITEM_CMD = 0x1a,
/** /**
* @TX_CMD: uses &struct iwl_tx_cmd or &struct iwl_tx_cmd_gen2 or * @TX_CMD: uses &struct iwl_tx_cmd or &struct iwl_tx_cmd_gen2 or
* &struct iwl_tx_cmd_gen3, * &struct iwl_tx_cmd_gen3,
...@@ -533,12 +528,6 @@ enum iwl_legacy_cmds { ...@@ -533,12 +528,6 @@ enum iwl_legacy_cmds {
*/ */
PROT_OFFLOAD_CONFIG_CMD = 0xd4, PROT_OFFLOAD_CONFIG_CMD = 0xd4,
/**
* @OFFLOADS_QUERY_CMD:
* No data in command, response in &struct iwl_wowlan_status
*/
OFFLOADS_QUERY_CMD = 0xd5,
/** /**
* @D0I3_END_CMD: End D0i3/D3 state, no command data * @D0I3_END_CMD: End D0i3/D3 state, no command data
*/ */
......
...@@ -449,7 +449,6 @@ static const struct iwl_hcmd_names iwl_mvm_legacy_names[] = { ...@@ -449,7 +449,6 @@ static const struct iwl_hcmd_names iwl_mvm_legacy_names[] = {
HCMD_NAME(ADD_STA_KEY), HCMD_NAME(ADD_STA_KEY),
HCMD_NAME(ADD_STA), HCMD_NAME(ADD_STA),
HCMD_NAME(REMOVE_STA), HCMD_NAME(REMOVE_STA),
HCMD_NAME(FW_GET_ITEM_CMD),
HCMD_NAME(TX_CMD), HCMD_NAME(TX_CMD),
HCMD_NAME(SCD_QUEUE_CFG), HCMD_NAME(SCD_QUEUE_CFG),
HCMD_NAME(TXPATH_FLUSH), HCMD_NAME(TXPATH_FLUSH),
...@@ -512,7 +511,6 @@ static const struct iwl_hcmd_names iwl_mvm_legacy_names[] = { ...@@ -512,7 +511,6 @@ static const struct iwl_hcmd_names iwl_mvm_legacy_names[] = {
HCMD_NAME(REPLY_BEACON_FILTERING_CMD), HCMD_NAME(REPLY_BEACON_FILTERING_CMD),
HCMD_NAME(D3_CONFIG_CMD), HCMD_NAME(D3_CONFIG_CMD),
HCMD_NAME(PROT_OFFLOAD_CONFIG_CMD), HCMD_NAME(PROT_OFFLOAD_CONFIG_CMD),
HCMD_NAME(OFFLOADS_QUERY_CMD),
HCMD_NAME(MATCH_FOUND_NOTIFICATION), HCMD_NAME(MATCH_FOUND_NOTIFICATION),
HCMD_NAME(DTS_MEASUREMENT_NOTIFICATION), HCMD_NAME(DTS_MEASUREMENT_NOTIFICATION),
HCMD_NAME(WOWLAN_PATTERNS), HCMD_NAME(WOWLAN_PATTERNS),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment