summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mwifiex/main.h
diff options
context:
space:
mode:
authorAvinash Patil2014-02-08 01:30:36 +0100
committerJohn W. Linville2014-02-12 21:36:22 +0100
commitd63bf5e5e00dc025c71532e9244a96966ac8e252 (patch)
treec2ab58bc1d1c2c0c138fe27b374cf00a869046cf /drivers/net/wireless/mwifiex/main.h
parentmwifiex: provision for holding and restoring packets during TDLS setup (diff)
downloadkernel-qcow2-linux-d63bf5e5e00dc025c71532e9244a96966ac8e252.tar.gz
kernel-qcow2-linux-d63bf5e5e00dc025c71532e9244a96966ac8e252.tar.xz
kernel-qcow2-linux-d63bf5e5e00dc025c71532e9244a96966ac8e252.zip
mwifiex: tdls related handling for data packets addressed to TDLS peer
1. If data packet is addressed to TDLS peer for which link is established, mark these packets with TDLS flag so that FW can send them on direct link instead of sending via AP. 2. If data packet is addressed to TDLS peer and TDLS setup is underway, move these packets to TDLS queue. 3. If this packet is TDLS setup packet, do not block it. Signed-off-by: Avinash Patil <patila@marvell.com> Signed-off-by: Bing Zhao <bzhao@marvell.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
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 bce65f5f0046..3001332191a3 100644
--- a/drivers/net/wireless/mwifiex/main.h
+++ b/drivers/net/wireless/mwifiex/main.h
@@ -1213,6 +1213,7 @@ int mwifiex_send_tdls_action_frame(struct mwifiex_private *priv,
void mwifiex_process_tdls_action_frame(struct mwifiex_private *priv,
u8 *buf, int len);
int mwifiex_tdls_oper(struct mwifiex_private *priv, u8 *peer, u8 action);
+int mwifiex_get_tdls_link_status(struct mwifiex_private *priv, u8 *mac);
#ifdef CONFIG_DEBUG_FS
void mwifiex_debugfs_init(void);