linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/20] ath6kl: first series of cleanups
@ 2011-03-11  2:55 Luis R. Rodriguez
  2011-03-11  2:55 ` [PATCH 01/20] staging: ath6kl: Cast variable to size_t to avoid compile warning Luis R. Rodriguez
                   ` (20 more replies)
  0 siblings, 21 replies; 22+ messages in thread
From: Luis R. Rodriguez @ 2011-03-11  2:55 UTC (permalink / raw)
  To: gregkh; +Cc: devel, linux-wireless, vmehta, naveen.singh, Luis R. Rodriguez

Greg, here's the first series of cleanup patches for ath6kl.
I'm sending only 20, have gone tested by Naveen. I threw in
the patch from Javier which you requested to be changed. I
have some more I'll post after these get merged. These all go:

Acked-by: Naveen Singh <naveen.singh@atheros.com>

Javier Martinez Canillas (1):
  staging: ath6kl: Cast variable to size_t to avoid compile warning

Luis R. Rodriguez (19):
  ath6kl: s|A_MEMCPY|memcpy|g
  ath6kl: s|A_MEMCMP|memcmp|g
  ath6kl: remove-typedef: A_UCHAR
  ath6kl: remove-typedef AGGR_INFO
  ath6kl: remove-typedef AR3K_CONFIG_INFO
  ath6kl: remove-typedef AR6000_USER_SETKEYS_INFO
  ath6kl: remove-typedef AR6K_ASYNC_REG_IO_BUFFER
  ath6kl: remove-typedef AR6K_DEVICE
  ath6kl: remove-typedef AR6K_GMBOX_CTRL_REGISTERS
  ath6kl: remove-typedef AR6K_GMBOX_INFO
  ath6kl: remove-typedef AR6K_HCI_BRIDGE_INFO
  ath6kl: remove-typedef AR6K_IRQ_ENABLE_REGISTERS
  ath6kl: remove-typedef AR6K_IRQ_PROC_REGISTERS
  ath6kl: remove-typedef AR_VIRTUAL_INTERFACE_T
  ath6kl: remove-typedef ATHBT_FILTER_INSTANCE
  ath6kl: remove-typedef ATH_DEBUG_MASK_DESCRIPTION
  ath6kl: remove-typedef BUFFER_PROC_LIST
  ath6kl: remove-typedef COMMON_CREDIT_STATE_INFO
  ath6kl: remove-typedef DEV_SCATTER_DMA_VIRTUAL_INFO

 drivers/staging/ath6kl/bmi/include/bmi_internal.h  |    4 +-
 drivers/staging/ath6kl/bmi/src/bmi.c               |  110 +++++++-------
 .../hif/sdio/linux_sdio/include/hif_internal.h     |    2 +-
 .../staging/ath6kl/hif/sdio/linux_sdio/src/hif.c   |    4 +-
 drivers/staging/ath6kl/htc2/AR6000/ar6k.c          |  114 +++++++-------
 drivers/staging/ath6kl/htc2/AR6000/ar6k.h          |  116 +++++++-------
 drivers/staging/ath6kl/htc2/AR6000/ar6k_events.c   |   36 ++--
 drivers/staging/ath6kl/htc2/AR6000/ar6k_gmbox.c    |   44 +++---
 .../ath6kl/htc2/AR6000/ar6k_gmbox_hciuart.c        |   12 +-
 drivers/staging/ath6kl/htc2/htc.c                  |    8 +-
 drivers/staging/ath6kl/htc2/htc_internal.h         |    4 +-
 drivers/staging/ath6kl/htc2/htc_recv.c             |    6 +-
 drivers/staging/ath6kl/htc2/htc_services.c         |    6 +-
 drivers/staging/ath6kl/include/a_debug.h           |   12 +-
 drivers/staging/ath6kl/include/ar3kconfig.h        |    6 +-
 drivers/staging/ath6kl/include/ar6000_diag.h       |    4 +-
 drivers/staging/ath6kl/include/athbtfilter.h       |    4 +-
 drivers/staging/ath6kl/include/bmi.h               |   12 +-
 .../include/common/regulatory/reg_dbschema.h       |    2 +-
 drivers/staging/ath6kl/include/common/testcmd.h    |    2 +-
 drivers/staging/ath6kl/include/common/wmi.h        |    4 +-
 drivers/staging/ath6kl/include/common/wmi_thin.h   |    2 +-
 drivers/staging/ath6kl/include/common_drv.h        |    8 +-
 drivers/staging/ath6kl/include/hif.h               |    2 +-
 drivers/staging/ath6kl/include/wlan_api.h          |    4 +-
 drivers/staging/ath6kl/include/wmi_api.h           |   10 +-
 drivers/staging/ath6kl/miscdrv/ar3kconfig.c        |   22 ++--
 .../staging/ath6kl/miscdrv/ar3kps/ar3kpsconfig.c   |   54 ++++----
 .../staging/ath6kl/miscdrv/ar3kps/ar3kpsconfig.h   |    8 +-
 .../staging/ath6kl/miscdrv/ar3kps/ar3kpsparser.c   |   36 ++--
 .../staging/ath6kl/miscdrv/ar3kps/ar3kpsparser.h   |   13 +--
 drivers/staging/ath6kl/miscdrv/common_drv.c        |   38 +++---
 drivers/staging/ath6kl/miscdrv/credit_dist.c       |   18 +-
 drivers/staging/ath6kl/os/linux/ar6000_drv.c       |  160 ++++++++++----------
 drivers/staging/ath6kl/os/linux/ar6000_pm.c        |    2 +-
 drivers/staging/ath6kl/os/linux/ar6k_pal.c         |    2 +-
 drivers/staging/ath6kl/os/linux/cfg80211.c         |   44 +++---
 drivers/staging/ath6kl/os/linux/eeprom.c           |    6 +-
 drivers/staging/ath6kl/os/linux/hci_bridge.c       |   98 ++++++------
 .../staging/ath6kl/os/linux/include/ar6000_drv.h   |   10 +-
 .../staging/ath6kl/os/linux/include/athdrv_linux.h |    7 +-
 .../ath6kl/os/linux/include/athtypes_linux.h       |    1 -
 .../staging/ath6kl/os/linux/include/osapi_linux.h  |    4 -
 drivers/staging/ath6kl/os/linux/ioctl.c            |   36 ++--
 drivers/staging/ath6kl/os/linux/netbuf.c           |    8 +-
 drivers/staging/ath6kl/os/linux/wireless_ext.c     |   34 ++--
 drivers/staging/ath6kl/reorder/aggr_rx_internal.h  |    4 +-
 drivers/staging/ath6kl/reorder/rcv_aggr.c          |   44 +++---
 drivers/staging/ath6kl/wlan/include/ieee80211.h    |    4 +-
 drivers/staging/ath6kl/wlan/src/wlan_node.c        |   20 ++--
 drivers/staging/ath6kl/wmi/wmi.c                   |  164 ++++++++++----------
 51 files changed, 681 insertions(+), 694 deletions(-)

