projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8ab65b0
)
mac80211: quiet chatty IBSS merge message
author
John W. Linville
<linville@tuxdriver.com>
Wed, 27 Aug 2008 00:33:34 +0000
(20:33 -0400)
committer
John W. Linville
<linville@tuxdriver.com>
Wed, 27 Aug 2008 00:33:34 +0000
(20:33 -0400)
It seems obvious that this #ifndef should be the opposite polarity...
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/mac80211/mlme.c
patch
|
blob
|
history
diff --git
a/net/mac80211/mlme.c
b/net/mac80211/mlme.c
index 74777ade6b227b1fa074c574e4eb92584f1bbc51..9bb68c6a8f44bf4cd3552c31cdf0a5ad69909e66 100644
(file)
--- a/
net/mac80211/mlme.c
+++ b/
net/mac80211/mlme.c
@@
-2838,7
+2838,7
@@
static void ieee80211_rx_bss_info(struct net_device *dev,
jiffies);
#endif /* CONFIG_MAC80211_IBSS_DEBUG */
if (beacon_timestamp > rx_timestamp) {
-#if
n
def CONFIG_MAC80211_IBSS_DEBUG
+#ifdef CONFIG_MAC80211_IBSS_DEBUG
printk(KERN_DEBUG "%s: beacon TSF higher than "
"local TSF - IBSS merge with BSSID %s\n",
dev->name, print_mac(mac, mgmt->bssid));