Return-path: Received: from na3sys009aog110.obsmtp.com ([74.125.149.203]:38674 "EHLO na3sys009aog110.obsmtp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751262Ab1CUNYg (ORCPT ); Mon, 21 Mar 2011 09:24:36 -0400 Received: by wwc33 with SMTP id 33so7754973wwc.29 for ; Mon, 21 Mar 2011 06:24:34 -0700 (PDT) Subject: Re: [PATCH] wl12xx: Fix potential incorrect band in rx-status From: Luciano Coelho To: juuso.oikarinen@nokia.com Cc: linux-wireless@vger.kernel.org In-Reply-To: <1299744103-11077-1-git-send-email-juuso.oikarinen@nokia.com> References: <1299744103-11077-1-git-send-email-juuso.oikarinen@nokia.com> Content-Type: text/plain; charset="UTF-8" Date: Mon, 21 Mar 2011 15:23:43 +0200 Message-ID: <1300713823.2593.203.camel@cumari> Mime-Version: 1.0 Sender: linux-wireless-owner@vger.kernel.org List-ID: On Thu, 2011-03-10 at 10:01 +0200, juuso.oikarinen@nokia.com wrote: > From: Juuso Oikarinen > > The rx-status passed to mac80211 along with each received frame > contains the > band on which the frame was received. Under certain circumstances, > this band > information may be incorrect, causing in worst case a WARNING from > mac80211, > and causes the received frame to be dropped. > > This scenario mainly occurs when performing connected-mode scans, when > the > received scan results are from the other band than the one currentl > associated to. > > Signed-off-by: Juuso Oikarinen Looks good, thanks! Reviewed-by: Luciano Coelho Applied to wl12xx/master with a small s/currentl/currently/ ;) -- Cheers, Luca.