From: Reinette Chatre Date: Fri, 28 Mar 2008 23:21:09 +0000 (-0700) Subject: iwlwifi: move rate registration to module load X-Git-Tag: v2.6.26-rc1~1138^2~252 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=897e1cf29e05e3373bf380a417d085cd3389a3c0;p=pandora-kernel.git iwlwifi: move rate registration to module load Having rate registration during module load enables the use of error checking as well as reliable registration/unregistration pairing. Previously this was not possible as rate registration was done during _probe where _probe could be run for more than one device on the system. Signed-off-by: Reinette Chatre Signed-off-by: Tomas Winkler Signed-off-by: John W. Linville --- Reading git-diff-tree failed