projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1f2435e
)
bnx2: Don't redefine FLOW_CTRL_{RX,TX}.
author
David S. Miller
<davem@davemloft.net>
Wed, 17 Dec 2008 07:45:02 +0000
(23:45 -0800)
committer
David S. Miller
<davem@davemloft.net>
Wed, 17 Dec 2008 07:54:23 +0000
(23:54 -0800)
They are provided generically by linux/mii.h now.
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/bnx2.h
patch
|
blob
|
history
diff --git
a/drivers/net/bnx2.h
b/drivers/net/bnx2.h
index 88f962bff2d34beba6a0f28ec22c1337b12f2912..900641ac63e04d4678d7f779fc4f0481e0b138af 100644
(file)
--- a/
drivers/net/bnx2.h
+++ b/
drivers/net/bnx2.h
@@
-6848,9
+6848,6
@@
struct bnx2 {
u8 flow_ctrl; /* actual flow ctrl settings */
/* may be different from */
/* req_flow_ctrl if autoneg */
-#define FLOW_CTRL_TX 1
-#define FLOW_CTRL_RX 2
-
u32 advertising;
u8 req_flow_ctrl; /* flow ctrl advertisement */