commit | c0700f90e5300c63d01c70e157e75e4510dd2981 | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Tue Dec 16 23:53:20 2008 -0800 |
committer | David S. Miller <davem@davemloft.net> | Tue Dec 16 23:54:24 2008 -0800 |
tree | f4889b62ab770b943eb5c2bd0778eab3b5118a91 | |
parent | f6d52432a4bc6da5de2a0bbb350f735db3206aa5 [diff] |
bnx2x: Fix namespace collision with FLOW_CTRL_{TX,RX} These are now defined in linux/mii.h and the bnx2x driver defines different values which are shared with hardware data structures. So add a "BNX2X_" prefix to these macro names. Based upon a report from Stephen Rothwell. Signed-off-by: David S. Miller <davem@davemloft.net>