net: Move flow control definitions to mii.h
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 <steve.glendinning@smsc.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
f9867328f9
commit
e18ce34654
@ -61,9 +61,6 @@
|
||||
#define SMSC_ASSERT_MAC_LOCK(pdata) do {} while (0)
|
||||
#endif /* CONFIG_DEBUG_SPINLOCK */
|
||||
|
||||
#define FLOW_CTRL_TX (1)
|
||||
#define FLOW_CTRL_RX (2)
|
||||
|
||||
/* SMSC911x registers and bitfields */
|
||||
#define RX_DATA_FIFO 0x00
|
||||
|
||||
|
Reference in New Issue
Block a user