From: Wey-Yi Guy Date: Mon, 10 Oct 2011 14:26:47 +0000 (-0700) Subject: iwlagn: add REPLY_ECHO host command X-Git-Tag: firefly_0821_release~3680^2~4273^2~83^2~86 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=e80eb00276c990b8d192cc594e607d2f4b4bfc65;p=firefly-linux-kernel-4.4.55.git iwlagn: add REPLY_ECHO host command Add "echo" host command for testing and drebugging to make sure uCode still responding Signed-off-by: Wey-Yi Guy Signed-off-by: John W. Linville --- diff --git a/drivers/net/wireless/iwlwifi/iwl-commands.h b/drivers/net/wireless/iwlwifi/iwl-commands.h index bc0bc12f6990..69d5f85d11e2 100644 --- a/drivers/net/wireless/iwlwifi/iwl-commands.h +++ b/drivers/net/wireless/iwlwifi/iwl-commands.h @@ -89,6 +89,7 @@ struct iwl_priv; enum { REPLY_ALIVE = 0x1, REPLY_ERROR = 0x2, + REPLY_ECHO = 0x3, /* test command */ /* RXON and QOS commands */ REPLY_RXON = 0x10,