Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 89963
b: refs/heads/master
c: d97cf01
h: refs/heads/master
i:
  89961: 2402dc8
  89959: ef2d4b0
v: v3
  • Loading branch information
Pavel Roskin authored and John W. Linville committed Feb 29, 2008
1 parent b7c711e commit 2b8eb55
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c2976ab005695c1b73f9dbdb4d0f85ed5e0319eb
refs/heads/master: d97cf01576e1867d26b5c8de360380f815a1b7df
4 changes: 3 additions & 1 deletion trunk/net/mac80211/ieee80211_sta.c
Original file line number Diff line number Diff line change
Expand Up @@ -2453,10 +2453,12 @@ static void ieee80211_rx_bss_info(struct net_device *dev,
jiffies);
#endif /* CONFIG_MAC80211_IBSS_DEBUG */
if (beacon_timestamp > rx_timestamp) {
if (CONFIG_MAC80211_IBSS_DEBUG || net_ratelimit())
#ifdef CONFIG_MAC80211_IBSS_DEBUG
if (net_ratelimit())
printk(KERN_DEBUG "%s: beacon TSF higher than "
"local TSF - IBSS merge with BSSID %s\n",
dev->name, print_mac(mac, mgmt->bssid));
#endif /* CONFIG_MAC80211_IBSS_DEBUG */
ieee80211_sta_join_ibss(dev, &sdata->u.sta, bss);
ieee80211_ibss_add_sta(dev, NULL,
mgmt->bssid, mgmt->sa);
Expand Down

0 comments on commit 2b8eb55

Please sign in to comment.