From: Eyal Shapira Date: Sat, 30 Aug 2014 23:33:33 +0000 (+0300) Subject: iwlwifi: mvm: rs: remove max_rate_idx X-Git-Tag: fixes-against-v3.18-rc2~144^2~144^2~51^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2536e7c35014c0bd5b8a7b5425004528c208c052;p=pandora-kernel.git iwlwifi: mvm: rs: remove max_rate_idx max_rate_idx constraint is deprecated and it's handling is faulty as well as it is relevant only for legacy rates but was considered in HT/VHT. In most cases there was no side effect as max_rate_idx was set to -1 but in certain cases like P2P it got set to an actual rate idx which would limit the maximum rate in HT/VHT by mistake. max_rate_idx should be replaced by the masks fields but for now remove it. Signed-off-by: Eyal Shapira Reviewed-by: Johannes Berg Signed-off-by: Emmanuel Grumbach --- Reading git-diff-tree failed