OSDN Git Service

mac80211: pass block ack session timeout to to driver
authorSara Sharon <sarasharon1@gmail.com>
Wed, 30 Dec 2015 14:06:04 +0000 (16:06 +0200)
committerGovind Singh <govinds@codeaurora.org>
Fri, 6 Jan 2017 10:28:34 +0000 (15:58 +0530)
commit71384687ff94de2f726926697a770b5be3a2e670
tree7358c18be501cc5367b4775f1d0cb13cae02a7cc
parentee0bd3535fce69b80661aa541f8c98ed4b29eb67
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>
drivers/net/wireless/ath/ath10k/mac.c