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:
09a08cf
)
iwlagn: Add Flow-handler (FH) register dump for 4965.
author
Ben Cahill
<
[email protected]
>
Tue, 2 Mar 2010 20:48:25 +0000
(12:48 -0800)
committer
Reinette Chatre
<
[email protected]
>
Fri, 19 Mar 2010 20:40:40 +0000
(13:40 -0700)
FH register dump debug feature was recently added for 5000 and later;
4965 can use it also.
Signed-off-by: Ben Cahill <
[email protected]
>
Signed-off-by: Reinette Chatre <
[email protected]
>
drivers/net/wireless/iwlwifi/iwl-4965.c
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/iwlwifi/iwl-4965.c
b/drivers/net/wireless/iwlwifi/iwl-4965.c
index 644aacfbd7df2bb96be9c4de9227fafe67029366..271576ab57471bd7930fd832aadb198930d8c867 100644
(file)
--- a/
drivers/net/wireless/iwlwifi/iwl-4965.c
+++ b/
drivers/net/wireless/iwlwifi/iwl-4965.c
@@
-2187,6
+2187,7
@@
static struct iwl_lib_ops iwl4965_lib = {
.load_ucode = iwl4965_load_bsm,
.dump_nic_event_log = iwl_dump_nic_event_log,
.dump_nic_error_log = iwl_dump_nic_error_log,
+ .dump_fh = iwl_dump_fh,
.set_channel_switch = iwl4965_hw_channel_switch,
.apm_ops = {
.init = iwl_apm_init,