From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from s3.sipsolutions.net ([144.76.43.152]:42653 "EHLO sipsolutions.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932670AbaDVPJy (ORCPT ); Tue, 22 Apr 2014 11:09:54 -0400 Message-ID: <1398179386.4211.17.camel@jlt4.sipsolutions.net> (sfid-20140422_171000_362651_815EC9AB) Subject: Re: [PATCH] mac80211: fixup radiotap tx flags for RTS/CTS From: Johannes Berg To: Bob Copeland Cc: linux-wireless@vger.kernel.org, larrymaxwell@agilemesh.com, Bob Copeland Date: Tue, 22 Apr 2014 17:09:46 +0200 In-Reply-To: <1397651561-29820-1-git-send-email-me@bobcopeland.com> (sfid-20140416_143327_916041_72447019) References: <1397651561-29820-1-git-send-email-me@bobcopeland.com> (sfid-20140416_143327_916041_72447019) Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Sender: linux-wireless-owner@vger.kernel.org List-ID: On Wed, 2014-04-16 at 08:32 -0400, Bob Copeland wrote: > When using RTS/CTS, the CTS-to-Self bit in radiotap TX flags is > getting set instead of the RTS bit. Set the correct one. Note that the whole TX flags field hasn't been standardised in radiotap yet - somebody should probably take that up. :) johannes