On Wed, 2011-05-11 at 19:47 -0700, Bing Zhao wrote: > From: Yogesh Ashok Powar <yogeshp@xxxxxxxxxxx> > > Currently the devices that have already stripped IEEE 802.11 > header from the AMSDU SKB can not use ieee80211_amsdu_to_8023s > routine. This patch enhances ieee80211_amsdu_to_8023s() API by > changing mandatory removing of IEEE 802.11 header from AMSDU > to optional. Nice. > @@ -2173,10 +2173,13 @@ int ieee80211_data_from_8023(struct sk_buff *skb, const u8 *addr, > * @addr: The device MAC address. > * @iftype: The device interface type. > * @extra_headroom: The hardware extra headroom for SKBs in the @list. > + * @stripped_80211_header: Set it true if SKB is without IEEE 802.11 > + * header. I think I'd prefer this be the other way around though, like "has_80211_header" (or so), that seems more natural here and in the code? Not that it matters much. 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