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

staging: wilc1000: remove struct timer_cb

This patch removes struct timer_cb which is not used.
Signed-off-by: default avatarTony Cho <tony.cho@atmel.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 4a930962
...@@ -314,20 +314,6 @@ struct del_sta { ...@@ -314,20 +314,6 @@ struct del_sta {
u8 au8MacAddr[ETH_ALEN]; u8 au8MacAddr[ETH_ALEN];
}; };
/*!
* @struct timer_cb
* @brief Timer callback message body
* @details
* @todo
* @sa
* @author Mostafa Abu Bakr
* @date 25 March 2012
* @version 1.0
*/
struct timer_cb {
void *pvUsrArg; /*!< Private data passed at timer start */
};
/*! /*!
* @struct power_mgmt_param * @struct power_mgmt_param
* @brief Power management message body * @brief Power management message body
...@@ -395,7 +381,6 @@ union message_body { ...@@ -395,7 +381,6 @@ union message_body {
struct add_sta_param add_sta_info; struct add_sta_param add_sta_info;
struct del_sta del_sta_info; struct del_sta del_sta_info;
struct add_sta_param edit_sta_info; struct add_sta_param edit_sta_info;
struct timer_cb strTimerCb;
struct power_mgmt_param strPowerMgmtparam; struct power_mgmt_param strPowerMgmtparam;
struct sta_inactive_t strHostIfStaInactiveT; struct sta_inactive_t strHostIfStaInactiveT;
struct set_ip_addr strHostIfSetIP; struct set_ip_addr strHostIfSetIP;
......
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