Return-path: Received: from he.sipsolutions.net ([78.46.109.217]:55590 "EHLO sipsolutions.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757499Ab3BGORL (ORCPT ); Thu, 7 Feb 2013 09:17:11 -0500 Message-ID: <1360246653.8038.9.camel@jlt4.sipsolutions.net> (sfid-20130207_151715_078692_C4305241) Subject: Re: [RFC] mac80211: Add support for Tx-AMSDU viz debugfs. From: Johannes Berg To: Felix Fietkau Cc: Krishna Chaitanya , chaitanyatk@posedge.com, linux-wireless@vger.kernel.org, maheshp@posedge.com Date: Thu, 07 Feb 2013 15:17:33 +0100 In-Reply-To: <5113B42A.4020708@openwrt.org> References: <7384f4ddc838247a0f467708d66baa8c@posedge.com> <1360225230.8038.1.camel@jlt4.sipsolutions.net> <1360228991.8038.3.camel@jlt4.sipsolutions.net> <5113B42A.4020708@openwrt.org> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Sender: linux-wireless-owner@vger.kernel.org List-ID: On Thu, 2013-02-07 at 15:03 +0100, Felix Fietkau wrote: > > But the problem is every time we have to test the Rx-AMSDU > > which is mandatory for WFA 802.11n cert, we need to procure a adapter > > which supports it, which is difficult. Thats the scenario we have faced > > which lead us to work on this.With this feature in place we can use > > any opensource adapter and driver for that purpose. > > > > Again, Its a trade off between stability and usability :-) > How about injecting A-MSDU packets via cooked monitor mode or nl80211 > frame tx and thus shifting the debug-only code into userspace? nl80211 won't work -- no support for data frames (and I'd rather not add it), but monitor mode (why cooked?) seems fine. johannes