summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mwifiex/main.h
diff options
context:
space:
mode:
authorMaithili Hinge2015-03-12 08:38:39 +0100
committerKalle Valo2015-03-16 17:04:59 +0100
commitb533be189732e93c6d3306773b7120722568444d (patch)
tree135c765adbfa11f2f56b76d8ffb1d861b25bd66d /drivers/net/wireless/mwifiex/main.h
parentmwifiex: fix a bug in Rx multiport aggregation logic (diff)
downloadkernel-qcow2-linux-b533be189732e93c6d3306773b7120722568444d.tar.gz
kernel-qcow2-linux-b533be189732e93c6d3306773b7120722568444d.tar.xz
kernel-qcow2-linux-b533be189732e93c6d3306773b7120722568444d.zip
mwifiex: Add support for auto ARP in mwifiex.
This patch adds support for auto ARP feature in mwifiex. The device will respond to ARP requests from the network with ARP response in suspended state without waking up the host. This feature is enabled in the driver by default. Signed-off-by: Maithili Hinge <maithili@marvell.com> Signed-off-by: Amitkumar Karwar <akarwar@marvell.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Diffstat (limited to 'drivers/net/wireless/mwifiex/main.h')
-rw-r--r--drivers/net/wireless/mwifiex/main.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/mwifiex/main.h b/drivers/net/wireless/mwifiex/main.h
index 16be45e9a66a..a0908c64103a 100644
--- a/drivers/net/wireless/mwifiex/main.h
+++ b/drivers/net/wireless/mwifiex/main.h
@@ -35,6 +35,7 @@
#include <linux/ctype.h>
#include <linux/of.h>
#include <linux/idr.h>
+#include <linux/inetdevice.h>
#include "decl.h"
#include "ioctl.h"