OSDN Git Service

mac80211: add an option for drivers to check if packets can be aggregated
authorSara Sharon <sara.sharon@intel.com>
Wed, 5 Sep 2018 05:06:11 +0000 (08:06 +0300)
committerJohannes Berg <johannes.berg@intel.com>
Wed, 5 Sep 2018 08:11:50 +0000 (10:11 +0200)
commit9739fe29a207ffff55361a3047e7780ebddccdb2
tree171bb83bc4c8f0290d4ac051c1bafbe61de8aec9
parentedba6bdad6fef787c0363e8a1e7d91e8d6a10129
mac80211: add an option for drivers to check if packets can be aggregated

Some hardwares have limitations on the packets' type in AMSDU.
Add an optional driver callback to determine if two skbs can
be used in the same AMSDU or not.

Signed-off-by: Sara Sharon <sara.sharon@intel.com>
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
include/net/mac80211.h
net/mac80211/driver-ops.h
net/mac80211/tx.c