Add a missing comma.

This commit is contained in:
Rui Paulo 2013-10-17 05:51:54 +00:00
parent 7855835b3b
commit b372f122ab

View File

@ -2980,7 +2980,7 @@ ath_tx_xmit_aggr(struct ath_softc *sc, struct ath_node *an,
* be reset or the completion code will get upset with you.
*/
if (bf->bf_state.bfs_aggr != 0 || bf->bf_state.bfs_nframes > 1) {
DPRINTF(sc, ATH_DEBUG_SW_TX_AGGR
DPRINTF(sc, ATH_DEBUG_SW_TX_AGGR,
"%s: bfs_aggr=%d, bfs_nframes=%d\n", __func__,
bf->bf_state.bfs_aggr, bf->bf_state.bfs_nframes);
bf->bf_state.bfs_aggr = 0;