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:
parent
69d22e737e
commit
e4eb275ac5
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue