On Mon, 2008-09-15 at 20:17 -0700, Luis R. Rodriguez wrote: > +/** > + * is_part_ampdu - tells us whether this buffer is part of an AMPDU > + * > + * @skb: the buffer we want to check > + * @hw: the &struct ieee80211_hw to check the queue mapping on > + */ > +static inline bool is_part_ampdu(struct sk_buff *skb, struct ieee80211_hw *hw) > +{ > + return (skb_get_queue_mapping(skb) >= > + ieee80211_num_regular_queues(hw)); > +} > + This is making the patch needlessly large and makes it change drivers etc, please just keep the flag and set it based on this in master xmit after we've cleared the info. johannes
Attachment:
signature.asc
Description: This is a digitally signed message part