On Fri, 16 Feb 2007 15:47:05 -0500, Michael Wu wrote: > --- a/net/d80211/ieee80211_sta.c > +++ b/net/d80211/ieee80211_sta.c > [...] > +static int ieee80211_sta_config_auth(struct net_device *dev, > + struct ieee80211_if_sta *ifsta) > +{ > [...] > + > + if (top_rssi < bss->rssi) > + selected = bss; > + > + top_rssi = bss->rssi; if (top_rssi < bss->rssi) { select = bss; top_rssi = bss->rssi; } ? Thanks, Jiri -- Jiri Benc SUSE Labs - 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