On Thu, 2013-02-07 at 00:01 -0800, chaitanyatk@xxxxxxxxxxx wrote: > @@ -470,6 +470,7 @@ enum mac80211_tx_control_flags { > IEEE80211_TX_STATUS_EOSP = BIT(28), > IEEE80211_TX_CTL_USE_MINRATE = BIT(29), > IEEE80211_TX_CTL_DONTFRAG = BIT(30), > + IEEE80211_TX_CTL_AMSDU = BIT(31), Hmm. I'm not exactly happy with using (one of) the last control flag for a pure debug facility. > +++ b/net/mac80211/ieee80211_i.h > @@ -402,7 +402,6 @@ struct ieee80211_mgd_assoc_data { > bool have_beacon; > bool sent_assoc; > bool synced; > - All those spurious whitespace changes just make the patch appear longer ... :) 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