mac80211: add flag for duplication check
authorSara Sharon <sara.sharon@intel.com>
Tue, 8 Dec 2015 14:04:33 +0000 (16:04 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Thu, 14 Jan 2016 10:13:11 +0000 (11:13 +0100)
commitf9cfa5f354b11e56cd8f019c12e14a42585586cd
treef16388ef9b29255cc5f89c0d3be471792ec7e383
parent23a1f8d44c0bca48f04fc2a2f1edafd826ce6133
mac80211: add flag for duplication check

Add an option for driver to check for packet duplication
by itself.
This is needed for example by the iwlwifi driver which
parallelizes the RX path and does the duplication check
per queue.

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>
include/net/mac80211.h
net/mac80211/rx.c
This page took 0.024495 seconds and 5 git commands to generate.