Re: [RFC PATCH 1/2] move flow control definitions to mii.h
From: David Miller <davem@davemloft.net>
Date: 2008-12-16 10:00:27
From: David Miller <davem@davemloft.net>
Date: 2008-12-16 10:00:27
From: Steve Glendinning <redacted> Date: Sun, 14 Dec 2008 12:38:20 +0000
flags used within drivers for indicating tx and rx flow control are defined in 4 drivers (and probably more), move these constants to mii.h. The 3 SMSC drivers use the same constants (FLOW_CTRL_TX), but TG3 uses TG3_FLOW_CTRL_TX, so this patch also renames the constants within TG3. Signed-off-by: Steve Glendinning <redacted>
Applied.