Skip to content

Commit

Permalink
Add ALTQ support to cpsw.
Browse files Browse the repository at this point in the history
Ticket #7199
  • Loading branch information
loos-br committed Feb 6, 2017
1 parent 5d8a65f commit b95dbdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sys/arm/ti/cpsw/if_cpsw.c
Original file line number Diff line number Diff line change
Expand Up @@ -1832,7 +1832,7 @@ cpswp_tx_enqueue(struct cpswp_softc *sc)
first_new_slot = NULL;
last_old_slot = STAILQ_LAST(&sc->swsc->tx.active, cpsw_slot, next);
while ((slot = STAILQ_FIRST(&sc->swsc->tx.avail)) != NULL) {
IF_DEQUEUE(&sc->ifp->if_snd, m0);
IFQ_DEQUEUE(&sc->ifp->if_snd, m0);
if (m0 == NULL)
break;

Expand Down

0 comments on commit b95dbdb

Please sign in to comment.