Date: Sat, 12 Feb 2011 02:14:19 +0000 (UTC) From: Adrian Chadd <adrian@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/dev/ath if_ath_tx.c if_ath_tx_ht.c if_ath_tx_ht.h Message-ID: <201102120214.p1C2Ecb7021781@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
adrian 2011-02-12 02:14:19 UTC FreeBSD src repository Modified files: sys/dev/ath if_ath_tx.c if_ath_tx_ht.c if_ath_tx_ht.h Log: SVN rev 218593 on 2011-02-12 02:14:19Z by adrian The current code used the fields in ath_set11nratescenario() . Use them correctly: * pass in whether to allow the hardware to override the duration field in the main data frame (durupdate_en) - PS_POLL frames in particular don't have the duration bit overriden; * there's no rts/cts duration here; that's done elsehwere Revision Changes Path 1.5 +2 -2 src/sys/dev/ath/if_ath_tx.c 1.4 +3 -2 src/sys/dev/ath/if_ath_tx_ht.c 1.2 +2 -2 src/sys/dev/ath/if_ath_tx_ht.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201102120214.p1C2Ecb7021781>