diff options
Diffstat (limited to 'drivers/net/hyperv/hyperv_net.h')
-rw-r--r-- | drivers/net/hyperv/hyperv_net.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/hyperv/hyperv_net.h b/drivers/net/hyperv/hyperv_net.h index 2857ab078aac..95ceb3593043 100644 --- a/drivers/net/hyperv/hyperv_net.h +++ b/drivers/net/hyperv/hyperv_net.h | |||
@@ -131,6 +131,7 @@ int rndis_filter_send(struct hv_device *dev, | |||
131 | struct hv_netvsc_packet *pkt); | 131 | struct hv_netvsc_packet *pkt); |
132 | 132 | ||
133 | int rndis_filter_set_packet_filter(struct rndis_device *dev, u32 new_filter); | 133 | int rndis_filter_set_packet_filter(struct rndis_device *dev, u32 new_filter); |
134 | int rndis_filter_set_device_mac(struct hv_device *hdev, char *mac); | ||
134 | 135 | ||
135 | 136 | ||
136 | #define NVSP_INVALID_PROTOCOL_VERSION ((u32)0xFFFFFFFF) | 137 | #define NVSP_INVALID_PROTOCOL_VERSION ((u32)0xFFFFFFFF) |