From: Johannes Berg Date: Sun, 28 Oct 2007 13:49:33 +0000 (+0100) Subject: mac80211: don't allow registering the same rate control twice X-Git-Tag: v2.6.24-rc3~155^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=999acd9c339a761a18d625b13001612ac396ee00;p=pandora-kernel.git mac80211: don't allow registering the same rate control twice Previously, mac80211 would allow registering the same rate control algorithm twice. This is a programming error in the registration and should not happen; additionally the second version could never be selected. Disallow this and warn about it. Signed-off-by: Johannes Berg Signed-off-by: John W. Linville --- Reading git-diff-tree failed