Author: adrian Date: Fri Feb 11 14:07:27 2011 New Revision: 218566 URL: http://svn.freebsd.org/changeset/base/218566
Log: .. how'd this compile before I commit it and then not now? Fixed. Modified: head/sys/dev/ath/if_ath_tx_ht.c Modified: head/sys/dev/ath/if_ath_tx_ht.c ============================================================================== --- head/sys/dev/ath/if_ath_tx_ht.c Fri Feb 11 13:59:56 2011 (r218565) +++ head/sys/dev/ath/if_ath_tx_ht.c Fri Feb 11 14:07:27 2011 (r218566) @@ -133,7 +133,7 @@ ath_rateseries_setup(struct ath_softc *s , txrate , ic->ic_rxstream , (ni->ni_htcap & IEEE80211_HTCAP_CHWIDTH40) - , series[i].rateFlags & HAL_RATESERIES_HALFGI); + , series[i].RateFlags & HAL_RATESERIES_HALFGI); } else { series[i].PktDuration = ath_hal_computetxtime(ah, rt, pktlen, rix[i], shortPreamble); _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"