Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fe1694e1 authored by Sergio Paracuellos's avatar Sergio Paracuellos Committed by Greg Kroah-Hartman
Browse files

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: default avatarSergio Paracuellos <sergio.paracuellos@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent e18d13a7
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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;