]> git.kernelconcepts.de Git - karo-tx-linux.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)
commit04c2cf34362f133be09878bd752f8b014318b59a
tree9264948ab2cbe6e07eb4fe5ecdd8867a15e865c5
parenta600852a9d00be08c539307a42729fd46b0a654e
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