staging: wilc1000: remove unused 'struct add_key_params'
Cleanup patch to remove unused struct data structure. Signed-off-by: Ajay Singh <ajay.kathat@microchip.com> Reviewed-by: Claudiu Beznea <claudiu.beznea@microchip.com> Reviewed-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
b79e5a89c2
commit
8b10db6bdb
@ -160,12 +160,6 @@ static struct ieee80211_supported_band WILC_WFI_band_2ghz = {
|
||||
.n_bitrates = ARRAY_SIZE(ieee80211_bitrates),
|
||||
};
|
||||
|
||||
struct add_key_params {
|
||||
u8 key_idx;
|
||||
bool pairwise;
|
||||
u8 *mac_addr;
|
||||
};
|
||||
|
||||
#define AGING_TIME (9 * 1000)
|
||||
#define during_ip_time 15000
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user