Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 020ab48d authored by Luis R. Rodriguez's avatar Luis R. Rodriguez Committed by John W. Linville
Browse files

ath9k_hw: make two initvals consto for the AR9001 family



This makes ar5416Addac_9160 and ar5416Addac_9160 const
I guess we skipped them long ago.

Signed-off-by: default avatarLuis R. Rodriguez <lrodriguez@atheros.com>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent 7bdfcaaf
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 },
@@ -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 },