From: Eyal Shapira Date: Fri, 22 Nov 2013 23:06:36 +0000 (+0200) Subject: iwlwifi: mvm: rs: refactor to use rs_rate X-Git-Tag: v3.14-rc1~94^2~482^2^2~10^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5aa335537aa27e0d169e98d90d23342434a1cef0;p=pandora-kernel.git iwlwifi: mvm: rs: refactor to use rs_rate Introduce rs_rate which represents a rate. Use this structure instead of iwl_scale_tbl_info where we're dealing with a single rate. This avoids allocating the big iwl_scale_tbl_info structure on the stack in several cases like converting to ucode rate format or from ucode rate format. Signed-off-by: Eyal Shapira Signed-off-by: Emmanuel Grumbach --- Reading git-diff-tree failed