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: Ajay Singh <ajay.kathat@microchip.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Ajay Singh 2018-01-16 19:32:22 +05:30 committed by Greg Kroah-Hartman
parent 38096d74fe
commit 57cd9ff651
1 changed files with 0 additions and 1 deletions

View File

@ -92,7 +92,6 @@ struct sta_info {
/*Parameters needed for host interface for remaining on channel*/
struct wilc_wfi_p2p_listen_params {
struct ieee80211_channel *listen_ch;
enum nl80211_channel_type tenuChannelType;
u32 listen_duration;
u64 listen_cookie;
u32 listen_session_id;