On Mon, 2009-07-27 at 12:12 -0400, Pavel Roskin wrote: > + if (!(info->flags & IEEE80211_TX_INTFL_NEED_TXPROCESSING)) > + continue; P.S. ieee80211_tx_pending_skb() actually checks IEEE80211_TX_INTFL_NEED_TXPROCESSING and doesn't use sdata in that case. Perhaps we could use skb->dev instead of sdata->dev in that case. Also, the existence of ieee80211_tx_pending_skb() doesn't seem justified in its present form. It's a piece of ieee80211_tx_pending() that calculates the same variables and does the checks that the caller should be doing. I would just integrate it into ieee80211_tx_pending(). If the result is too complex, we could split it in a more logical way. -- Regards, Pavel Roskin -- 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