提交 d7d540ea 编写于 作者: A Ajay Singh 提交者: Greg Kroah-Hartman

staging: wilc1000: remove unused struct 'add_sta_param'

Remove 'add_sta_param' structure as its not used now.
Signed-off-by: NAjay Singh <ajay.kathat@microchip.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 20c888be
...@@ -170,17 +170,6 @@ struct host_if_drv { ...@@ -170,17 +170,6 @@ struct host_if_drv {
u8 assoc_resp[WILC_MAX_ASSOC_RESP_FRAME_SIZE]; u8 assoc_resp[WILC_MAX_ASSOC_RESP_FRAME_SIZE];
}; };
struct add_sta_param {
u8 bssid[ETH_ALEN];
u16 aid;
u8 rates_len;
const u8 *rates;
bool ht_supported;
struct ieee80211_ht_cap ht_capa;
u16 flags_mask;
u16 flags_set;
};
struct wilc_vif; struct wilc_vif;
int wilc_remove_wep_key(struct wilc_vif *vif, u8 index); int wilc_remove_wep_key(struct wilc_vif *vif, u8 index);
int wilc_set_wep_default_keyid(struct wilc_vif *vif, u8 index); int wilc_set_wep_default_keyid(struct wilc_vif *vif, u8 index);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册