linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Regression in latest wireless-2.6: commit 43c8321e breaks rate control
@ 2007-11-07 15:29 Larry Finger
  2007-11-07 15:36 ` Johannes Berg
  2007-11-07 15:41 ` [PATCH] mac80211: fix MAC80211_RCSIMPLE Kconfig Johannes Berg
  0 siblings, 2 replies; 4+ messages in thread
From: Larry Finger @ 2007-11-07 15:29 UTC (permalink / raw)
  To: Johannes Berg, John Linville; +Cc: wireless

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.

Larry

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2007-11-07 16:45 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-07 15:29 Regression in latest wireless-2.6: commit 43c8321e breaks rate control Larry Finger
2007-11-07 15:36 ` Johannes Berg
2007-11-07 15:41 ` [PATCH] mac80211: fix MAC80211_RCSIMPLE Kconfig Johannes Berg
2007-11-07 16:45   ` Larry Finger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).