iwlwifi: mvm: report all BA notifs to RS
authorEyal Shapira <eyal@wizery.com>
Sun, 14 Sep 2014 12:28:09 +0000 (15:28 +0300)
committerEmmanuel Grumbach <emmanuel.grumbach@intel.com>
Sun, 21 Sep 2014 10:25:48 +0000 (13:25 +0300)
commita7130442b03e095f3a86efac799fbf0374a5adb9
tree0e926eeda2aaf3e22c60376bdcf1fc798dc0bede
parent2bf6508133c606ff3acd9a65a5175feaeb7a5e30
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 <eyalx.shapira@intel.com>
Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
drivers/net/wireless/iwlwifi/mvm/tx.c