aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ath
diff options
context:
space:
mode:
authorSam Leffler <sam@FreeBSD.org>2005-03-08 17:01:03 +0000
committerSam Leffler <sam@FreeBSD.org>2005-03-08 17:01:03 +0000
commit0c97ab9691600b03a419782d3d9d847264d59102 (patch)
tree5c11a8bd9d5adcce83203ba132e95bf1d89bf4a4 /sys/dev/ath
parent0a11e9999053b78086006fbac0dab2b4db8d147f (diff)
Notes
Diffstat (limited to 'sys/dev/ath')
-rw-r--r--sys/dev/ath/if_ath.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/ath/if_ath.c b/sys/dev/ath/if_ath.c
index 53febaf261cce..df046d340c407 100644
--- a/sys/dev/ath/if_ath.c
+++ b/sys/dev/ath/if_ath.c
@@ -2940,6 +2940,7 @@ ath_tx_start(struct ath_softc *sc, struct ieee80211_node *ni, struct ath_buf *bf
* 802.11 layer counts failures and provides
* debugging/diagnostics.
*/
+ m_freem(m0);
return EIO;
}
/*