diff mbox

ath9k: add missing AR9340 in ath_mac_bb_names

Message ID 201108252133.48605.florian@openwrt.org (mailing list archive)
State Not Applicable, archived
Headers show

Commit Message

Florian Fainelli Aug. 25, 2011, 7:33 p.m. UTC
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: Florian Fainelli <florian@openwrt.org>
---

Comments

Florian Fainelli Aug. 30, 2011, 9:01 a.m. UTC | #1
Luis, John,

On Thursday 25 August 2011 21:33:48 Florian Fainelli wrote:
> 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: Florian Fainelli <florian@openwrt.org>

Can you pick this up? Thanks.

> ---
> diff --git a/drivers/net/wireless/ath/ath9k/hw.c
> b/drivers/net/wireless/ath/ath9k/hw.c index 88100cc..18394d1 100644
> --- a/drivers/net/wireless/ath/ath9k/hw.c
> +++ b/drivers/net/wireless/ath/ath9k/hw.c
> @@ -2753,6 +2753,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" },
>  };
John W. Linville Aug. 30, 2011, 5:48 p.m. UTC | #2
On Tue, Aug 30, 2011 at 11:01:27AM +0200, Florian Fainelli wrote:
> Luis, John,
> 
> On Thursday 25 August 2011 21:33:48 Florian Fainelli wrote:
> > 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: Florian Fainelli <florian@openwrt.org>
> 
> Can you pick this up? Thanks.

Did you actually check to see if it had been merged into wireless-next?

commit 397e5d5b93ba99ad3dc56f1e294f487e77d2daa8
Author: Florian Fainelli <florian@openwrt.org>
Date:   Thu Aug 25 21:33:48 2011 +0200

    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: Florian Fainelli <florian@openwrt.org>
    Signed-off-by: John W. Linville <linville@tuxdriver.com>
Florian Fainelli Aug. 30, 2011, 6:08 p.m. UTC | #3
Hello,

On Tuesday 30 August 2011 19:48:11 John W. Linville wrote:
> On Tue, Aug 30, 2011 at 11:01:27AM +0200, Florian Fainelli wrote:
> > Luis, John,
> > 
> > On Thursday 25 August 2011 21:33:48 Florian Fainelli wrote:
> > > 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: Florian Fainelli <florian@openwrt.org>
> > 
> > Can you pick this up? Thanks.
> 
> Did you actually check to see if it had been merged into wireless-next?

No I did not sorry about. For your information, David Miller mentions when a 
patch has been applied to his tree, would you mind doing the same?

> 
> commit 397e5d5b93ba99ad3dc56f1e294f487e77d2daa8
> Author: Florian Fainelli <florian@openwrt.org>
> Date:   Thu Aug 25 21:33:48 2011 +0200
> 
>     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: Florian Fainelli <florian@openwrt.org>
>     Signed-off-by: John W. Linville <linville@tuxdriver.com>
diff mbox

Patch

diff --git a/drivers/net/wireless/ath/ath9k/hw.c b/drivers/net/wireless/ath/ath9k/hw.c
index 88100cc..18394d1 100644
--- a/drivers/net/wireless/ath/ath9k/hw.c
+++ b/drivers/net/wireless/ath/ath9k/hw.c
@@ -2753,6 +2753,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" },
 };