#697: roaming between two ap with r1593
---------------------------------+------------------------------------------
Reporter: anonymous | Owner:
Type: defect | Status: new
Priority: minor | Milestone:
Component: madwifi: other | Version: trunk
Resolution: | Keywords: minRssi
Patch_attached: 0 |
---------------------------------+------------------------------------------
Comment (by anonymous):
I have checked the program and found that it is relative to the function
sta_age. who can tell me when this function would be activated?
and the following is in the sta_age function:
spin_unlock(&st->st_lock);
/*
* If rate control is enabled check periodically to see if
* we should roam from our current connection to one that
* might be better. This only applies when we're operating
* in sta mode and automatic roaming is set.
* XXX defer if busy
* XXX repeater station
*/
KASSERT(vap->iv_opmode == IEEE80211_M_STA,
("wrong mode %u", vap->iv_opmode));
/* XXX turn this off until the ap release is cut */
if (0 && vap->iv_ic->ic_roaming == IEEE80211_ROAMING_AUTO &&
vap->iv_state >= IEEE80211_S_RUN)
/* XXX vap is implicit */
sta_roam_check(ss, vap);
it seems that sta_roam_check would never run. so MIN_RSSI would never be
checked. is that right?
who can check that?
thanks!
--
Ticket URL: <http://madwifi.org/ticket/697>
MadWifi <http://madwifi.org/>
Multiband Atheros Driver for Wireless Fidelity_______________________________________________
Madwifi-tickets mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/madwifi-tickets