From: Eyal Shapira Date: Sun, 14 Sep 2014 12:58:53 +0000 (+0300) Subject: iwlwifi: mvm: rs: fix logic in case of multiple TIDs X-Git-Tag: fixes-against-v3.18-rc2~144^2~39^2~74^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=efed66407d465549e0457b2c1f5419503edfb79b;p=pandora-kernel.git iwlwifi: mvm: rs: fix logic in case of multiple TIDs In case of traffic on multiple TIDs where one is aggregated and the other is not RS would toggle between considering traffic vs. the station as aggregated and not aggregated. Instead consider the sta state as aggregated as long as there's at least one TID aggregated. This limitation is because the rates table is kept per station and not per TID. Signed-off-by: Eyal Shapira Signed-off-by: Emmanuel Grumbach --- Reading git-diff-tree failed