Commit 6b7e4008 authored by Lothar Waßmann's avatar Lothar Waßmann Committed by David S. Miller

net: fec: improve access to quirk flags by copying them into fec_enet_private struct

Signed-off-by: default avatarLothar Waßmann <LW@KARO-electronics.de>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 217b5844
......@@ -504,6 +504,7 @@ struct fec_enet_private {
int irq[FEC_IRQ_NUM];
bool bufdesc_ex;
int pause_flag;
u32 quirks;
struct napi_struct napi;
int csum_flags;
......
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment