Tested-by: Sedat Dilek <sedat.dilek@xxxxxxxxx> On Fri, Dec 3, 2010 at 5:12 AM, Nick Kossifidis <mickflemm@xxxxxxxxx> wrote: > Â* Since we report tx acks to the protocol stack, add the needed > Âflag to hw_flags. This way we'll also use the new AP probing mechanism. > > ÂSigned-off-by: Nick Kossifidis <mickflemm@xxxxxxxxx> > > --- > Âdrivers/net/wireless/ath/ath5k/base.c | Â Â5 +++-- > Â1 files changed, 3 insertions(+), 2 deletions(-) > > diff --git a/drivers/net/wireless/ath/ath5k/base.c b/drivers/net/wireless/ath/ath5k/base.c > index e68f248..cb4ecfa 100644 > --- a/drivers/net/wireless/ath/ath5k/base.c > +++ b/drivers/net/wireless/ath/ath5k/base.c > @@ -2341,8 +2341,9 @@ ath5k_init_softc(struct ath5k_softc *sc, const struct ath_bus_ops *bus_ops) > Â Â Â Â/* Initialize driver private data */ > Â Â Â ÂSET_IEEE80211_DEV(hw, sc->dev); > Â Â Â Âhw->flags = IEEE80211_HW_RX_INCLUDES_FCS | > - Â Â Â Â Â Â Â Â Â IEEE80211_HW_HOST_BROADCAST_PS_BUFFERING | > - Â Â Â Â Â Â Â Â Â IEEE80211_HW_SIGNAL_DBM; > + Â Â Â Â Â Â Â Â Â Â Â IEEE80211_HW_HOST_BROADCAST_PS_BUFFERING | > + Â Â Â Â Â Â Â Â Â Â Â IEEE80211_HW_SIGNAL_DBM | > + Â Â Â Â Â Â Â Â Â Â Â IEEE80211_HW_REPORTS_TX_ACK_STATUS; > > Â Â Â Âhw->wiphy->interface_modes = > Â Â Â Â Â Â Â ÂBIT(NL80211_IFTYPE_AP) | > -- 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