[PATCH 00/12] Replaced typedefs by structs

Roland Vossen rvossen at broadcom.com
Tue Dec 7 16:45:34 UTC 2010


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(-)





More information about the devel mailing list