projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d10630a
)
iwlagn: add REPLY_ECHO host command
author
Wey-Yi Guy
<
[email protected]
>
Mon, 10 Oct 2011 14:26:47 +0000
(07:26 -0700)
committer
John W. Linville
<
[email protected]
>
Fri, 14 Oct 2011 18:48:09 +0000
(14:48 -0400)
Add "echo" host command for testing and drebugging to make sure uCode still
responding
Signed-off-by: Wey-Yi Guy <
[email protected]
>
Signed-off-by: John W. Linville <
[email protected]
>
drivers/net/wireless/iwlwifi/iwl-commands.h
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/iwlwifi/iwl-commands.h
b/drivers/net/wireless/iwlwifi/iwl-commands.h
index bc0bc12f699065dcbdd5fa932e1231182ee35f1f..69d5f85d11e2a10e53d02ac986e18288e614d972 100644
(file)
--- 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,