Return-path: Received: from s3.sipsolutions.net ([5.9.151.49]:40303 "EHLO sipsolutions.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932665AbbLHPyC (ORCPT ); Tue, 8 Dec 2015 10:54:02 -0500 Message-ID: <1449590039.4154.12.camel@sipsolutions.net> (sfid-20151208_165406_942343_08C91510) Subject: Re: [PATCH 6/9] mac80211: handle width changes from opmode notification IE in beacon From: Johannes Berg To: Krishna Chaitanya Cc: Emmanuel Grumbach , linux-wireless , Eyal Shapira , Eyal Shapira Date: Tue, 08 Dec 2015 16:53:59 +0100 In-Reply-To: (sfid-20151208_164742_676173_C3C6052B) References: <1449583479-26658-1-git-send-email-emmanuel.grumbach@intel.com> <1449583479-26658-7-git-send-email-emmanuel.grumbach@intel.com> <1449589374.4154.11.camel@sipsolutions.net> (sfid-20151208_164742_676173_C3C6052B) Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Sender: linux-wireless-owner@vger.kernel.org List-ID: On Tue, 2015-12-08 at 21:17 +0530, Krishna Chaitanya wrote: >  > > If the rate control algorithm doesn't look at sta->sta.rx_nss then > > that's their bug. > > Yes, it looks like it. Only BW is handled, not the NSS change, and > without this patch OP MODE IE in beacon updates neither NSS nor BW. > > For Action frame OP MODE IE, NSS will be updated. > I don't see how that would happen - they end up in exactly the same code path. johannes