Code cleanup. This will (for the time being) be the last patch set on the subject of replacing typedefs. Roland Vossen (12): staging: brcm80211: removed unused typedefs staging: brcm80211: removed unused macro's and typedefs from wpa.h staging: brcm80211: replaced typedef wlc_if_t by struct wlc_if staging: brcm80211: replaced typedef ampdu_info_t by struct ampdu_info staging: brcm80211: replaced typedef wlc_ap_info_t by struct wlc_ap_info staging: brcm80211: replaced typedef antsel_info_t by struct antsel_info staging: brcm80211: replaced typedef bmac_pmq_t by struct bmac_pmq staging: brcm80211: replaced typedef wl_if_t by struct wl_if staging: brcm80211: replaced typedef hnddma_t by struct hnddma_pub staging: brcm80211: replaced typedef wlcband_t by struct wlcband staging: brcm80211: replaced typedef wlccore_t by struct wlccore staging: brcm80211: replaced typedef wlc_pub_t by struct wlc_pub drivers/staging/brcm80211/include/hnddma.h | 89 ++++++++++++----------- drivers/staging/brcm80211/include/proto/wpa.h | 94 ------------------------- drivers/staging/brcm80211/include/wlioctl.h | 1 - drivers/staging/brcm80211/sys/wl_mac80211.c | 2 +- drivers/staging/brcm80211/sys/wl_mac80211.h | 2 +- drivers/staging/brcm80211/sys/wlc_alloc.c | 29 ++++---- drivers/staging/brcm80211/sys/wlc_ampdu.c | 66 +++++++++--------- drivers/staging/brcm80211/sys/wlc_ampdu.h | 20 +++--- drivers/staging/brcm80211/sys/wlc_antsel.c | 36 +++++----- drivers/staging/brcm80211/sys/wlc_antsel.h | 13 ++-- drivers/staging/brcm80211/sys/wlc_bmac.c | 2 +- drivers/staging/brcm80211/sys/wlc_channel.c | 10 ++-- drivers/staging/brcm80211/sys/wlc_event.c | 5 +- drivers/staging/brcm80211/sys/wlc_event.h | 3 +- drivers/staging/brcm80211/sys/wlc_mac80211.c | 25 ++++--- drivers/staging/brcm80211/sys/wlc_mac80211.h | 44 ++++++----- drivers/staging/brcm80211/sys/wlc_pub.h | 18 +++-- drivers/staging/brcm80211/sys/wlc_stf.c | 2 +- drivers/staging/brcm80211/sys/wlc_types.h | 23 ++---- drivers/staging/brcm80211/util/hnddma.c | 8 +-- 20 files changed, 202 insertions(+), 290 deletions(-) _______________________________________________ devel mailing list devel@xxxxxxxxxxxxxxxxxxxxxx http://driverdev.linuxdriverproject.org/mailman/listinfo/devel