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:
2352730
)
i40e: debugfs fix to dump remote LLDPDU
author
Neerav Parikh
<
[email protected]
>
Tue, 3 Jun 2014 23:50:16 +0000
(23:50 +0000)
committer
Jeff Kirsher
<
[email protected]
>
Fri, 20 Jun 2014 03:22:04 +0000
(20:22 -0700)
Fix the debugfs command "lldp get remote" that dumped the local
LLDPDU instead of peer's LLDPDU.
Change-ID: I0702eacdafd54478c18f20cab3a7fa5dc1b3182d
Signed-off-by: Neerav Parikh <
[email protected]
>
Signed-off-by: Jeff Kirsher <
[email protected]
>
drivers/net/ethernet/intel/i40e/i40e_debugfs.c
patch
|
blob
|
history
diff --git
a/drivers/net/ethernet/intel/i40e/i40e_debugfs.c
b/drivers/net/ethernet/intel/i40e/i40e_debugfs.c
index cffdfc21290fdced44a5b1265eb2fb04a23608cf..910b01b90cdc2f4c68736135c7386fb2cddd4ec5 100644
(file)
--- a/
drivers/net/ethernet/intel/i40e/i40e_debugfs.c
+++ b/
drivers/net/ethernet/intel/i40e/i40e_debugfs.c
@@
-1830,7
+1830,7
@@
static ssize_t i40e_dbg_command_write(struct file *filp,
ret = i40e_aq_get_lldp_mib(&pf->hw,
I40E_AQ_LLDP_BRIDGE_TYPE_NEAREST_BRIDGE,
- I40E_AQ_LLDP_MIB_
LOCAL
,
+ I40E_AQ_LLDP_MIB_
REMOTE
,
buff, I40E_LLDPDU_SIZE,
&llen, &rlen, NULL);
if (ret) {