Lorenzo Bianconi <lorenzo.bianconi83@...> writes: > > Enable control frame reception if dynamic ack processing is enabled > > Signed-off-by: Lorenzo Bianconi <lorenzo.bianconi83@...> > --- > drivers/net/wireless/ath/ath9k/recv.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/net/wireless/ath/ath9k/recv.c b/drivers/net/wireless/ath/ath9k/recv.c > index ad317a4..cc5ba4a 100644 > --- a/drivers/net/wireless/ath/ath9k/recv.c > +++ b/drivers/net/wireless/ath/ath9k/recv.c > <at> <at> -398,7 +398,7 <at> <at> u32 ath_calcrxfilter(struct ath_softc *sc) > if (sc->sc_ah->is_monitoring) > rfilt |= ATH9K_RX_FILTER_PROM; > > - if (sc->rx.rxfilter & FIF_CONTROL) > + if ((sc->rx.rxfilter & FIF_CONTROL) || sc->sc_ah->dynack.enabled) > rfilt |= ATH9K_RX_FILTER_CONTROL; > > if ((sc->sc_ah->opmode == NL80211_IFTYPE_STATION) && Dear Lorenzo: Thank you your patch!But I want to know where can I get the RTS/CTS and ACK in MAC80211 or ATH9K after adopting this change,using the function ieee80211_rx_h_ctrl(/net/mac80211/rx.c)? Any reply will be much appreciated!! -- 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