commit | 5aa335537aa27e0d169e98d90d23342434a1cef0 | [log] [tgz] |
---|---|---|
author | Eyal Shapira <eyal@wizery.com> | Sat Nov 23 01:06:36 2013 +0200 |
committer | Emmanuel Grumbach <emmanuel.grumbach@intel.com> | Mon Dec 09 22:29:47 2013 +0200 |
tree | 694836a7fd512c1d9f5af21a4d767c95564f5356 | |
parent | 0c308e97d40f0e8f43336b6076f4b26e71ba59c6 [diff] |
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 <eyal@wizery.com> Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>