Return-path: Received: from s3.sipsolutions.net ([5.9.151.49]:59032 "EHLO sipsolutions.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754539AbdIHGyK (ORCPT ); Fri, 8 Sep 2017 02:54:10 -0400 Message-ID: <1504853647.6177.8.camel@sipsolutions.net> (sfid-20170908_085613_103214_43E8A9AD) Subject: Re: [PATCH 1/2] wireless: set correct mandatory rate flags From: Johannes Berg To: Richard =?ISO-8859-1?Q?Sch=FCtz?= , linux-wireless@vger.kernel.org Date: Fri, 08 Sep 2017 08:54:07 +0200 In-Reply-To: <20170907154744.28357-1-rschuetz@uni-koblenz.de> (sfid-20170907_175508_102149_80D1890A) References: <20170907154744.28357-1-rschuetz@uni-koblenz.de> (sfid-20170907_175508_102149_80D1890A) Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Sender: linux-wireless-owner@vger.kernel.org List-ID: On Thu, 2017-09-07 at 17:47 +0200, Richard Schütz wrote: > According to IEEE Std 802.11-2016 (16.2.3.4 Long PHY SIGNAL field) > all of > the following rates are mandatory for a HR/DSSS PHY: 1 Mb/s, 2 Mb/s, > 5.5 Mb/s and 11 Mb/s. Set IEEE80211_RATE_MANDATORY_B flag for all of > these instead of just 1 Mb/s to correctly reflect this. Hmm, I guess technically you're correct, since 11b added what's now Clause 16 (was Clause 18 at the time), and that has all of them mandatory? But perhaps this was actually intended for Clause 15 compatibility? johannes