ieee80211_next_txq
while ((txq = ieee80211_next_txq(hw, ac))) {
txq = ieee80211_next_txq(hw, ac);
while ((queue = ieee80211_next_txq(hw, txq->mac80211_qnum))) {
txq = ieee80211_next_txq(phy->hw, qid);
while ((txq = ieee80211_next_txq(hw, ac))) {
struct ieee80211_txq *ieee80211_next_txq(struct ieee80211_hw *hw, u8 ac);
EXPORT_SYMBOL(ieee80211_next_txq);
while ((queue = ieee80211_next_txq(hw, txq->ac))) {