iwlwifi: mvm: optimize reorder timeout frame releasing
authorSara Sharon <sara.sharon@intel.com>
Wed, 4 Jan 2017 08:49:42 +0000 (10:49 +0200)
committerLuca Coelho <luciano.coelho@intel.com>
Tue, 11 Apr 2017 11:54:36 +0000 (14:54 +0300)
commit9c36fd711c4340fff922f8a541199a67fd027e9b
tree33f7854a5abd2a2ee8f3b0de4a3f94914e0eda15
parent45c458b4c0cad854bb1ae150e637dfe9c5108337
iwlwifi: mvm: optimize reorder timeout frame releasing

Currently we release up to the last expired frame.
However, if there are consecutive frames after it - we can
optimize it further and release them as well - until the next
hole.

Signed-off-by: Sara Sharon <sara.sharon@intel.com>
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
drivers/net/wireless/intel/iwlwifi/mvm/rxmq.c