From patchwork Wed Jun 24 23:01:58 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Roman Yeryomin X-Patchwork-Id: 488216 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from arrakis.dune.hu (arrakis.dune.hu [78.24.191.176]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 576D71402EC for ; Thu, 25 Jun 2015 09:02:25 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b=cOxg6L1x; dkim-atps=neutral Received: from arrakis.dune.hu (localhost [127.0.0.1]) by arrakis.dune.hu (Postfix) with ESMTP id 814BE28BC2E; Thu, 25 Jun 2015 01:02:03 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on arrakis.dune.hu X-Spam-Level: X-Spam-Status: No, score=-1.5 required=5.0 tests=BAYES_00,FREEMAIL_FROM, T_DKIM_INVALID autolearn=unavailable version=3.3.2 Received: from arrakis.dune.hu (localhost [127.0.0.1]) by arrakis.dune.hu (Postfix) with ESMTP id 959A62800F7 for ; Thu, 25 Jun 2015 01:01:58 +0200 (CEST) X-policyd-weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 NOT_IN_BL_NJABL=-1.5 CL_IP_EQ_HELO_IP=-2 (check from: .gmail. - helo: .mail-lb0-f169.google. - helo-domain: .google.) FROM/MX_MATCHES_HELO(DOMAIN)=-2; rate: -8.5 Received: from mail-lb0-f169.google.com (mail-lb0-f169.google.com [209.85.217.169]) by arrakis.dune.hu (Postfix) with ESMTPS for ; Thu, 25 Jun 2015 01:01:57 +0200 (CEST) Received: by lbbwc1 with SMTP id wc1so35185644lbb.2 for ; Wed, 24 Jun 2015 16:02:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:date:message-id; bh=IEb936j2+yx11BsEv9DpgxcPt3lM/620m2o0XgSjl4M=; b=cOxg6L1xFejFia6I3ynfsSw5K0GPq2svgt4wrikwk0mnBrB2I1rWKWSaLaNGNO6Q4o F5FrjDj/YxG98KUSxXSnKmUNOycCNtwHJCtOPhaM5AHtLMplyHTjl/QIo0soeVHu7ywH A3B8Q2lPe9IuRItfd7I5e64JTkl5qaci0rSmgm/SZiB+rgxw3FiR+5Ip050KxgyIJa33 iOt1l2zLDd5iy3Q2ZPzRyWqMepBuq2/6yOiFL1SQbaYBC8fkQcVBym1RFs9VFs3oeMDj GipI7afdipytP9uzyJWPjbCdHLWVo84ZwnOsaVOjU2ZVDdnBc5JqQl+lF+DKwEsVzcLV HJkQ== X-Received: by 10.152.18.199 with SMTP id y7mr41522012lad.39.1435186926361; Wed, 24 Jun 2015 16:02:06 -0700 (PDT) Received: from ubrain.lan ([213.175.90.142]) by mx.google.com with ESMTPSA id z1sm6696683lbj.11.2015.06.24.16.02.04 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 24 Jun 2015 16:02:05 -0700 (PDT) From: Roman Yeryomin X-Google-Original-From: Roman Yeryomin To: OpenWrt Development List Date: Thu, 25 Jun 2015 02:01:58 +0300 Message-Id: <1435186918-22540-1-git-send-email-roman@advem.lv> X-Mailer: git-send-email 2.1.4 Subject: [OpenWrt-Devel] [PATCH] mac80211: ath9k: fix qca956x name also X-BeenThere: openwrt-devel@lists.openwrt.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: OpenWrt Development List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: openwrt-devel-bounces@lists.openwrt.org Sender: "openwrt-devel" Signed-off-by: Roman Yeryomin --- .../patches/385-ath9k_hw-fix-device-ID-check-for-AR956x.patch | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/package/kernel/mac80211/patches/385-ath9k_hw-fix-device-ID-check-for-AR956x.patch b/package/kernel/mac80211/patches/385-ath9k_hw-fix-device-ID-check-for-AR956x.patch index 2674efb..c005c00 100644 --- a/package/kernel/mac80211/patches/385-ath9k_hw-fix-device-ID-check-for-AR956x.patch +++ b/package/kernel/mac80211/patches/385-ath9k_hw-fix-device-ID-check-for-AR956x.patch @@ -18,3 +18,11 @@ Signed-off-by: Felix Fietkau } val = REG_READ(ah, AR_SREV) & AR_SREV_ID; +@@ -3169,6 +3170,7 @@ static struct { + { AR_SREV_VERSION_9550, "9550" }, + { AR_SREV_VERSION_9565, "9565" }, + { AR_SREV_VERSION_9531, "9531" }, ++ { AR_SREV_VERSION_9561, "956X" }, + }; + + /* For devices with external radios */