net: introduce new priv_flag indicating iface capable of change mac when running
[firefly-linux-kernel-4.4.55.git] / include / linux / if.h
index f995c663c493baf4d369bcf05d3bed20d38dcd1f..1ec407b01e46fe73308547b02bd548fd150616ec 100644 (file)
@@ -81,6 +81,8 @@
 #define IFF_UNICAST_FLT        0x20000         /* Supports unicast filtering   */
 #define IFF_TEAM_PORT  0x40000         /* device used as team port */
 #define IFF_SUPP_NOFCS 0x80000         /* device supports sending custom FCS */
+#define IFF_LIVE_ADDR_CHANGE 0x100000  /* device supports hardware address
+                                        * change when it's running */
 
 
 #define IF_GET_IFACE   0x0001          /* for querying only */