On Wed, 2014-07-16 at 12:12 +0200, Michal Kazior wrote: > +struct ieee80211_rx_agg { > + u8 addr[ETH_ALEN]; > + u16 tid; > +}; > + > enum sdata_queue_type { > IEEE80211_SDATA_QUEUE_TYPE_FRAME = 0, > IEEE80211_SDATA_QUEUE_AGG_START = 1, > IEEE80211_SDATA_QUEUE_AGG_STOP = 2, > + IEEE80211_SDATA_QUEUE_RX_AGG_START = 3, > + IEEE80211_SDATA_QUEUE_RX_AGG_STOP = 4, > }; I'm not a big fan of allocating skbs for these auxiliary messages, but I guess I'll merge this and then fix it up later. Applied. 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