]> 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)
commit14e5bc2a7c87134d12c9f651e3dce8dbbb84b1c4
tree9264948ab2cbe6e07eb4fe5ecdd8867a15e865c5
parentcb4c267ef3e0049f9bc4061ce6c8b10c0fce05b7
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