]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
iwlwifi: select proper rate control algorithm
authorJohannes Berg <johannes@sipsolutions.net>
Sun, 28 Oct 2007 13:53:36 +0000 (14:53 +0100)
committerDavid S. Miller <davem@sunset.davemloft.net>
Sun, 11 Nov 2007 06:00:05 +0000 (22:00 -0800)
commitf51359a8fb1bb00ae87051991e59d0f92d90604b
tree52911e9c3d71c838f71f534a42a820591a20b6e9
parent830f903866a1611e9ce53f3e35202302bb938946
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 <johannes@sipsolutions.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/iwlwifi/iwl3945-base.c
drivers/net/wireless/iwlwifi/iwl4965-base.c