aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mwifiex/main.h
diff options
context:
space:
mode:
authorAvinash Patil <patila@marvell.com>2014-02-07 19:30:36 -0500
committerJohn W. Linville <linville@tuxdriver.com>2014-02-12 15:36:22 -0500
commitd63bf5e5e00dc025c71532e9244a96966ac8e252 (patch)
treec2ab58bc1d1c2c0c138fe27b374cf00a869046cf /drivers/net/wireless/mwifiex/main.h
parent56bd24a18e1a7306a21f6b7d7716cced7e593057 (diff)
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,
1213void mwifiex_process_tdls_action_frame(struct mwifiex_private *priv, 1213void mwifiex_process_tdls_action_frame(struct mwifiex_private *priv,
1214 u8 *buf, int len); 1214 u8 *buf, int len);
1215int mwifiex_tdls_oper(struct mwifiex_private *priv, u8 *peer, u8 action); 1215int mwifiex_tdls_oper(struct mwifiex_private *priv, u8 *peer, u8 action);
1216int mwifiex_get_tdls_link_status(struct mwifiex_private *priv, u8 *mac);
1216 1217
1217#ifdef CONFIG_DEBUG_FS 1218#ifdef CONFIG_DEBUG_FS
1218void mwifiex_debugfs_init(void); 1219void mwifiex_debugfs_init(void);