diff options
Diffstat (limited to 'drivers/net/stmmac/common.h')
-rw-r--r-- | drivers/net/stmmac/common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/stmmac/common.h b/drivers/net/stmmac/common.h index 144f76fd3e39..66b9da0260fe 100644 --- a/drivers/net/stmmac/common.h +++ b/drivers/net/stmmac/common.h | |||
@@ -108,6 +108,7 @@ enum rx_frame_status { /* IPC status */ | |||
108 | good_frame = 0, | 108 | good_frame = 0, |
109 | discard_frame = 1, | 109 | discard_frame = 1, |
110 | csum_none = 2, | 110 | csum_none = 2, |
111 | llc_snap = 4, | ||
111 | }; | 112 | }; |
112 | 113 | ||
113 | enum tx_dma_irq_status { | 114 | enum tx_dma_irq_status { |