diff options
| author | Sam Leffler <sam@FreeBSD.org> | 2008-05-11 22:11:01 +0000 |
|---|---|---|
| committer | Sam Leffler <sam@FreeBSD.org> | 2008-05-11 22:11:01 +0000 |
| commit | 6c5c43974e70d8188861ba35fd25cd138c674c66 (patch) | |
| tree | d375819057a11f06d748f616a9e6e8c53dfeb333 /sys/dev/ral/rt2560.c | |
| parent | ef4d480cedcf362c8b4dfd5934c15ae3836e65de (diff) | |
Notes
Diffstat (limited to 'sys/dev/ral/rt2560.c')
| -rw-r--r-- | sys/dev/ral/rt2560.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ral/rt2560.c b/sys/dev/ral/rt2560.c index 9fd4346fa3b7..2f651125c1a8 100644 --- a/sys/dev/ral/rt2560.c +++ b/sys/dev/ral/rt2560.c @@ -1654,7 +1654,7 @@ rt2560_sendprot(struct rt2560_softc *sc, ackrate = ieee80211_ack_rate(sc->sc_rates, rate); isshort = (ic->ic_flags & IEEE80211_F_SHPREAMBLE) != 0; - dur = ieee80211_compute_duration(sc->sc_rates, pktlen, rate, isshort); + dur = ieee80211_compute_duration(sc->sc_rates, pktlen, rate, isshort) + ieee80211_ack_duration(sc->sc_rates, rate, isshort); flags = RT2560_TX_MORE_FRAG; if (prot == IEEE80211_PROT_RTSCTS) { |
