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

Commit 453fb2cb authored by Henry Ptasinski's avatar Henry Ptasinski Committed by Greg Kroah-Hartman
Browse files

staging: brcm80211: Remove unused field from wlc_info structure.



Remove an unused field from the wlc_info structure, so that the underlying
structure can also be cleaned up.

Signed-off-by: default avatarHenry Ptasinski <henryp@broadcom.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 8518a9e2
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -713,7 +713,6 @@ struct wlc_info {
	int8 ofdm_40txbw;	/* 11N, ofdm tx b/w override when in 40MHZ mode */
	int8 mimo_40txbw;	/* 11N, mimo tx b/w override when in 40MHZ mode */
	ht_cap_ie_t ht_cap;	/* HT CAP IE being advertised by this node */
	ht_add_ie_t ht_add;	/* HT ADD IE being used by this node */

	uint seckeys;		/* 54 key table shm address */
	uint tkmickeys;		/* 12 TKIP MIC key table shm address */