mirror of
https://github.com/qca/qca-swiss-army-knife.git
synced 2026-01-27 17:07:18 +01:00
make ar5416Addac_9160 and ar5416Addac_9160 const
These were not const, I guess we skipped them. Will send a respective upstream patch. Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com>
This commit is contained in:
parent
98e277108a
commit
5d80d57d19
1 changed files with 2 additions and 2 deletions
|
|
@ -1919,7 +1919,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 },
|
||||
|
|
@ -1954,7 +1954,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 },
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue