|
@@ -2892,6 +2892,8 @@ void ath_tx_node_cleanup(struct ath_softc *sc, struct ath_node *an)
|
|
struct ath_txq *txq;
|
|
struct ath_txq *txq;
|
|
int tidno;
|
|
int tidno;
|
|
|
|
|
|
|
|
+ rcu_read_lock();
|
|
|
|
+
|
|
for (tidno = 0; tidno < IEEE80211_NUM_TIDS; tidno++) {
|
|
for (tidno = 0; tidno < IEEE80211_NUM_TIDS; tidno++) {
|
|
tid = ath_node_to_tid(an, tidno);
|
|
tid = ath_node_to_tid(an, tidno);
|
|
txq = tid->txq;
|
|
txq = tid->txq;
|
|
@@ -2909,6 +2911,8 @@ void ath_tx_node_cleanup(struct ath_softc *sc, struct ath_node *an)
|
|
if (!an->sta)
|
|
if (!an->sta)
|
|
break; /* just one multicast ath_atx_tid */
|
|
break; /* just one multicast ath_atx_tid */
|
|
}
|
|
}
|
|
|
|
+
|
|
|
|
+ rcu_read_unlock();
|
|
}
|
|
}
|
|
|
|
|
|
#ifdef CONFIG_ATH9K_TX99
|
|
#ifdef CONFIG_ATH9K_TX99
|