iwlwifi: mvm: remove unused REPLY_MAX

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>
This commit is contained in:
Johannes Berg 2017-03-15 10:22:06 +01:00 committed by Luca Coelho
parent 69d22e737e
commit e4eb275ac5
1 changed files with 0 additions and 2 deletions

View 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.