Flip back HT/40 and Short-GI (for 40mhz operation). These are now verified to work.

This commit is contained in:
Adrian Chadd 2011-03-24 16:06:54 +00:00
parent 0d4e4e5ea4
commit 7b83029b7b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=219962

View File

@ -129,7 +129,6 @@ ath_rateseries_setup(struct ath_softc *sc, struct ieee80211_node *ni,
if (flags & (HAL_TXDESC_RTSENA | HAL_TXDESC_CTSENA))
series[i].RateFlags |= HAL_RATESERIES_RTS_CTS;
#if 0
if (ni->ni_htcap & IEEE80211_HTCAP_CHWIDTH40)
series[i].RateFlags |= HAL_RATESERIES_2040;
@ -140,7 +139,6 @@ ath_rateseries_setup(struct ath_softc *sc, struct ieee80211_node *ni,
*/
if (ni->ni_htcap & IEEE80211_HTCAP_SHORTGI40)
series[i].RateFlags |= HAL_RATESERIES_HALFGI;
#endif
series[i].Rate = rt->info[rix[i]].rateCode;