diff options
author | David S. Miller <davem@davemloft.net> | 2018-03-08 12:48:57 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-03-08 12:48:57 -0500 |
commit | 7f7f6262a57b2cff9ca213f0dc5b2462bd10c99b (patch) | |
tree | d8bb32f9c86acf62b0970d6ab20354562993714c /drivers/net/hyperv/hyperv_net.h | |
parent | 652dfb2b31b076153c73106863a4a57e5318c152 (diff) | |
parent | b0dee7910317f41f398838992516af6a3b981d86 (diff) |
Merge branch 'hv_netvsc-fix-multicast-flags-and-sync'
Stephen Hemminger says:
====================
hv_netvsc: fix multicast flags and sync
This set of patches deals with the handling of multicast flags
and addresses in transparent VF mode. The recent set of patches
(in linux-net) had a couple of bugs.
====================
Signed-off-by: David S. Miller <davem@davemloft.net>
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 0db3bd1ea06f..cd538d5a7986 100644 --- a/drivers/net/hyperv/hyperv_net.h +++ b/drivers/net/hyperv/hyperv_net.h @@ -173,6 +173,7 @@ struct rndis_device { struct list_head req_list; struct work_struct mcast_work; + u32 filter; bool link_state; /* 0 - link up, 1 - link down */ |