projects
/
platform
/
upstream
/
kernel-adaptation-pc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4872b11
)
jme: Fix bit typo of JMC250A2 workaround
author
Guo-Fu Tseng
<cooldavid@cooldavid.org>
Sun, 13 Feb 2011 18:27:36 +0000
(18:27 +0000)
committer
David S. Miller
<davem@davemloft.net>
Mon, 14 Feb 2011 04:43:21 +0000
(20:43 -0800)
Signed-off-by: Guo-Fu Tseng <cooldavid@cooldavid.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/jme.h
patch
|
blob
|
history
diff --git
a/drivers/net/jme.h
b/drivers/net/jme.h
index
c3764fc
..
dc4af57
100644
(file)
--- a/
drivers/net/jme.h
+++ b/
drivers/net/jme.h
@@
-1000,8
+1000,8
@@
enum jme_gpreg1_masks {
};
enum jme_gpreg1_vals {
- GPREG1_
RSSPATCH
= 0x00000040,
- GPREG1_
HALFMODEPATCH
= 0x00000020,
+ GPREG1_
HALFMODEPATCH
= 0x00000040,
+ GPREG1_
RSSPATCH
= 0x00000020,
GPREG1_INTDLYUNIT_16NS = 0x00000000,
GPREG1_INTDLYUNIT_256NS = 0x00000008,