Return-path: Received: from mx1.redhat.com ([209.132.183.28]:39124 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751950AbdHHGLF (ORCPT ); Tue, 8 Aug 2017 02:11:05 -0400 Date: Tue, 8 Aug 2017 08:11:03 +0200 From: Stanislaw Gruszka To: Michael Skeffingfon Cc: Kalle Valo , Johannes Berg , linux-wireless@vger.kernel.org Subject: Re: [PATCH v3] rt2x00: Fix MMIC Countermeasures Message-ID: <20170808061102.GA10952@redhat.com> (sfid-20170808_081109_307056_D08FE15B) References: <20170807164736.20564-1-mike@astro.ai> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <20170807164736.20564-1-mike@astro.ai> Sender: linux-wireless-owner@vger.kernel.org List-ID: On Mon, Aug 07, 2017 at 12:47:36PM -0400, Michael Skeffingfon wrote: > Set RX_FLAG_DECRYPTED in case of MMIC failure so that > ieee80211_rx_h_decrypt() doesnt drop the frame before getting to > ieee80211_rx_h_michael_mic_verify(). > > Signed-off-by: Michael Skeffington Acked-by: Stanislaw Gruszka