staging: brcm80211: Purge unused wlc_id_name
Purge unused wlc_id_name_entry Signed-off-by: Brett Rudley <brudley@broadcom.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
a9a6073c51
commit
edae01b94a
@@ -143,14 +143,6 @@ uint wl_msg_level =
|
|||||||
static wlc_info_t *wlc_info_dbg = (wlc_info_t *) (NULL);
|
static wlc_info_t *wlc_info_dbg = (wlc_info_t *) (NULL);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(BCMDBG)
|
|
||||||
struct wlc_id_name_entry {
|
|
||||||
int id;
|
|
||||||
const char *name;
|
|
||||||
};
|
|
||||||
typedef struct wlc_id_name_entry wlc_id_name_table_t[];
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/* IOVar table */
|
/* IOVar table */
|
||||||
|
|
||||||
/* Parameter IDs, for use only internally to wlc -- in the wlc_iovars
|
/* Parameter IDs, for use only internally to wlc -- in the wlc_iovars
|
||||||
|
Reference in New Issue
Block a user