On Wed, Feb 02, 2011 at 02:05:46PM -0800, Joe Perches wrote: > Cleanups set 2 > > Joe Perches (15): > staging: ath6kl: Remove A_BOOL and TRUE/FALSE > staging: ath6kl: Convert A_CHAR to char > staging: ath6kl: Convert A_UINT8 to u8 > staging: ath6kl: Convert A_UINT16 to u16 > staging: ath6kl: Convert A_UINT32 to u32 > staging: ath6kl: Convert A_UINT64 to u64 > staging: ath6kl: Convert A_INT8 to s8 > staging: ath6kl: Convert A_INT16 to s16 > staging: ath6kl: Convert A_INT32 to s32 > staging: ath6kl: Convert (status != A_OK) to (status) > staging: ath6kl: Remove #define A_OK > staging: ath6kl: Convert leading spaces to tab indentation > staging: ath6kl: Remove direct comparisons to true/false > staging: ath6kl: Cuddle while open braces > staging: ath6kl: #define cleanups and do {} while (0) around #defines > > drivers/staging/ath6kl/bmi/include/bmi_internal.h | 12 +- > drivers/staging/ath6kl/bmi/src/bmi.c | 1676 ++-- > .../staging/ath6kl/hif/common/hif_sdio_common.h | 62 +- > .../hif/sdio/linux_sdio/include/hif_internal.h | 77 +- > .../staging/ath6kl/hif/sdio/linux_sdio/src/hif.c | 1956 ++-- > .../ath6kl/hif/sdio/linux_sdio/src/hif_scatter.c | 646 +- > drivers/staging/ath6kl/htc2/AR6000/ar6k.c | 2284 +++--- > drivers/staging/ath6kl/htc2/AR6000/ar6k.h | 421 +- > drivers/staging/ath6kl/htc2/AR6000/ar6k_events.c | 1280 ++-- > drivers/staging/ath6kl/htc2/AR6000/ar6k_gmbox.c | 1264 ++-- > .../ath6kl/htc2/AR6000/ar6k_gmbox_hciuart.c | 2214 +++--- > drivers/staging/ath6kl/htc2/htc.c | 869 +- > drivers/staging/ath6kl/htc2/htc_internal.h | 198 +- > drivers/staging/ath6kl/htc2/htc_recv.c | 2776 +++--- > drivers/staging/ath6kl/htc2/htc_send.c | 1766 ++-- > drivers/staging/ath6kl/htc2/htc_services.c | 768 +- > drivers/staging/ath6kl/include/a_debug.h | 48 +- > drivers/staging/ath6kl/include/a_drv_api.h | 102 +- > drivers/staging/ath6kl/include/aggr_recv_api.h | 10 +- > drivers/staging/ath6kl/include/ar3kconfig.h | 30 +- > drivers/staging/ath6kl/include/ar6000_api.h | 1 - > drivers/staging/ath6kl/include/ar6000_diag.h | 16 +- > drivers/staging/ath6kl/include/ar6kap_common.h | 12 +- > drivers/staging/ath6kl/include/athbtfilter.h | 142 +- > drivers/staging/ath6kl/include/bmi.h | 68 +- > .../ath6kl/include/common/AR6002/AR6002_regdump.h | 40 +- > .../staging/ath6kl/include/common/AR6002/addrs.h | 9 +- > .../common/AR6002/hw4.0/hw/analog_intf_reg.h | 3 - > .../include/common/AR6002/hw4.0/hw/apb_map.h | 3 - > .../include/common/AR6002/hw4.0/hw/gpio_reg.h | 3 - > .../include/common/AR6002/hw4.0/hw/mac_dma_reg.h | 18 +- > .../include/common/AR6002/hw4.0/hw/mbox_host_reg.h | 3 - > .../include/common/AR6002/hw4.0/hw/mbox_reg.h | 3 - > .../include/common/AR6002/hw4.0/hw/rtc_reg.h | 3 - > .../include/common/AR6002/hw4.0/hw/umbox_reg.h | 3 - > .../include/common/AR6002/hw4.0/hw/vmc_reg.h | 3 - > drivers/staging/ath6kl/include/common/a_hci.h | 437 +- > drivers/staging/ath6kl/include/common/athdefs.h | 11 +- > drivers/staging/ath6kl/include/common/bmi_msg.h | 270 +- > drivers/staging/ath6kl/include/common/btcoexGpio.h | 5 +- > drivers/staging/ath6kl/include/common/cnxmgmt.h | 12 +- > drivers/staging/ath6kl/include/common/dbglog.h | 44 +- > drivers/staging/ath6kl/include/common/dbglog_id.h | 2 +- > drivers/staging/ath6kl/include/common/discovery.h | 58 +- > .../staging/ath6kl/include/common/dset_internal.h | 20 +- > drivers/staging/ath6kl/include/common/dsetid.h | 20 +- > .../staging/ath6kl/include/common/epping_test.h | 84 +- > drivers/staging/ath6kl/include/common/gmboxif.h | 23 +- > drivers/staging/ath6kl/include/common/htc.h | 171 +- > .../staging/ath6kl/include/common/htc_services.h | 14 +- > drivers/staging/ath6kl/include/common/ini_dset.h | 68 +- > drivers/staging/ath6kl/include/common/pkt_log.h | 12 +- > drivers/staging/ath6kl/include/common/regdump.h | 12 +- > .../include/common/regulatory/reg_dbschema.h | 128 +- > .../include/common/regulatory/reg_dbvalues.h | 722 +- > drivers/staging/ath6kl/include/common/roaming.h | 6 +- > drivers/staging/ath6kl/include/common/targaddrs.h | 212 +- > drivers/staging/ath6kl/include/common/testcmd.h | 196 +- > drivers/staging/ath6kl/include/common/wlan_defs.h | 56 +- > drivers/staging/ath6kl/include/common/wlan_dset.h | 6 +- > drivers/staging/ath6kl/include/common/wmi.h | 2700 +++--- > drivers/staging/ath6kl/include/common/wmi_thin.h | 278 +- > drivers/staging/ath6kl/include/common/wmix.h | 136 +- > drivers/staging/ath6kl/include/common_drv.h | 48 +- > drivers/staging/ath6kl/include/dbglog_api.h | 8 +- > drivers/staging/ath6kl/include/dl_list.h | 135 +- > drivers/staging/ath6kl/include/dset_api.h | 26 +- > drivers/staging/ath6kl/include/gpio_api.h | 16 +- > drivers/staging/ath6kl/include/hci_transport_api.h | 132 +- > drivers/staging/ath6kl/include/hif.h | 234 +- > drivers/staging/ath6kl/include/htc_api.h | 406 +- > drivers/staging/ath6kl/include/htc_packet.h | 269 +- > drivers/staging/ath6kl/include/target_reg_table.h | 254 +- > drivers/staging/ath6kl/include/wlan_api.h | 96 +- > drivers/staging/ath6kl/include/wmi_api.h | 345 +- > drivers/staging/ath6kl/miscdrv/ar3kconfig.c | 957 +- > .../staging/ath6kl/miscdrv/ar3kps/ar3kpsconfig.c | 730 +- > .../staging/ath6kl/miscdrv/ar3kps/ar3kpsparser.c | 1510 ++-- > .../staging/ath6kl/miscdrv/ar3kps/ar3kpsparser.h | 29 +- > drivers/staging/ath6kl/miscdrv/common_drv.c | 1454 ++-- > drivers/staging/ath6kl/miscdrv/credit_dist.c | 587 +- > drivers/staging/ath6kl/miscdrv/miscdrv.h | 9 +- > drivers/staging/ath6kl/os/linux/ar6000_android.c | 530 +- > drivers/staging/ath6kl/os/linux/ar6000_drv.c | 9655 ++++++++++---------- > drivers/staging/ath6kl/os/linux/ar6000_pm.c | 1028 ++-- > drivers/staging/ath6kl/os/linux/ar6000_raw_if.c | 744 +- > drivers/staging/ath6kl/os/linux/ar6k_pal.c | 60 +- > drivers/staging/ath6kl/os/linux/cfg80211.c | 2363 +++--- > drivers/staging/ath6kl/os/linux/eeprom.c | 635 +- > .../staging/ath6kl/os/linux/export_hci_transport.c | 82 +- > drivers/staging/ath6kl/os/linux/hci_bridge.c | 1549 ++-- > .../staging/ath6kl/os/linux/include/ar6000_drv.h | 631 +- > drivers/staging/ath6kl/os/linux/include/ar6k_pal.h | 4 +- > .../ath6kl/os/linux/include/ar6xapi_linux.h | 148 +- > .../staging/ath6kl/os/linux/include/athdrv_linux.h | 260 +- > .../ath6kl/os/linux/include/athtypes_linux.h | 1 - > drivers/staging/ath6kl/os/linux/include/cfg80211.h | 24 +- > .../staging/ath6kl/os/linux/include/debug_linux.h | 29 +- > .../ath6kl/os/linux/include/export_hci_transport.h | 36 +- > .../ath6kl/os/linux/include/ieee80211_ioctl.h | 100 +- > .../staging/ath6kl/os/linux/include/osapi_linux.h | 223 +- > .../ath6kl/os/linux/include/wmi_filter_linux.h | 6 +- > drivers/staging/ath6kl/os/linux/ioctl.c | 8095 ++++++++-------- > drivers/staging/ath6kl/os/linux/netbuf.c | 116 +- > drivers/staging/ath6kl/os/linux/wireless_ext.c | 4468 +++++----- > drivers/staging/ath6kl/reorder/aggr_rx_internal.h | 72 +- > drivers/staging/ath6kl/reorder/rcv_aggr.c | 1026 ++-- > drivers/staging/ath6kl/wlan/include/ieee80211.h | 210 +- > .../staging/ath6kl/wlan/include/ieee80211_node.h | 39 +- > drivers/staging/ath6kl/wlan/src/wlan_node.c | 903 +- > drivers/staging/ath6kl/wlan/src/wlan_recv_beacon.c | 248 +- > drivers/staging/ath6kl/wlan/src/wlan_utils.c | 40 +- > drivers/staging/ath6kl/wmi/wmi.c | 9013 +++++++++--------- > drivers/staging/ath6kl/wmi/wmi_host.h | 60 +- > 114 files changed, 37071 insertions(+), 37064 deletions(-) > > -- > 1.7.4.rc3 > Acked-by: Vipin Mehta <vipin.mehta@xxxxxxxxxxx> _______________________________________________ devel mailing list devel@xxxxxxxxxxxxxxxxxxxxxx http://driverdev.linuxdriverproject.org/mailman/listinfo/devel