Missing Signed-off-by... On Tue, Nov 30, 2010 at 06:18:39PM -0800, Javier Cardona wrote: > --- > drivers/net/wireless/ath/ath5k/base.c | 3 ++- > 1 files changed, 2 insertions(+), 1 deletions(-) > > diff --git a/drivers/net/wireless/ath/ath5k/base.c b/drivers/net/wireless/ath/ath5k/base.c > index 44f3050..6b06754 100644 > --- a/drivers/net/wireless/ath/ath5k/base.c > +++ b/drivers/net/wireless/ath/ath5k/base.c > @@ -1889,7 +1889,8 @@ ath5k_beacon_send(struct ath5k_softc *sc) > sc->bmisscount = 0; > } > > - if (sc->opmode == NL80211_IFTYPE_AP && sc->num_ap_vifs > 1) { > + if ((sc->opmode == NL80211_IFTYPE_AP && sc->num_ap_vifs > 1) || > + sc->opmode == NL80211_IFTYPE_MESH_POINT) { > u64 tsf = ath5k_hw_get_tsf64(ah); > u32 tsftu = TSF_TO_TU(tsf); > int slot = ((tsftu % sc->bintval) * ATH_BCBUF) / sc->bintval; > -- > 1.7.1 > > -- John W. Linville Someday the world will need a hero, and you linville@xxxxxxxxxxxxx might be all we have. Be ready. -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html