On Sat, 2010-09-18 at 21:33 +0200, Christian Lamparter wrote: > info->flags |= IEEE80211_TX_INTFL_NEED_TXPROCESSING | > IEEE80211_TX_INTFL_RETRANSMISSION; > + info->flags &= ~(IEEE80211_TX_CTL_RATE_CTRL_PROBE | > + IEEE80211_TX_CTL_PSPOLL_RESPONSE | > + IEEE80211_TX_CTL_FIRST_FRAGMENT | > + IEEE80211_TX_CTL_CLEAR_PS_FILT | > + IEEE80211_TX_CTL_MORE_FRAMES | > + IEEE80211_TX_CTL_AMPDU | > + IEEE80211_TX_STAT_AMPDU_NO_BACK | > + IEEE80211_TX_STAT_TX_FILTERED | > + IEEE80211_TX_STAT_AMPDU); Theo nly thing I wonder is if we should introduce some #define for the temporary flags here and put it into mac80211.h so we'll be less likely to forget updating it when adding new flags? johannes -- 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