diff options
author | Xinming Hu <huxm@marvell.com> | 2014-12-23 08:44:05 -0500 |
---|---|---|
committer | Kalle Valo <kvalo@codeaurora.org> | 2015-01-06 13:53:23 -0500 |
commit | 72df63100d54bc801700de2c6f525d0fd8bfd799 (patch) | |
tree | 1065b78af2b1ac873d4d0d93eafd8771d4428b96 /drivers/net/wireless/mwifiex/main.h | |
parent | c0c3163a7213107478804ad92ee3da69f12fe346 (diff) |
mwifiex: report tdls peers in debugfs
This patch add provision to show TDLS peer table in debugfs file.
Signed-off-by: Xinming Hu <huxm@marvell.com>
Signed-off-by: Cathy Luo <cluo@marvell.com>
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 e66993cb5daf..b3e23f625e1a 100644 --- a/drivers/net/wireless/mwifiex/main.h +++ b/drivers/net/wireless/mwifiex/main.h | |||
@@ -1324,6 +1324,8 @@ void mwifiex_process_tdls_action_frame(struct mwifiex_private *priv, | |||
1324 | u8 *buf, int len); | 1324 | u8 *buf, int len); |
1325 | int mwifiex_tdls_oper(struct mwifiex_private *priv, const u8 *peer, u8 action); | 1325 | int mwifiex_tdls_oper(struct mwifiex_private *priv, const u8 *peer, u8 action); |
1326 | int mwifiex_get_tdls_link_status(struct mwifiex_private *priv, const u8 *mac); | 1326 | int mwifiex_get_tdls_link_status(struct mwifiex_private *priv, const u8 *mac); |
1327 | int mwifiex_get_tdls_list(struct mwifiex_private *priv, | ||
1328 | struct tdls_peer_info *buf); | ||
1327 | void mwifiex_disable_all_tdls_links(struct mwifiex_private *priv); | 1329 | void mwifiex_disable_all_tdls_links(struct mwifiex_private *priv); |
1328 | bool mwifiex_is_bss_in_11ac_mode(struct mwifiex_private *priv); | 1330 | bool mwifiex_is_bss_in_11ac_mode(struct mwifiex_private *priv); |
1329 | u8 mwifiex_get_center_freq_index(struct mwifiex_private *priv, u8 band, | 1331 | u8 mwifiex_get_center_freq_index(struct mwifiex_private *priv, u8 band, |