diff options
author | Avinash Patil <patila@marvell.com> | 2015-06-22 19:06:23 +0530 |
---|---|---|
committer | Kalle Valo <kvalo@codeaurora.org> | 2015-07-21 16:40:43 +0300 |
commit | 8d6b538a5eac1fec259d22ffa5b47ac585582432 (patch) | |
tree | 09d3a73907a5488a26fb8d028a622eb966251715 /drivers/net/wireless/mwifiex/main.h | |
parent | cc7359b5c82f67a1a19a0cf66f84f465403edb5d (diff) | |
download | linux-8d6b538a5eac1fec259d22ffa5b47ac585582432.tar.bz2 |
mwifiex: handle multichannel event
This patch adds support to handle multichannel event from FW.
Signed-off-by: Avinash Patil <patila@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.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/wireless/mwifiex/main.h b/drivers/net/wireless/mwifiex/main.h index f3264f2231d3..face7478937f 100644 --- a/drivers/net/wireless/mwifiex/main.h +++ b/drivers/net/wireless/mwifiex/main.h @@ -1557,6 +1557,8 @@ void mwifiex_11n_delba(struct mwifiex_private *priv, int tid); int mwifiex_send_domain_info_cmd_fw(struct wiphy *wiphy); void mwifiex_process_tx_pause_event(struct mwifiex_private *priv, struct sk_buff *event); +void mwifiex_process_multi_chan_event(struct mwifiex_private *priv, + struct sk_buff *event_skb); #ifdef CONFIG_DEBUG_FS void mwifiex_debugfs_init(void); |