diff options
| author | Sam Leffler <sam@FreeBSD.org> | 2005-03-08 17:01:03 +0000 |
|---|---|---|
| committer | Sam Leffler <sam@FreeBSD.org> | 2005-03-08 17:01:03 +0000 |
| commit | 0c97ab9691600b03a419782d3d9d847264d59102 (patch) | |
| tree | 5c11a8bd9d5adcce83203ba132e95bf1d89bf4a4 /sys/dev/ath | |
| parent | 0a11e9999053b78086006fbac0dab2b4db8d147f (diff) | |
Notes
Diffstat (limited to 'sys/dev/ath')
| -rw-r--r-- | sys/dev/ath/if_ath.c | 1 |
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; } /* |
