mirror of
https://github.com/qca/qca-swiss-army-knife.git
synced 2026-01-27 17:07:18 +01:00
Apply the corrupt frame fix in the generated initvals
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
This commit is contained in:
parent
5c214fad7a
commit
c21054d105
2 changed files with 3 additions and 3 deletions
|
|
@ -900,7 +900,7 @@ static const u32 ar5416Common_9160[][2] = {
|
|||
{0x00008258, 0x00000000},
|
||||
{0x0000825c, 0x400000ff},
|
||||
{0x00008260, 0x00080922},
|
||||
{0x00008264, 0xa8a00010},
|
||||
{0x00008264, 0x88a00010},
|
||||
{0x00008270, 0x00000000},
|
||||
{0x00008274, 0x40000000},
|
||||
{0x00008278, 0x003e4180},
|
||||
|
|
|
|||
|
|
@ -1965,7 +1965,7 @@ static const u32 ar9285Common_9285[][2] = {
|
|||
{0x00008258, 0x00000000},
|
||||
{0x0000825c, 0x400000ff},
|
||||
{0x00008260, 0x00080922},
|
||||
{0x00008264, 0xa8a00010},
|
||||
{0x00008264, 0x88a00010},
|
||||
{0x00008270, 0x00000000},
|
||||
{0x00008274, 0x40000000},
|
||||
{0x00008278, 0x003e4180},
|
||||
|
|
@ -3187,7 +3187,7 @@ static const u32 ar9287Common_9287_1_0[][2] = {
|
|||
{0x00008258, 0x00000000},
|
||||
{0x0000825c, 0x400000ff},
|
||||
{0x00008260, 0x00080922},
|
||||
{0x00008264, 0xa8a00010},
|
||||
{0x00008264, 0x88a00010},
|
||||
{0x00008270, 0x00000000},
|
||||
{0x00008274, 0x40000000},
|
||||
{0x00008278, 0x003e4180},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue