staging: brcm80211: replaced typedef struct wl_info_t by struct wl_info.
authorRoland Vossen <rvossen@broadcom.com>
Wed, 1 Dec 2010 20:37:34 +0000 (21:37 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 1 Dec 2010 22:58:20 +0000 (14:58 -0800)
Part of the code cleanup effort. CodingStyle doc advises to restrict the usage
of typedefs. Also moved several function declarations from .c to .h file
because this typedef replace operation induced checkpatch.pl warnings.

Signed-off-by: Roland Vossen <rvossen@broadcom.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

No differences found