Skip to content

Commit

Permalink
staging: brcm80211: Remove unused field from wlc_info structure.
Browse files Browse the repository at this point in the history
Remove an unused field from the wlc_info structure, so that the underlying
structure can also be cleaned up.

Signed-off-by: Henry Ptasinski <henryp@broadcom.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Henry Ptasinski authored and Greg Kroah-Hartman committed Oct 5, 2010
1 parent 8518a9e commit 453fb2c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/staging/brcm80211/sys/wlc_mac80211.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 453fb2c

Please sign in to comment.