Skip to content

Commit

Permalink
cxgb4: Fix incorrect values for MEMWIN*_APERTURE and MEMWIN*_BASE
Browse files Browse the repository at this point in the history
Signed-off-by: Jay Hernandez <jay@chelsio.com>
Signed-off-by: Vipul Pandya <vipul@chelsio.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Vipul Pandya authored and David S. Miller committed Sep 27, 2012
1 parent 842b08b commit 3eb4afb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions drivers/net/ethernet/chelsio/cxgb4/cxgb4.h
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,12 @@ enum {
};

enum {
MEMWIN0_APERTURE = 65536,
MEMWIN0_BASE = 0x30000,
MEMWIN0_APERTURE = 2048,
MEMWIN0_BASE = 0x1b800,
MEMWIN1_APERTURE = 32768,
MEMWIN1_BASE = 0x28000,
MEMWIN2_APERTURE = 2048,
MEMWIN2_BASE = 0x1b800,
MEMWIN2_APERTURE = 65536,
MEMWIN2_BASE = 0x30000,
};

enum dev_master {
Expand Down

0 comments on commit 3eb4afb

Please sign in to comment.