| Submitter | Wang Chen |
|---|---|
| Date | Nov. 21, 2008, 9:32 a.m. |
| Message ID | <49268046.9020801@cn.fujitsu.com> |
| Download | mbox | patch |
| Permalink | /patch/9972/ |
| State | Accepted |
| Delegated to: | David Miller |
| Headers | show |
Comments
From: Wang Chen <wangchen@cn.fujitsu.com> Date: Fri, 21 Nov 2008 17:32:54 +0800 > Signed-off-by: Wang Chen <wangchen@cn.fujitsu.com> Applied. -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Patch
diff --git a/drivers/net/ixgbe/ixgbe_ethtool.c b/drivers/net/ixgbe/ixgbe_ethtool.c index aaa4404..ad9759d 100644 --- a/drivers/net/ixgbe/ixgbe_ethtool.c +++ b/drivers/net/ixgbe/ixgbe_ethtool.c @@ -99,7 +99,7 @@ static struct ixgbe_stats ixgbe_gstrings_stats[] = { (sizeof(struct ixgbe_queue_stats) / sizeof(u64))) #define IXGBE_GLOBAL_STATS_LEN ARRAY_SIZE(ixgbe_gstrings_stats) #define IXGBE_PB_STATS_LEN ( \ - (((struct ixgbe_adapter *)netdev->priv)->flags & \ + (((struct ixgbe_adapter *)netdev_priv(netdev))->flags & \ IXGBE_FLAG_DCB_ENABLED) ? \ (sizeof(((struct ixgbe_adapter *)0)->stats.pxonrxc) + \ sizeof(((struct ixgbe_adapter *)0)->stats.pxontxc) + \
Signed-off-by: Wang Chen <wangchen@cn.fujitsu.com> --- drivers/net/ixgbe/ixgbe_ethtool.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)