From: Felix Fietkau <nbd@openwrt.org>
To: Krishna Chaitanya <chaitanya.mgit@gmail.com>
Cc: Johannes Berg <johannes@sipsolutions.net>,
chaitanyatk@posedge.com, linux-wireless@vger.kernel.org,
maheshp@posedge.com
Subject: Re: [RFC] mac80211: Add support for Tx-AMSDU viz debugfs.
Date: Thu, 07 Feb 2013 16:18:56 +0100 [thread overview]
Message-ID: <5113C5E0.5050509@openwrt.org> (raw)
In-Reply-To: <CABPxzYJG3xP0_Wy-1HMjWx-YoHp5WmhrfBH5vBvOJ4WQ_7Nzrg@mail.gmail.com>
On 2013-02-07 3:57 PM, Krishna Chaitanya wrote:
> On Thu, Feb 7, 2013 at 6:17 AM, Johannes Berg <johannes@sipsolutions.net> wrote:
>> 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.
>
> But whats the use of sending an AMSDU if we are not connected?
> First check in the code is to check for a connection.
I mentioned cooked monitor because putting the hw in monitor mode may
not always be desirable, and cooked monitor bypasses that.
You can send the AMSDU while you're connected. mac80211 treats injected
frames that match the address of a local interface similar to regular tx
on that interface, except for bypassing the normal 802.11 header
encapsulation, so it should work for your tests.
- Felix
next prev parent reply other threads:[~2013-02-07 15:19 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-02-07 8:01 [RFC] mac80211: Add support for Tx-AMSDU viz debugfs chaitanyatk
2013-02-07 8:20 ` Johannes Berg
2013-02-07 9:19 ` Krishna Chaitanya
2013-02-07 9:23 ` Johannes Berg
2013-02-07 9:30 ` Krishna Chaitanya
2013-02-07 14:03 ` Felix Fietkau
2013-02-07 14:17 ` Johannes Berg
2013-02-07 14:57 ` Krishna Chaitanya
2013-02-07 15:18 ` Felix Fietkau [this message]
2013-02-07 15:27 ` Johannes Berg
2013-02-11 7:54 ` Krishna Chaitanya
2013-02-11 8:46 ` Johannes Berg
2013-02-11 9:28 ` Krishna Chaitanya
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=5113C5E0.5050509@openwrt.org \
--to=nbd@openwrt.org \
--cc=chaitanya.mgit@gmail.com \
--cc=chaitanyatk@posedge.com \
--cc=johannes@sipsolutions.net \
--cc=linux-wireless@vger.kernel.org \
--cc=maheshp@posedge.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.