Remove a duplicate definition.

This commit is contained in:
Adrian Chadd 2012-06-13 05:47:24 +00:00
parent 32c387f76a
commit 46f5390139
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=236995

View File

@ -438,7 +438,6 @@ static void
ath_rateseries_setup(struct ath_softc *sc, struct ieee80211_node *ni,
struct ath_buf *bf, HAL_11N_RATE_SERIES *series)
{
#define HT_RC_2_STREAMS(_rc) ((((_rc) & 0x78) >> 3) + 1)
struct ieee80211com *ic = ni->ni_ic;
struct ath_hal *ah = sc->sc_ah;
HAL_BOOL shortPreamble = AH_FALSE;
@ -528,7 +527,6 @@ ath_rateseries_setup(struct ath_softc *sc, struct ieee80211_node *ni,
rt, pktlen, rc[i].rix, shortPreamble);
}
}
#undef HT_RC_2_STREAMS
}
#if 0