Hi Felix,

Sorry, but I saw one small typo :)

[snip]

> +
> +/**
> + * ieee80211_tx_dequeue - dequeue a packet from a software tx queue
> + *
> + * @hw: pointer as obtained from ieee80211_alloc_hw()
> + * @txq: pointer obtained from .add_tx_queue() call
> + *
> + * Returns the sjb if successful, ERR_PTR(-EAGAIN) if no frame was available.

skb

> + */
> +struct sk_buff *ieee80211_tx_dequeue(struct ieee80211_hw *hw,
> +                                    struct ieee80211_txq *txq);
> +
> +
>  #endif /* MAC80211_H */
--
To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to