Skip to content

Commit

Permalink
ath9k_hw: make two initvals consto for the AR9001 family
Browse files Browse the repository at this point in the history
This makes ar5416Addac_9160 and ar5416Addac_9160 const
I guess we skipped them long ago.

Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
  • Loading branch information
Luis R. Rodriguez authored and John W. Linville committed Apr 21, 2010
1 parent 7bdfcaa commit 020ab48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/net/wireless/ath/ath9k/ar9001_initvals.h
Original file line number Diff line number Diff line change
Expand Up @@ -1182,7 +1182,7 @@ static const u32 ar5416Bank7_9160[][2] = {
{ 0x000098cc, 0x0000000e },
};

static u32 ar5416Addac_9160[][2] = {
static const u32 ar5416Addac_9160[][2] = {
{0x0000989c, 0x00000000 },
{0x0000989c, 0x00000000 },
{0x0000989c, 0x00000000 },
Expand Down Expand Up @@ -1217,7 +1217,7 @@ static u32 ar5416Addac_9160[][2] = {
{0x000098cc, 0x00000000 },
};

static u32 ar5416Addac_91601_1[][2] = {
static const u32 ar5416Addac_91601_1[][2] = {
{0x0000989c, 0x00000000 },
{0x0000989c, 0x00000000 },
{0x0000989c, 0x00000000 },
Expand Down

0 comments on commit 020ab48

Please sign in to comment.