diff options
author | Johannes Berg <johannes@sipsolutions.net> | 2010-04-19 11:03:13 +0200 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2010-04-19 16:45:20 -0400 |
commit | 67e0f392779e35a96c43bc240ef5d30a701d153e (patch) | |
tree | 637fd3aed6aa2769fb434f4732da5e70d4e1a4df /net/mac80211/agg-tx.c | |
parent | 088899c43ce8bc54c6de519e4b1a1fc41b95867e (diff) | |
download | blackbird-obmc-linux-67e0f392779e35a96c43bc240ef5d30a701d153e.tar.gz blackbird-obmc-linux-67e0f392779e35a96c43bc240ef5d30a701d153e.zip |
mac80211: add missing newline
One HT debugging printk is missing a newline,
add it.
Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'net/mac80211/agg-tx.c')
-rw-r--r-- | net/mac80211/agg-tx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mac80211/agg-tx.c b/net/mac80211/agg-tx.c index 6bb4d0a1e5c5..7dfe833d9716 100644 --- a/net/mac80211/agg-tx.c +++ b/net/mac80211/agg-tx.c @@ -186,7 +186,7 @@ static void sta_addba_resp_timer_expired(unsigned long data) *state = HT_AGG_STATE_IDLE; #ifdef CONFIG_MAC80211_HT_DEBUG printk(KERN_DEBUG "timer expired on tid %d but we are not " - "(or no longer) expecting addBA response there", + "(or no longer) expecting addBA response there\n", tid); #endif return; |