Commit 3962e1c4 authored by Tony Cho's avatar Tony Cho Committed by Greg Kroah-Hartman

staging: wilc1000: remove struct get_channel

This patch removes struct get_channel from the driver because it is not
used anywhere.
Signed-off-by: default avatarTony Cho <tony.cho@atmel.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent a2340c36
......@@ -231,20 +231,6 @@ struct set_channel {
u8 u8SetChan;
};
/*!
* @struct get_channel
* @brief Get Channel message body
* @details
* @todo
* @sa
* @author Mai Daftedar
* @date 01 Jule 2012
* @version 1.0
*/
struct get_channel {
u8 u8GetChan;
};
/*!
* @struct tstrScanComplete
* @brief hold received Async. Scan Complete message body
......@@ -421,7 +407,6 @@ union message_body {
struct key_attr key_info;
struct cfg_param_attr cfg_info;
struct set_channel strHostIFSetChan;
struct get_channel strHostIFGetChan;
struct set_beacon strHostIFSetBeacon;
struct del_beacon strHostIFDelBeacon;
struct add_sta_param strAddStaParam;
......
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