]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
myri10ge: Rename DCA-related firmware counters
authorBrice Goglin <brice@myri.com>
Fri, 12 Sep 2008 17:48:06 +0000 (19:48 +0200)
committerJeff Garzik <jgarzik@redhat.com>
Wed, 24 Sep 2008 22:54:45 +0000 (18:54 -0400)
Rename the cryptic "dca_capable" to "dca_capable_firmware"
and "dca_enabled" to "dca_device_present" in the firmware
counters.

Signed-off-by: Brice Goglin <brice@myri.com>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
drivers/net/myri10ge/myri10ge.c

index a1d82b0b467e607cbd5c3126910d98a9346101be..ce9fc66e73b7544d238677e00320664256da3312 100644 (file)
@@ -1688,7 +1688,7 @@ static const char myri10ge_gstrings_main_stats[][ETH_GSTRING_LEN] = {
        "read_dma_bw_MBs", "write_dma_bw_MBs", "read_write_dma_bw_MBs",
        "serial_number", "watchdog_resets",
 #ifdef CONFIG_DCA
-       "dca_capable", "dca_enabled",
+       "dca_capable_firmware", "dca_device_present",
 #endif
        "link_changes", "link_up", "dropped_link_overflow",
        "dropped_link_error_or_filtered",