Skip to content

Commit

Permalink
jme: Fix bit typo of JMC250A2 workaround
Browse files Browse the repository at this point in the history
Signed-off-by: Guo-Fu Tseng <cooldavid@cooldavid.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Guo-Fu Tseng authored and David S. Miller committed Feb 14, 2011
1 parent 4872b11 commit 3c2368d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/net/jme.h
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 3c2368d

Please sign in to comment.