On Wed, 2011-10-26 at 12:03 -0700, Ben Greear wrote: > 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"); iw also has the other way around and I probably would have checked against 802.11n. If you can't find that google for getieee johannes -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html