From: Eyal Shapira Date: Sun, 24 Nov 2013 19:30:13 +0000 (+0200) Subject: iwlwifi: mvm: rs: overhaul search cycle state machine X-Git-Tag: v3.14-rc1~94^2~482^2^2~10^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b3b06a32547fd2b0ba0f3f95ff37fbf94ad997dd;p=pandora-kernel.git iwlwifi: mvm: rs: overhaul search cycle state machine Rewrite the search cycle state machine to use a more data oriented approach where the different Tx columns (configs) limitations and next columns to search are reprsented in tables which are easy to change. This overhaul also includes several major fixes: 1. Prevent going back to a specific Tx column in a search cycle if it was already explored. 2. Avoid switching to a Tx column that doesn't have any chance if it performs perfectly to beat the current throughput we're getting. These issues were degrading throughput as they were causing switching to "bad" Tx columns. Signed-off-by: Eyal Shapira Signed-off-by: Emmanuel Grumbach --- Reading git-diff-tree failed