]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
staging: wilc1000: remove unused element in wilc_wfi_p2p_listen_params struct
authorAjay Singh <ajay.kathat@microchip.com>
Tue, 16 Jan 2018 14:02:22 +0000 (19:32 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 17 Jan 2018 14:06:19 +0000 (15:06 +0100)
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>
drivers/staging/wilc1000/wilc_wfi_netdevice.h

index a4c193e1b339cf93ae4e6e0057a563bbdf99cd15..3337fb26c8e295ddda200af4905a36a2a2960230 100644 (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;