On Sun, 2011-11-20 at 21:22 -0500, Nikolay Martynov wrote: > From: kolya <mar.kolya@xxxxxxxxx> > --- Missing signature (see Documentation/SubmittingPatches). > net/mac80211/agg-rx.c | 7 ++++--- > 1 files changed, 4 insertions(+), 3 deletions(-) > > diff --git a/net/mac80211/agg-rx.c b/net/mac80211/agg-rx.c > index 476b106..449d77b 100644 > --- a/net/mac80211/agg-rx.c > +++ b/net/mac80211/agg-rx.c > @@ -73,8 +73,9 @@ void ___ieee80211_stop_rx_ba_session(struct sta_info *sta, u16 tid, > RCU_INIT_POINTER(sta->ampdu_mlme.tid_rx[tid], NULL); > > #ifdef CONFIG_MAC80211_HT_DEBUG > - printk(KERN_DEBUG "Rx BA session stop requested for %pM tid %u\n", > - sta->sta.addr, tid); > + printk(KERN_DEBUG "Rx BA session stop requested for %pM tid %u %s reason: %d\n", > + sta->sta.addr, tid, initiator == WLAN_BACK_RECIPIENT ? "recipient" : "inititator", > + (int)reason); please break lines to 80 cols (and maybe run scripts/checkpatch.pl) 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