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

Commit 397e5d5b authored by Florian Fainelli's avatar Florian Fainelli Committed by John W. Linville
Browse files

ath9k: add missing AR9340 in ath_mac_bb_names



AR9340 is not listed in ath_mac_bb_names, which leads to such a message:
ieee80211 phy0: Atheros AR???? Rev:0 mem=0xb8100000, irq=2

Signed-off-by: default avatarFlorian Fainelli <florian@openwrt.org>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent 4a711a85
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2754,6 +2754,7 @@ static struct {
	{ AR_SREV_VERSION_9271,         "9271" },
	{ AR_SREV_VERSION_9300,         "9300" },
	{ AR_SREV_VERSION_9330,         "9330" },
	{ AR_SREV_VERSION_9340,		"9340" },
	{ AR_SREV_VERSION_9485,         "9485" },
};