From: Sergio Paracuellos Date: Mon, 23 Apr 2018 13:44:54 +0000 (+0200) Subject: staging: ks7010: removes data_buff field of ks_wlan_private struct X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=fe1694e13c1cd0b8e860770c63f520b83348e610;p=linux.git staging: ks7010: removes data_buff field of ks_wlan_private struct This commit removes data_buff array field of ks_wlan_private which is not being used at all. Signed-off-by: Sergio Paracuellos Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/ks7010/ks_wlan.h b/drivers/staging/ks7010/ks_wlan.h index a4d03f967cc5d..365001bebabca 100644 --- a/drivers/staging/ks7010/ks_wlan.h +++ b/drivers/staging/ks7010/ks_wlan.h @@ -447,9 +447,6 @@ struct ks_wlan_private { #define CONNECT_STATUS_MASK 0x7FFFFFFF u32 connect_status; /* connect status */ int infra_status; /* Infractructure status */ - - u8 data_buff[0x1000]; - u8 scan_ssid_len; u8 scan_ssid[IW_ESSID_MAX_SIZE + 1]; struct local_gain gain;