All of lore.kernel.org
 help / color / mirror / Atom feed
* a-MSDU question (bug in debugfs?)
@ 2011-10-26 19:03 Ben Greear
  2011-10-26 19:08 ` Johannes Berg
  0 siblings, 1 reply; 3+ messages in thread
From: Ben Greear @ 2011-10-26 19:03 UTC (permalink / raw)
  To: linux-wireless@vger.kernel.org

This code from net/mac80211/debugfs_sta.c appears to say that
if the IEEE80211_HT_CAP_MAX_AMSDU is set, we are at value 3839,
but elsewhere on the web it appears the opposite.

Anyone know what is correct?  I'm having no good luck finding
an official document about this...

                PRINT_HT_CAP((htc->cap & BIT(11)), "Max AMSDU length: "
                              "3839 bytes");
                 PRINT_HT_CAP(!(htc->cap & BIT(11)), "Max AMSDU length: "
                              "7935 bytes");

Thanks,
Ben

-- 
Ben Greear <greearb@candelatech.com>
Candela Technologies Inc  http://www.candelatech.com


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-10-26 19:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-26 19:03 a-MSDU question (bug in debugfs?) Ben Greear
2011-10-26 19:08 ` Johannes Berg
2011-10-26 19:17   ` Ben Greear

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.