commit | 50ea05efaf3bed7dd34bcc2635a8b3f53bd0ccc1 | [log] [tgz] |
---|---|---|
author | Sara Sharon <sarasharon1@gmail.com> | Wed Dec 30 16:06:04 2015 +0200 |
committer | Johannes Berg <johannes.berg@intel.com> | Thu Jan 14 11:13:17 2016 +0100 |
tree | db757aea54659c74f10376ade43d41b3f626a4ca | |
parent | a85a7e28f45f7217b9a2efc3ba323de5c0e5b056 [diff] |
mac80211: pass block ack session timeout to to driver Currently mac80211 does not inform the driver of the session block ack timeout when starting a rx aggregation session. Drivers that manage the reorder buffer need to know this parameter. Seeing that there are now too many arguments for the drv_ampdu_action() function, wrap them inside a structure. Signed-off-by: Sara Sharon <sara.sharon@intel.com> Signed-off-by: Johannes Berg <johannes.berg@intel.com>