iwlwifi: mvm: remove unused REPLY_MAX
authorJohannes Berg <johannes.berg@intel.com>
Wed, 15 Mar 2017 09:22:06 +0000 (10:22 +0100)
committerLuca Coelho <luciano.coelho@intel.com>
Fri, 2 Jun 2017 11:10:44 +0000 (14:10 +0300)
This value is unused, and there's no reason we'd ever use it.
Just remove it.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
drivers/net/wireless/intel/iwlwifi/mvm/fw-api.h

index 332f204761cc2d746b736c186fc30017fae1abd8..ef8b47faa2653a3d41a02908e31a81607e7d4fe9 100644 (file)
@@ -470,8 +470,6 @@ enum iwl_legacy_cmds {
        SCAN_OFFLOAD_PROFILES_QUERY_CMD = 0x56,
        SCAN_OFFLOAD_HOTSPOTS_CONFIG_CMD = 0x58,
        SCAN_OFFLOAD_HOTSPOTS_QUERY_CMD = 0x59,
-
-       REPLY_MAX = 0xff,
 };
 
 /* Please keep this enum *SORTED* by hex value.