On Fri, 21 Dec 2007 21:43:36 +0100 Johannes Berg <johannes@xxxxxxxxxxxxxxxx> wrote: > > What about avoiding to force any algorithm to y, and instead always build a > > dummy (a few lines of code which would just set the rate to the lowest > > available) rate control algorithm into mac80211? > > Why? I think that rc80211-simple is broken. A user may just want not to have a real rate control algorithm (i.e. no need for rates above the lowest one or certainty of perfect signal). Currently, that user would choose rc80211-simple, I guess, and well, this is almost fine, as he could manually set a rate. But let's say it's an embedded device, and small footprint is a must. Why would he need to use any RC algorithm (even other than rc80211-simple, as your Kconfig changes allow for this) then? mac80211 currently fails if no RC algorithms are available. So, I'd say, let's fix mac80211, so that it can work without any RC algorithm. And the default in this case could just be to set the lowest rate. That's what I called a dummy RC algorithm. -- Ciao Stefano - 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