OSDN Git Service

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)
commitb497de63ad5dcdae999c14444c4e7f53fd60119c
tree101526c6036f78e855cbe59482d1ee512338d59e
parent6382246e895fa0ae5162de7c1e5566b9719bdd26
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