From: Johannes Berg Date: Sun, 28 Oct 2007 13:53:36 +0000 (+0100) Subject: iwlwifi: select proper rate control algorithm X-Git-Tag: v2.6.24-rc3~155^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f51359a8fb1bb00ae87051991e59d0f92d90604b;p=pandora-kernel.git iwlwifi: select proper rate control algorithm Prior to this patch, iwlwifi would always use the first registered rate control algorithm which, depending on system setup, could be anything. After the mac80211 patch to make the simple algorithm built-in, it would always be simple. This has always been a bug in iwlwifi. This fixes it by requesting that mac80211 selects the right rate control algorithm. Signed-off-by: Johannes Berg Signed-off-by: John W. Linville --- Reading git-diff-tree failed