mac80211: implement packet loss notification
commit99ba2a14283be96a682e04455061c08a46bbf4ec
authorJohannes Berg <johannes.berg@intel.com>
Wed, 24 Nov 2010 07:10:06 +0000 (24 08:10 +0100)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 24 Nov 2010 21:19:36 +0000 (24 16:19 -0500)
tree120520c075528d7ef5a32bb8782c82b7c7e972eb
parentc063dbf52b998b852122dff07a8b8dd430b38437
mac80211: implement packet loss notification

For drivers that have accurate TX status reporting
we can report the number of consecutive lost packets
to userspace using the new cfg80211 CQM event. The
threshold is fixed right now, this may need to be
improved in the future.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/mac80211/sta_info.h
net/mac80211/status.c