3 @@ -915,7 +915,7 @@ ath_attach(u_int16_t devid, struct net_d
5 sc->sc_fftxqmin = ATH_FF_TXQMIN;
7 - ic->ic_ath_cap |= (ath_hal_fastframesupported(ah) ?
8 + ic->ic_ath_cap |= (ah->ah_macType >= 5212 ?
9 IEEE80211_ATHC_FF : 0);
11 ic->ic_ath_cap |= (ath_hal_burstsupported(ah) ?