-- 
1.7.4.15.g7811d


^ permalink raw reply	[flat|nested] 22+ messages in thread

end of thread, other threads:[~2011-03-11 22:33 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-11  2:55 [PATCH 00/20] ath6kl: first series of cleanups Luis R. Rodriguez
2011-03-11  2:55 ` [PATCH 01/20] staging: ath6kl: Cast variable to size_t to avoid compile warning Luis R. Rodriguez
2011-03-11  2:55 ` [PATCH 02/20] ath6kl: s|A_MEMCPY|memcpy|g Luis R. Rodriguez
2011-03-11  2:55 ` [PATCH 03/20] ath6kl: s|A_MEMCMP|memcmp|g Luis R. Rodriguez
2011-03-11  2:55 ` [PATCH 04/20] ath6kl: remove-typedef: A_UCHAR Luis R. Rodriguez
2011-03-11  2:55 ` [PATCH 05/20] ath6kl: remove-typedef AGGR_INFO Luis R. Rodriguez
2011-03-11  2:55 ` [PATCH 06/20] ath6kl: remove-typedef AR3K_CONFIG_INFO Luis R. Rodriguez
2011-03-11  2:55 ` [PATCH 07/20] ath6kl: remove-typedef AR6000_USER_SETKEYS_INFO Luis R. Rodriguez
2011-03-11  2:55 ` [PATCH 08/20] ath6kl: remove-typedef AR6K_ASYNC_REG_IO_BUFFER Luis R. Rodriguez
2011-03-11  2:55 ` [PATCH 09/20] ath6kl: remove-typedef AR6K_DEVICE Luis R. Rodriguez
2011-03-11  2:55 ` [PATCH 10/20] ath6kl: remove-typedef AR6K_GMBOX_CTRL_REGISTERS Luis R. Rodriguez
2011-03-11  2:55 ` [PATCH 11/20] ath6kl: remove-typedef AR6K_GMBOX_INFO Luis R. Rodriguez
2011-03-11  2:55 ` [PATCH 12/20] ath6kl: remove-typedef AR6K_HCI_BRIDGE_INFO Luis R. Rodriguez
2011-03-11  2:55 ` [PATCH 13/20] ath6kl: remove-typedef AR6K_IRQ_ENABLE_REGISTERS Luis R. Rodriguez
2011-03-11  2:55 ` [PATCH 14/20] ath6kl: remove-typedef AR6K_IRQ_PROC_REGISTERS Luis R. Rodriguez
2011-03-11  2:55 ` [PATCH 15/20] ath6kl: remove-typedef AR_VIRTUAL_INTERFACE_T Luis R. Rodriguez
2011-03-11  2:55 ` [PATCH 16/20] ath6kl: remove-typedef ATHBT_FILTER_INSTANCE Luis R. Rodriguez
2011-03-11  2:55 ` [PATCH 17/20] ath6kl: remove-typedef ATH_DEBUG_MASK_DESCRIPTION Luis R. Rodriguez
2011-03-11  2:55 ` [PATCH 18/20] ath6kl: remove-typedef BUFFER_PROC_LIST Luis R. Rodriguez
2011-03-11  2:55 ` [PATCH 19/20] ath6kl: remove-typedef COMMON_CREDIT_STATE_INFO Luis R. Rodriguez
2011-03-11  2:55 ` [PATCH 20/20] ath6kl: remove-typedef DEV_SCATTER_DMA_VIRTUAL_INFO Luis R. Rodriguez
2011-03-11 22:28 ` [PATCH 00/20] ath6kl: first series of cleanups Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).