On Wed, 2007-11-07 at 09:29 -0600, Larry Finger wrote: > Commit 43c8321e breaks rate control, and my b43 device, on wireless-2.6/everything. The hack below > fixes it: > > Index: wireless-2.6/net/mac80211/Kconfig > =================================================================== > --- wireless-2.6.orig/net/mac80211/Kconfig > +++ wireless-2.6/net/mac80211/Kconfig > @@ -16,7 +16,7 @@ config MAC80211 > config MAC80211_RCSIMPLE > bool "'simple' rate control algorithm" > default y > - depends on MAC80211 && EMBEDDED > + depends on MAC80211 > help > This option allows you to turn off the 'simple' rate > control algorithm in mac80211. If you do turn it off, > > On my system, the symbol EMBEDDED is not defined, thus rcsimple, the only rate-control mechanism I > need to use, is not built. Ahrg. I'm stupid. I meant for this to be only selectable on EMBEDDED. How do I do that? johannes
Attachment:
signature.asc
Description: This is a digitally signed message part