From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out1-smtp.messagingengine.com ([66.111.4.25]:43445 "EHLO out1-smtp.messagingengine.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751114AbdIKMEJ (ORCPT ); Mon, 11 Sep 2017 08:04:09 -0400 Date: Mon, 11 Sep 2017 05:04:05 -0700 From: Greg KH To: Stanislaw Gruszka Cc: stable@vger.kernel.org, Larry Finger Subject: Re: [PATCH v4.12 -stable] rt2800: fix TX_PIN_CFG setting for non MT7620 chips Message-ID: <20170911120405.GC16198@kroah.com> References: <20170911105535.GA17339@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170911105535.GA17339@redhat.com> Sender: stable-owner@vger.kernel.org List-ID: On Mon, Sep 11, 2017 at 12:55:36PM +0200, Stanislaw Gruszka wrote: > commit 83ec489193894e52bd395eec470f4f7c4286d4a5 upstream. > > Since commit 41977e86c984 ("rt2x00: add support for MT7620") we do not > initialize TX_PIN_CFG setting. This cause breakage at least on some > RT3573 devices. To fix the problem patch restores previous behaviour > for non MT7620 chips. > > Fixes: 41977e86c984 ("rt2x00: add support for MT7620") > Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=1480829 > Reported-and-tested-by: Jussi Eloranta > Signed-off-by: Stanislaw Gruszka > --- > drivers/net/wireless/ralink/rt2x00/rt2800lib.c | 5 ++++- > 1 file changed, 4 insertions(+), 1 deletion(-) > > This fix should be applied to 4.12 and 4.13 trees. > Patch for 4.13 is the same as commited to Linus tree. Thanks, now queued up. greg k-h