CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/02/03 02:32:26
Modified files:
sys/net80211 : ieee80211_node.c
Log message:
Fix 11b clients sending bogus ratesets in association requests. The common
rateset with the AP is calculated only after the association response was
received, which is too late. Fix rates when an AP is selected after a scan.
ok mpi@ tb@
