summaryrefslogtreecommitdiffstats
path: root/sys/dev/wpi
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2008-01-17 23:37:47 +0000
committerjhb <jhb@FreeBSD.org>2008-01-17 23:37:47 +0000
commit4d2d2276c89d16d6686c32b709d17b5333f0c812 (patch)
tree6bf70a921cd833c0f3c1adc253928f44cb04943f /sys/dev/wpi
parent7e32513a5bd95aa6c5a6cf09ad0df8902f8b826f (diff)
downloadFreeBSD-src-4d2d2276c89d16d6686c32b709d17b5333f0c812.zip
FreeBSD-src-4d2d2276c89d16d6686c32b709d17b5333f0c812.tar.gz
- Retire npe_defrag(), gem_defrag(), msk_defrag(), nfe_defrag(), and
re_defrag() and use m_collapse() instead. - Replace a reference to ath_defrag() in a comment in if_wpi.c with m_collapse().
Diffstat (limited to 'sys/dev/wpi')
-rw-r--r--sys/dev/wpi/if_wpi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/wpi/if_wpi.c b/sys/dev/wpi/if_wpi.c
index 98c5b92..a6c4cb8 100644
--- a/sys/dev/wpi/if_wpi.c
+++ b/sys/dev/wpi/if_wpi.c
@@ -2108,7 +2108,7 @@ wpi_tx_data(struct wpi_softc *sc, struct mbuf *m0, struct ieee80211_node *ni,
return error;
}
if (error != 0) {
- /* XXX use ath_defrag */
+ /* XXX use m_collapse */
mnew = m_defrag(m0, M_DONTWAIT);
if (mnew == NULL) {
device_printf(sc->sc_dev,
OpenPOWER on IntegriCloud