On Mon, 2014-07-21 at 16:26 +0200, Johannes Berg wrote: > 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. Ah, but that's not easy to fix ... oh well 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