diff options
Diffstat (limited to 'drivers/net/sfc/falcon_xmac.c')
-rw-r--r-- | drivers/net/sfc/falcon_xmac.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/sfc/falcon_xmac.c b/drivers/net/sfc/falcon_xmac.c index 2206eada3463..0ce8f015386c 100644 --- a/drivers/net/sfc/falcon_xmac.c +++ b/drivers/net/sfc/falcon_xmac.c | |||
@@ -142,7 +142,7 @@ static void falcon_reconfigure_xmac_core(struct efx_nic *efx) | |||
142 | { | 142 | { |
143 | unsigned int max_frame_len; | 143 | unsigned int max_frame_len; |
144 | efx_oword_t reg; | 144 | efx_oword_t reg; |
145 | bool rx_fc = !!(efx->flow_control & EFX_FC_RX); | 145 | bool rx_fc = !!(efx->link_fc & EFX_FC_RX); |
146 | 146 | ||
147 | /* Configure MAC - cut-thru mode is hard wired on */ | 147 | /* Configure MAC - cut-thru mode is hard wired on */ |
148 | EFX_POPULATE_DWORD_3(reg, | 148 | EFX_POPULATE_DWORD_3(reg, |