projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5c5f966
)
mac80211: add missing new line in debug print HT_DEBUG
author
Tomas Winkler
<tomas.winkler@intel.com>
Thu, 12 Jun 2008 17:08:19 +0000
(20:08 +0300)
committer
John W. Linville
<linville@tuxdriver.com>
Fri, 13 Jun 2008 20:14:53 +0000
(16:14 -0400)
This patch adds '\n' in debug printk (wme.c HT DEBUG)
Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/mac80211/wme.c
patch
|
blob
|
blame
|
history
diff --git
a/net/mac80211/wme.c
b/net/mac80211/wme.c
index dc1598b86004e9df03e4eefb188b17ca292171b9..635b996c8c350c52c5f9cef6747c3408e3e40711 100644
(file)
--- a/
net/mac80211/wme.c
+++ b/
net/mac80211/wme.c
@@
-673,7
+673,7
@@
int ieee80211_ht_agg_queue_add(struct ieee80211_local *local,
#ifdef CONFIG_MAC80211_HT_DEBUG
if (net_ratelimit())
printk(KERN_DEBUG "allocated aggregation queue"
- " %d tid %d addr %s pool=0x%lX",
+ " %d tid %d addr %s pool=0x%lX
\n
",
i, tid, print_mac(mac, sta->addr),
q->qdisc_pool[0]);
#endif /* CONFIG_MAC80211_HT_DEBUG */