Skip to content

Commit

Permalink
iwlagn: add REPLY_ECHO host command
Browse files Browse the repository at this point in the history
Add "echo" host command for testing and drebugging to make sure uCode still
responding

Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
  • Loading branch information
Wey-Yi Guy authored and John W. Linville committed Oct 14, 2011
1 parent d10630a commit e80eb00
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/net/wireless/iwlwifi/iwl-commands.h
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit e80eb00

Please sign in to comment.