mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-03-02 21:23:42 -05:00
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 <wey-yi.w.guy@intel.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
committed by
John W. Linville
parent
d10630aff7
commit
e80eb00276
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user