From: Eyal Shapira Date: Sun, 14 Sep 2014 12:28:09 +0000 (+0300) Subject: iwlwifi: mvm: report all BA notifs to RS X-Git-Tag: fixes-against-v3.18-rc2~144^2~39^2~74^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a7130442b03e095f3a86efac799fbf0374a5adb9;p=pandora-kernel.git iwlwifi: mvm: report all BA notifs to RS Currently BA notifications which don't reclaim any frames would not cause the RS to be called as no skbs are passed to mac80211. This is not optimal as RS can benefit from the statistics of sent vs. acked of such a BA. This can improve the reaction time of the RS algorithm. Also, an upcoming change in the firmware would cause BA timeout to be reported as a BA notif with 0 acked so this change is required for that as well. Signed-off-by: Eyal Shapira Signed-off-by: Emmanuel Grumbach --- Reading git-diff-tree failed