Commit 57cd9ff6 authored by Ajay Singh's avatar Ajay Singh Committed by Greg Kroah-Hartman

staging: wilc1000: remove unused element in wilc_wfi_p2p_listen_params struct

This is cleanup patch, to remove the unused "tenuChannelType" element
from wilc_wfi_p2p_listen_params structure.
Signed-off-by: default avatarAjay Singh <ajay.kathat@microchip.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 38096d74
...@@ -92,7 +92,6 @@ struct sta_info { ...@@ -92,7 +92,6 @@ struct sta_info {
/*Parameters needed for host interface for remaining on channel*/ /*Parameters needed for host interface for remaining on channel*/
struct wilc_wfi_p2p_listen_params { struct wilc_wfi_p2p_listen_params {
struct ieee80211_channel *listen_ch; struct ieee80211_channel *listen_ch;
enum nl80211_channel_type tenuChannelType;
u32 listen_duration; u32 listen_duration;
u64 listen_cookie; u64 listen_cookie;
u32 listen_session_id; u32 listen_session_id;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment