diff options
Diffstat (limited to 'include/linux/stmmac.h')
-rw-r--r-- | include/linux/stmmac.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/stmmac.h b/include/linux/stmmac.h index f85c93d6e6da..b69bdb1e08b6 100644 --- a/include/linux/stmmac.h +++ b/include/linux/stmmac.h | |||
@@ -86,6 +86,7 @@ struct stmmac_mdio_bus_data { | |||
86 | struct stmmac_dma_cfg { | 86 | struct stmmac_dma_cfg { |
87 | int pbl; | 87 | int pbl; |
88 | int fixed_burst; | 88 | int fixed_burst; |
89 | int mixed_burst; | ||
89 | int burst_len; | 90 | int burst_len; |
90 | }; | 91 | }; |
91 | 92 | ||