Give slow hardware some time to do the TSF sync, to not run into an IBSS merging endless loop in some rarely situations. Version 2 adds a comment. Version 3: I had forgotten to change the bracket. diff --git a/net/mac80211/ibss.c b/net/mac80211/ibss.c index 1bbfc70..ea737bf 100644 --- a/net/mac80211/ibss.c +++ b/net/mac80211/ibss.c @@ -332,6 +332,10 @@ static void ieee80211_rx_bss_info(struct ieee80211_sub_if_data *sdata, jiffies); #endif + /* give slow hardware some time to do the TSF sync */ + if (rx_timestamp < 0x400000) + goto put_bss; + if (beacon_timestamp > rx_timestamp) { #ifdef CONFIG_MAC80211_IBSS_DEBUG printk(KERN_DEBUG "%s: beacon TSF higher than " -- Psssst! Schon vom neuen GMX MultiMessenger gehört? Der kann`s mit allen: http://www.gmx.net/de/go/multimessenger01 -- 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