]> git.baikalelectronics.ru Git - kernel.git/commit
mac80211: notify the driver on reordering buffer timeout
authorEmmanuel Grumbach <emmanuel.grumbach@intel.com>
Mon, 20 Apr 2015 19:53:38 +0000 (22:53 +0300)
committerJohannes Berg <johannes.berg@intel.com>
Fri, 24 Apr 2015 10:25:01 +0000 (12:25 +0200)
commitc0d47a8d3c7bc57dceae57596253977ad8fb4a1f
tree101526c6036f78e855cbe59482d1ee512338d59e
parent12ddb6258afc1ae912e45b51cb9fd5a881b42e49
mac80211: notify the driver on reordering buffer timeout

When frames time out in the reordering buffer, it is a
good indication that something went wrong and the driver
may want to know about that to take action or trigger
debug flows.
It is pointless to notify the driver about each frame that
is released. Notify each time the timer fires.

Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
include/net/mac80211.h
net/mac80211/rx.c