Ralink RT2860 rate adaptation

2013-08-29 Thread Ramanujan Seshadri
Hello all, I'm trying to understand the dynamic rate adaptation in the ralink rt2860 driver code. Can i know how the bit-rates are decided dynamically. What algorithm is used ? Thanks ram ___ freebsd-wireless@freebsd.org mailing list

Re: Ralink RT2860 rate adaptation

2013-08-29 Thread Adrian Chadd
Hi, It looks like it's using the net80211 rate control code. Look at if_run.c, ieee80211_ratectl_* calls. -adiran On 29 August 2013 06:59, Ramanujan Seshadri ksramanu...@gmail.com wrote: Hello all, I'm trying to understand the dynamic rate adaptation in the ralink rt2860 driver code.