On Wed, 2011-12-14 at 15:10 +0100, Helmut Schaa wrote: > +void ieee80211_tx_skb(struct ieee80211_sub_if_data *sdata, struct sk_buff *skb) > +{ > + /* Send all internal mgmt frames on VO. Accordingly set TID to 7. */ > + ieee80211_tx_skb_tid(sdata, skb, 7); > +} > + This is so trivial, maybe it should be an inline? 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