projects
/
linux
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
86060f0
)
iwlwifi: Fix get_cmd_string() for REPLY_3945_RX
author
Samuel Ortiz
<sameo@linux.intel.com>
Thu, 8 Jan 2009 18:20:00 +0000
(10:20 -0800)
committer
John W. Linville
<linville@tuxdriver.com>
Mon, 12 Jan 2009 19:24:51 +0000
(14:24 -0500)
0x1b is a 3945 specific command, we should print it too when debugging.
Signed-off-by: Samuel Ortiz <samuel.ortiz@intel.com>
Signed-off-by: Reinette Chatre <reinette.chatre@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/iwlwifi/iwl-hcmd.c
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/iwlwifi/iwl-hcmd.c
b/drivers/net/wireless/iwlwifi/iwl-hcmd.c
index 01a2169cececb1dc7abbed3d2bf8b41ece10d3d3..8c71ad4f88c5f98e027293a1459d5700a388bb17 100644
(file)
--- a/
drivers/net/wireless/iwlwifi/iwl-hcmd.c
+++ b/
drivers/net/wireless/iwlwifi/iwl-hcmd.c
@@
-51,6
+51,7
@@
const char *get_cmd_string(u8 cmd)
IWL_CMD(REPLY_REMOVE_STA);
IWL_CMD(REPLY_REMOVE_ALL_STA);
IWL_CMD(REPLY_WEPKEY);
+ IWL_CMD(REPLY_3945_RX);
IWL_CMD(REPLY_TX);
IWL_CMD(REPLY_RATE_SCALE);
IWL_CMD(REPLY_LEDS_CMD);