From patchwork Fri Apr 13 03:10:39 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Erik Andersen X-Patchwork-Id: 897832 X-Patchwork-Delegate: blogic@openwrt.org Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (helo) smtp.helo=arrakis.dune.hu (client-ip=78.24.191.176; helo=arrakis.dune.hu; envelope-from=openwrt-devel-bounces@lists.openwrt.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=codepoet.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 40MjTR32l3z9s1B for ; Fri, 13 Apr 2018 13:10:49 +1000 (AEST) Received: from arrakis.dune.hu (localhost [127.0.0.1]) by arrakis.dune.hu (Postfix) with ESMTP id 1A2F2B80305; Fri, 13 Apr 2018 05:10:44 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on arrakis.dune.hu X-Spam-Level: X-Spam-Status: No, score=-0.3 required=5.0 tests=BAYES_00,RDNS_NONE autolearn=no autolearn_force=no version=3.4.1 Received: from arrakis.dune.hu (localhost [127.0.0.1]) by arrakis.dune.hu (Postfix) with ESMTP; Fri, 13 Apr 2018 05:10:44 +0200 (CEST) Received: from arrakis.dune.hu (localhost [127.0.0.1]) by arrakis.dune.hu (Postfix) with ESMTP id 43D0FB80115 for ; Fri, 13 Apr 2018 05:10:43 +0200 (CEST) X-policyd-weight: using cached result; rate: -6.2 Received: from codepoet.org (unknown [76.8.234.164]) by arrakis.dune.hu (Postfix) with ESMTP for ; Fri, 13 Apr 2018 05:10:42 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by codepoet.org (Codepoet.org Mail Daemon) with ESMTP id 07C9711EF044A for ; Thu, 12 Apr 2018 21:10:41 -0600 (MDT) X-Virus-Scanned: Debian amavisd-new at codepoet.org Received: from codepoet.org ([127.0.0.1]) by localhost (localhost [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Arxu8QiPhcVR for ; Thu, 12 Apr 2018 21:10:40 -0600 (MDT) Received: from [10.10.10.2] (c-76-27-85-15.hsd1.ut.comcast.net [76.27.85.15]) by codepoet.org (Codepoet.org Mail Daemon) with ESMTPSA id 141AE11EF0439 for ; Thu, 12 Apr 2018 21:10:39 -0600 (MDT) To: openwrt-devel@lists.openwrt.org From: Erik Andersen Message-ID: <3c3e0517-a4ce-9953-e48b-da771a6a1a1e@codepoet.org> Date: Thu, 12 Apr 2018 21:10:39 -0600 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.7.0 MIME-Version: 1.0 Content-Language: en-US Subject: [OpenWrt-Devel] Patch iwinfo to detect wrt3200acm chipsets X-BeenThere: openwrt-devel@lists.openwrt.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: OpenWrt Development List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: openwrt-devel-bounces@lists.openwrt.org Sender: "openwrt-devel" A small patch to iwinfo is needed to properly detect and report the Marvell 88W8964 and 88W8887 chipsets in the wrt3200acm. This trivial patch against the latest iwinfo git tree works for me. Signed-off-by: Erik Andersen --- -- -Erik -- Erik B. Andersen --This message was written using 73% post-consumer electrons-- diff --git a/hardware.txt b/hardware.txt index 81b31cf..098551f 100644 --- a/hardware.txt +++ b/hardware.txt @@ -59,3 +59,5 @@ 0x1814 0x3052 0x1814 0x0008 0 0 "RaLink" "Rt3052" 0x1814 0x3352 0x1814 0x000c 0 0 "RaLink" "Rt3352" 0x11ab 0x2a55 0x11ab 0x0000 0 0 "Marvell" "88W8864" +0x11ab 0x2b40 0x11ab 0x0000 0 0 "Marvell" "88W8964" +0x02df 0x9135 0x0000 0x0000 0 0 "Marvell" "88W8887"