]> git.baikalelectronics.ru Git - kernel.git/commit
mac80211: add api to start ba session timer expired flow
authorNaftali Goldstein <naftali.goldstein@intel.com>
Tue, 11 Jul 2017 07:07:25 +0000 (10:07 +0300)
committerLuca Coelho <luciano.coelho@intel.com>
Wed, 9 Aug 2017 06:49:42 +0000 (09:49 +0300)
commit91b29549775007c533bf719312fcebe1d523f97f
tree9264948ab2cbe6e07eb4fe5ecdd8867a15e865c5
parentd12f51455e11557b6268cb3d282f5bce7aa58247
mac80211: add api to start ba session timer expired flow

Some drivers handle rx buffer reordering internally (and by extension
handle also the rx ba session timer internally), but do not ofload the
addba/delba negotiation.
Add an api for these drivers to properly tear-down the ba session,
including sending a delba.

Signed-off-by: Naftali Goldstein <naftali.goldstein@intel.com>
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
include/net/mac80211.h
net/mac80211/agg-rx.c