aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/hyperv/hyperv_net.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/hyperv/hyperv_net.h')
-rw-r--r--drivers/net/hyperv/hyperv_net.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/drivers/net/hyperv/hyperv_net.h b/drivers/net/hyperv/hyperv_net.h
index 39fc230f5c20..694bf7cada90 100644
--- a/drivers/net/hyperv/hyperv_net.h
+++ b/drivers/net/hyperv/hyperv_net.h
@@ -73,7 +73,7 @@ struct hv_netvsc_packet {
73 } completion; 73 } completion;
74 74
75 /* This points to the memory after page_buf */ 75 /* This points to the memory after page_buf */
76 void *extension; 76 struct rndis_message *rndis_msg;
77 77
78 u32 total_data_buflen; 78 u32 total_data_buflen;
79 /* Points to the send/receive buffer where the ethernet frame is */ 79 /* Points to the send/receive buffer where the ethernet frame is */
@@ -126,11 +126,6 @@ void rndis_filter_device_remove(struct hv_device *dev);
126int rndis_filter_receive(struct hv_device *dev, 126int rndis_filter_receive(struct hv_device *dev,
127 struct hv_netvsc_packet *pkt); 127 struct hv_netvsc_packet *pkt);
128 128
129
130
131int rndis_filter_send(struct hv_device *dev,
132 struct hv_netvsc_packet *pkt);
133
134int rndis_filter_set_packet_filter(struct rndis_device *dev, u32 new_filter); 129int rndis_filter_set_packet_filter(struct rndis_device *dev, u32 new_filter);
135int rndis_filter_set_device_mac(struct hv_device *hdev, char *mac); 130int rndis_filter_set_device_mac(struct hv_device *hdev, char *mac);
136 131