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

Commit 3c42e6ef authored by Felix Fietkau's avatar Felix Fietkau Committed by John W. Linville
Browse files

ath9k_hw: fix the last register write for ar5416 addac



The previous register used in these initvals was probably accidentally
copied over from the AR9100 values.

Signed-off-by: default avatarFelix Fietkau <nbd@openwrt.org>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent b8b0b974
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -669,6 +669,6 @@ static const u32 ar5416Addac[][2] = {
	{0x0000989c, 0x00000000},
	{0x0000989c, 0x00000000},
	{0x0000989c, 0x00000000},
	{0x000098cc, 0x00000000},
	{0x000098c4, 0x00000000},
};