[PATCH] d80211: Fix TX/RX rates

2006-10-15 Thread Ivo van Doorn
This patch correctly initializes the force_unicast_rateidx and max_ratectrl_rateidx. This was not done previously and caused a bug in rf80211_simple where when rate_control_simple_get_rate() was called, the incorrect rate was selected from the list. Signed-off-by Modestas Vainius <[EMAIL PROTECTED

Re: [PATCH] d80211: Fix TX/RX rates

2006-10-18 Thread Jiri Benc
On Sun, 15 Oct 2006 20:14:07 +0200, Ivo van Doorn wrote: > This patch correctly initializes the force_unicast_rateidx > and max_ratectrl_rateidx. This was not done previously > and caused a bug in rf80211_simple where when > rate_control_simple_get_rate() was called, the incorrect > rate was select