ixgbe: make 'action' field in struct ixgbe_fdir_filter a u64 value
[cascardo/linux.git] / drivers / net / ethernet / intel / ixgbe / ixgbe.h
index 61d8110..94e39c1 100644 (file)
@@ -825,7 +825,7 @@ struct ixgbe_fdir_filter {
        struct hlist_node fdir_node;
        union ixgbe_atr_input filter;
        u16 sw_idx;
-       u16 action;
+       u64 action;
 };
 
 enum ixgbe_state_t {