mac80211: pass RX aggregation window size to driver
authorSara Sharon <sara.sharon@intel.com>
Tue, 8 Dec 2015 14:04:34 +0000 (16:04 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 20 May 2017 12:27:02 +0000 (14:27 +0200)
commit0fe94dd915fdd6d4de3d3943b0aacc7bcae61938
treebef90e6917db9202b85b8b7655b268911c022296
parentf85e0c5f592c6ef69d6ff8529f71dde55920e5b2
mac80211: pass RX aggregation window size to driver

commit fad471860c097844432c7cf5d3ae6a0a059c2bdc upstream.

Currently mac80211 does not inform the driver of the window
size when starting an RX aggregation session.
To enable managing the reorder buffer in the driver or hardware
the window size is needed.

Signed-off-by: Sara Sharon <sara.sharon@intel.com>
Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Amit Pundir <amit.pundir@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
include/net/mac80211.h
net/mac80211/agg-rx.c