Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.5 required=3.0 tests=MAILING_LIST_MULTI, SIGNED_OFF_BY,SPF_PASS,URIBL_BLOCKED,USER_AGENT_MUTT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 97724C43387 for ; Thu, 20 Dec 2018 13:17:33 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 7087C20869 for ; Thu, 20 Dec 2018 13:17:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1733005AbeLTNRc (ORCPT ); Thu, 20 Dec 2018 08:17:32 -0500 Received: from mx1.redhat.com ([209.132.183.28]:7640 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730884AbeLTNRc (ORCPT ); Thu, 20 Dec 2018 08:17:32 -0500 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.phx2.redhat.com [10.5.11.16]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 04A344E920; Thu, 20 Dec 2018 13:17:32 +0000 (UTC) Received: from localhost (unknown [10.40.205.44]) by smtp.corp.redhat.com (Postfix) with ESMTP id 65F8368D5B; Thu, 20 Dec 2018 13:17:27 +0000 (UTC) Date: Thu, 20 Dec 2018 14:17:26 +0100 From: Stanislaw Gruszka To: Greg KH Cc: stable@vger.kernel.org, Lorenzo Bianconi , linux-wireless , Felix Fietkau , Sid Hayn Subject: Re: [PATCH 4.19] mt76x0: mark 802.11w as supported Message-ID: <20181220131726.GA7840@redhat.com> References: <20181220114701.GA8660@redhat.com> <20181220123055.GC17138@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20181220123055.GC17138@kroah.com> User-Agent: Mutt/1.8.3 (2017-05-23) X-Scanned-By: MIMEDefang 2.79 on 10.5.11.16 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.38]); Thu, 20 Dec 2018 13:17:32 +0000 (UTC) Sender: linux-wireless-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org On Thu, Dec 20, 2018 at 01:30:55PM +0100, Greg KH wrote: > On Thu, Dec 20, 2018 at 12:47:07PM +0100, Stanislaw Gruszka wrote: > > commit 0ae976a11b4fb5704b597e103b5189237641c1a1 upstream. > > > > This is one line hw feature backport from 0ae976a11b4f ("mt76x0: init > > hw capabilities"), which add also other different features, however > > those are not supported in 4.19. > > > > 802.11w is supported by mac80211 and mt76x0u driver in 4.19 correctly > > fall-back to software encryption when 802.11w ciphers are used. > > > > Without the patch we fail to associate with WPA3 APs, so this is > > considered as fix. > > > > Signed-off-by: Lorenzo Bianconi > > Signed-off-by: Felix Fietkau > > [remove marking non-working features on 4.19, make topic correspond the change] > > Signed-off-by: Stanislaw Gruszka > > --- > > drivers/net/wireless/mediatek/mt76/mt76x0/init.c | 1 + > > 1 file changed, 1 insertion(+) > > What bug is this fixing? This never worked before, so this feels like > it is adding a new feature. It's never worked before, true. It fixes problem with associating with WPA3 Access Points. Perhaps Sid (already in CC) who requested this, could justify it better. Thanks Stanislaw