git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f6d5243
)
bnx2x: Fix namespace collision with FLOW_CTRL_{TX,RX}
author
David S. Miller
<davem@davemloft.net>
Wed, 17 Dec 2008 07:53:20 +0000
(23:53 -0800)
committer
David S. Miller
<davem@davemloft.net>
Wed, 17 Dec 2008 07:54:24 +0000
(23:54 -0800)
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>
No differences found