From patchwork Mon Oct 22 14:36:23 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thomas Richard via openwrt-devel X-Patchwork-Id: 987769 X-Patchwork-Delegate: kevin@darbyshire-bryant.me.uk Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=lists.openwrt.org (client-ip=2607:7c80:54:e::133; helo=bombadil.infradead.org; envelope-from=openwrt-devel-bounces+incoming=patchwork.ozlabs.org@lists.openwrt.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=lists.openwrt.org Authentication-Results: ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="a//3c1Vy"; dkim-atps=neutral Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:e::133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 42dzc52NHCz9rxp for ; Tue, 23 Oct 2018 01:36:37 +1100 (AEDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Date:Sender:Content-Type: Subject:List-Help:Reply-To:List-Archive:List-Unsubscribe:List-Subscribe:From: List-Post:List-Id:Message-ID:MIME-Version:In-Reply-To:References:To:Cc: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=qaZotpqbPA7iRCyGwfkJpX8vcFMERAjiUE3405bLmXA=; b=a//3c1Vyep0EAO/6uLr+nt3AJ N3Q2tdkgZZVnnfITjM1t1aQuw8NQThkk6eWUSFUZKrV3sPDv2PR/w9lENLZZ3V76t1IYm9MDr6XBK LrDL1GqUZGUWIj+e2HS1NHe1GdOQltzEksyYNhRTm5anq3G8k2gl1qtbNBrmrngOLvXlrFGHzOSs7 KLgeNhoZYWB4D9Ra2JSNnqmUx5tqRXAGcWZzgdixhfZwi6JiaPLuoR/2RqAbLuYIQEu9c/fCcA2pG wEfoaHVC/uVZiYO1mCeB3BTZ+A5PJ44u+TUpsc4jGbJ6gwJu84L3365cBO5b9UZVmX5GMf+/wen1d neSmuJM6Q==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1gEbJf-0005Lq-SA; Mon, 22 Oct 2018 14:36:23 +0000 To: openwrt-devel@lists.openwrt.org References: In-Reply-To: MIME-Version: 1.0 Message-ID: List-Id: List-Post: X-Patchwork-Original-From: tapper via openwrt-devel From: Thomas Richard via openwrt-devel Precedence: list X-Mailman-Version: 2.1.21 X-BeenThere: openwrt-devel@lists.openwrt.org List-Subscribe: , List-Unsubscribe: , List-Archive: Reply-To: tapper List-Help: Subject: [OpenWrt-Devel] V 2 Re: Change mwlwifi driver version to 10.3.8.0-20181022. Sender: "openwrt-devel" Date: Mon, 22 Oct 2018 14:36:23 +0000 Errors-To: openwrt-devel-bounces+incoming=patchwork.ozlabs.org@lists.openwrt.org The sender domain has a DMARC Reject/Quarantine policy which disallows sending mailing list messages using the original "From" header. To mitigate this problem, the original message has been wrapped automatically by the mailing list software. From 3853cf0028e5721ea37da9f51c33f5ef19f67b93 Mon Sep 17 00:00:00 2001 From: tapper82 Date: Mon, 22 Oct 2018 07:57:31 +0100 Subject: Change driver version to 10.3.8.0-20181022. Upgrade 88W8997 firmware to 8.4.0.52. Removed unnecessary firmware settings. Added vendor events. Fixed crash problem when module is removed. Modified the code to protect tx queues. Signed-off-by: Jonathan Lancett --- package/kernel/mwlwifi/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package/kernel/mwlwifi/Makefile b/package/kernel/mwlwifi/Makefile index 7525fe6370..6cea33d9cc 100644 --- a/package/kernel/mwlwifi/Makefile +++ b/package/kernel/mwlwifi/Makefile @@ -15,9 +15,9 @@ PKG_LICENSE_FILES:= PKG_SOURCE_URL:=https://github.com/kaloz/mwlwifi PKG_SOURCE_PROTO:=git -PKG_SOURCE_DATE:=2018-10-08 -PKG_SOURCE_VERSION:=3520811c99737659de5b65f1e57612a4ae5ad6e6 -PKG_MIRROR_HASH:=8dd116ee939cd5607a6ecae5f8830d159bb96d4600bc3d5a3b14adc35112256f +PKG_SOURCE_DATE:=2018-10-22 +PKG_SOURCE_VERSION:=fac1da8da63197e0e491eebebe17b37ce1da271f +PKG_MIRROR_HASH:=95a6a818c1da0839eec789b7f7f6f8b5adf9ed2fc4e7006866c7fb7edde3c76f PKG_MAINTAINER:=Imre Kaloz PKG_BUILD_PARALLEL:=1