summaryrefslogtreecommitdiff
path: root/drivers/staging/hv/NetVscApi.h
diff options
context:
space:
mode:
authorStephen Hemminger <shemminger@vyatta.com>2010-05-04 16:58:54 (GMT)
committerGreg Kroah-Hartman <gregkh@suse.de>2010-05-11 18:36:09 (GMT)
commit9f8bd8bacf90c78e331ad63c38b0ea167e2ce639 (patch)
tree86d83c42fe22a9ccad1a5ed2ed78cc9de3df285d /drivers/staging/hv/NetVscApi.h
parent450d7a4b7ace20fb1cbb4d87ccbccbac3f8895d0 (diff)
downloadlinux-fsl-qoriq-9f8bd8bacf90c78e331ad63c38b0ea167e2ce639.tar.xz
Staging: hv: use existing Ethernet header size
Use ETH_ALEN to indicate that MAC address is Ethernet. Also use Linux printk format for mac addresses. Signed-off-by: Stephen Hemminger <shemminger@vyatta.com> Acked-by: Hank Janssen <hjanssen@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/hv/NetVscApi.h')
-rw-r--r--drivers/staging/hv/NetVscApi.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/staging/hv/NetVscApi.h b/drivers/staging/hv/NetVscApi.h
index c372c98..91a4cd9 100644
--- a/drivers/staging/hv/NetVscApi.h
+++ b/drivers/staging/hv/NetVscApi.h
@@ -27,9 +27,6 @@
#include "VmbusApi.h"
-/* Defines */
-#define HW_MACADDR_LEN 6
-
/* Fwd declaration */
struct hv_netvsc_packet;
@@ -92,9 +89,6 @@ struct netvsc_driver {
u32 RingBufferSize;
u32 RequestExtSize;
- /* Additional num of page buffers to allocate */
- u32 AdditionalRequestPageBufferCount;
-
/*
* This is set by the caller to allow us to callback when we
* receive a packet from the "wire"