wireless: Support ht-capabilities over-rides.
[cascardo/linux.git] / include / linux / if_macvlan.h
index e28b2e4..d103dca 100644 (file)
@@ -64,6 +64,7 @@ struct macvlan_dev {
        int (*forward)(struct net_device *dev, struct sk_buff *skb);
        struct macvtap_queue    *taps[MAX_MACVTAP_QUEUES];
        int                     numvtaps;
+       int                     minor;
 };
 
 static inline void macvlan_count_rx(const struct macvlan_dev *vlan,