linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* pull request:  staging: ath6kl: linux kernel style cleanups
       [not found]     ` <35B17FE5076C7040809188FBE7913F98406D8912FE@SC1EXMB-MBCL.global.atheros.com>
@ 2010-12-15  8:39       ` Joe Perches
  2010-12-15  8:59         ` Joe Perches
  2010-12-15 20:47         ` Vipin Mehta
  0 siblings, 2 replies; 4+ messages in thread
From: Joe Perches @ 2010-12-15  8:39 UTC (permalink / raw)
  To: Vipin Mehta; +Cc: Luis R. Rodriguez, devel, linux-wireless

A too-large-to-post (~2MB) changeset to ath6kl, sent separately to Vipin and Luis.

Mostly done mechanically.  Compile tested only.

The following changes since commit e3d7018ee7b5205a80b1011f5a86432de40ce74a:

  Add linux-next specific files for 20101215 (2010-12-15 14:37:00 +1100)

are available in the git repository at:
  git://repo.or.cz/linux-2.6/trivial-mods.git 20101215-ath6kl

Joe Perches (14):
      staging: ath6kl: Convert enum A_STATUS to int
      staging: ath6kl: Remove A_SUCCESS macro
      staging: ath6kl: Remove A_FAILED macro
      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

 drivers/staging/ath6kl/bmi/include/bmi_internal.h  |   12 +-
 drivers/staging/ath6kl/bmi/src/bmi.c               |  352 +++---
 .../staging/ath6kl/hif/common/hif_sdio_common.h    |    4 +-
 .../hif/sdio/linux_sdio/include/hif_internal.h     |   24 +-
 .../staging/ath6kl/hif/sdio/linux_sdio/src/hif.c   |  174 ++--
 .../ath6kl/hif/sdio/linux_sdio/src/hif_scatter.c   |   36 +-
 drivers/staging/ath6kl/htc2/AR6000/ar6k.c          |  294 ++--
 drivers/staging/ath6kl/htc2/AR6000/ar6k.h          |  204 ++--
 drivers/staging/ath6kl/htc2/AR6000/ar6k_events.c   |  136 +-
 drivers/staging/ath6kl/htc2/AR6000/ar6k_gmbox.c    |  140 +-
 .../ath6kl/htc2/AR6000/ar6k_gmbox_hciuart.c        |  227 ++--
 drivers/staging/ath6kl/htc2/htc.c                  |   72 +-
 drivers/staging/ath6kl/htc2/htc_internal.h         |   40 +-
 drivers/staging/ath6kl/htc2/htc_recv.c             |  254 ++--
 drivers/staging/ath6kl/htc2/htc_send.c             |   66 +-
 drivers/staging/ath6kl/htc2/htc_services.c         |   48 +-
 drivers/staging/ath6kl/include/a_debug.h           |   20 +-
 drivers/staging/ath6kl/include/a_drv_api.h         |    4 +-
 drivers/staging/ath6kl/include/aggr_recv_api.h     |   10 +-
 drivers/staging/ath6kl/include/ar3kconfig.h        |   20 +-
 drivers/staging/ath6kl/include/ar6000_diag.h       |   26 +-
 drivers/staging/ath6kl/include/ar6kap_common.h     |   10 +-
 drivers/staging/ath6kl/include/athbtfilter.h       |    2 +-
 drivers/staging/ath6kl/include/bmi.h               |   90 +-
 .../ath6kl/include/common/AR6002/AR6002_regdump.h  |   34 +-
 .../staging/ath6kl/include/common/AR6002/addrs.h   |    6 +-
 drivers/staging/ath6kl/include/common/a_hci.h      |  386 +++---
 drivers/staging/ath6kl/include/common/athdefs.h    |   85 +-
 drivers/staging/ath6kl/include/common/bmi_msg.h    |   92 +-
 drivers/staging/ath6kl/include/common/btcoexGpio.h |    4 +-
 drivers/staging/ath6kl/include/common/dbglog.h     |   26 +-
 .../staging/ath6kl/include/common/dset_internal.h  |    6 +-
 drivers/staging/ath6kl/include/common/dsetid.h     |   12 +-
 .../staging/ath6kl/include/common/epping_test.h    |   44 +-
 drivers/staging/ath6kl/include/common/gmboxif.h    |   16 +-
 drivers/staging/ath6kl/include/common/htc.h        |   84 +-
 drivers/staging/ath6kl/include/common/ini_dset.h   |    6 +-
 drivers/staging/ath6kl/include/common/pkt_log.h    |    8 +-
 drivers/staging/ath6kl/include/common/regdump.h    |    8 +-
 .../include/common/regulatory/reg_dbschema.h       |   96 +-
 drivers/staging/ath6kl/include/common/targaddrs.h  |   96 +-
 drivers/staging/ath6kl/include/common/testcmd.h    |   60 +-
 drivers/staging/ath6kl/include/common/wlan_dset.h  |    6 +-
 drivers/staging/ath6kl/include/common/wmi.h        | 1362 +++++++++---------
 drivers/staging/ath6kl/include/common/wmi_thin.h   |  156 +-
 drivers/staging/ath6kl/include/common/wmix.h       |   88 +-
 drivers/staging/ath6kl/include/common_drv.h        |   46 +-
 drivers/staging/ath6kl/include/dset_api.h          |   30 +-
 drivers/staging/ath6kl/include/gpio_api.h          |   22 +-
 drivers/staging/ath6kl/include/hci_transport_api.h |   38 +-
 drivers/staging/ath6kl/include/hif.h               |   82 +-
 drivers/staging/ath6kl/include/htc_api.h           |  108 +-
 drivers/staging/ath6kl/include/htc_packet.h        |   20 +-
 drivers/staging/ath6kl/include/target_reg_table.h  |   84 +-
 drivers/staging/ath6kl/include/wlan_api.h          |   76 +-
 drivers/staging/ath6kl/include/wmi_api.h           |  463 +++---
 drivers/staging/ath6kl/miscdrv/ar3kconfig.c        |  166 ++--
 .../staging/ath6kl/miscdrv/ar3kps/ar3kpsconfig.c   |  130 +-
 .../staging/ath6kl/miscdrv/ar3kps/ar3kpsconfig.h   |    4 +-
 .../staging/ath6kl/miscdrv/ar3kps/ar3kpsparser.c   |  112 +-
 .../staging/ath6kl/miscdrv/ar3kps/ar3kpsparser.h   |   25 +-
 drivers/staging/ath6kl/miscdrv/common_drv.c        |  275 ++--
 drivers/staging/ath6kl/miscdrv/credit_dist.c       |    8 +-
 drivers/staging/ath6kl/miscdrv/miscdrv.h           |    2 +-
 drivers/staging/ath6kl/os/linux/ar6000_android.c   |   22 +-
 drivers/staging/ath6kl/os/linux/ar6000_drv.c       | 1008 +++++++-------
 drivers/staging/ath6kl/os/linux/ar6000_pm.c        |  166 ++--
 drivers/staging/ath6kl/os/linux/ar6000_raw_if.c    |   54 +-
 drivers/staging/ath6kl/os/linux/ar6k_pal.c         |   60 +-
 drivers/staging/ath6kl/os/linux/cfg80211.c         |  174 ++--
 drivers/staging/ath6kl/os/linux/eeprom.c           |   62 +-
 .../staging/ath6kl/os/linux/export_hci_transport.c |   42 +-
 drivers/staging/ath6kl/os/linux/hci_bridge.c       |  154 +-
 .../staging/ath6kl/os/linux/include/ar6000_drv.h   |  261 ++--
 drivers/staging/ath6kl/os/linux/include/ar6k_pal.h |    4 +-
 .../ath6kl/os/linux/include/ar6xapi_linux.h        |  158 +-
 .../staging/ath6kl/os/linux/include/athdrv_linux.h |  240 ++--
 .../ath6kl/os/linux/include/athtypes_linux.h       |    1 -
 drivers/staging/ath6kl/os/linux/include/cfg80211.h |   20 +-
 .../ath6kl/os/linux/include/export_hci_transport.h |   22 +-
 .../staging/ath6kl/os/linux/include/osapi_linux.h  |   30 +-
 .../ath6kl/os/linux/include/wmi_filter_linux.h     |    6 +-
 drivers/staging/ath6kl/os/linux/ioctl.c            |  818 ++++++------
 drivers/staging/ath6kl/os/linux/netbuf.c           |   60 +-
 drivers/staging/ath6kl/os/linux/wireless_ext.c     |  287 ++--
 drivers/staging/ath6kl/reorder/aggr_rx_internal.h  |   42 +-
 drivers/staging/ath6kl/reorder/rcv_aggr.c          |   94 +-
 drivers/staging/ath6kl/wlan/include/ieee80211.h    |   72 +-
 .../staging/ath6kl/wlan/include/ieee80211_node.h   |   10 +-
 drivers/staging/ath6kl/wlan/src/wlan_node.c        |   48 +-
 drivers/staging/ath6kl/wlan/src/wlan_recv_beacon.c |   40 +-
 drivers/staging/ath6kl/wlan/src/wlan_utils.c       |    6 +-
 drivers/staging/ath6kl/wmi/wmi.c                   | 1539 ++++++++++----------
 drivers/staging/ath6kl/wmi/wmi_host.h              |   42 +-
 94 files changed, 6072 insertions(+), 6107 deletions(-)



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

* Re: pull request:  staging: ath6kl: linux kernel style cleanups
  2010-12-15  8:39       ` pull request: staging: ath6kl: linux kernel style cleanups Joe Perches
@ 2010-12-15  8:59         ` Joe Perches
  2010-12-15 20:47         ` Vipin Mehta
  1 sibling, 0 replies; 4+ messages in thread
From: Joe Perches @ 2010-12-15  8:59 UTC (permalink / raw)
  To: Vipin Mehta; +Cc: Luis R. Rodriguez, devel, linux-wireless

On Wed, 2010-12-15 at 00:39 -0800, Joe Perches wrote:
> staging: ath6kl: Convert (status != A_OK) to (!status)

Hmm.

It seems I'm must be getting sleepy.

The patch is correct but the subject has the
resultant test inverted.

It should be "(status != A_OK) to (status)".

I'll fix it later if anyone wants it done.



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

* RE: pull request:  staging: ath6kl: linux kernel style cleanups
  2010-12-15  8:39       ` pull request: staging: ath6kl: linux kernel style cleanups Joe Perches
  2010-12-15  8:59         ` Joe Perches
@ 2010-12-15 20:47         ` Vipin Mehta
  2010-12-15 21:14           ` Greg KH
  1 sibling, 1 reply; 4+ messages in thread
From: Vipin Mehta @ 2010-12-15 20:47 UTC (permalink / raw)
  To: Joe Perches, greg@kroah.com
  Cc: Luis R. Rodriguez, devel@driverdev.osuosl.org, linux-wireless

DQotLS0tLU9yaWdpbmFsIE1lc3NhZ2UtLS0tLQ0KRnJvbTogSm9lIFBlcmNoZXMgW21haWx0bzpq
b2VAcGVyY2hlcy5jb21dIA0KU2VudDogV2VkbmVzZGF5LCBEZWNlbWJlciAxNSwgMjAxMCAxMjoz
OSBBTQ0KVG86IFZpcGluIE1laHRhDQpDYzogTHVpcyBSLiBSb2RyaWd1ZXo7IGRldmVsQGRyaXZl
cmRldi5vc3Vvc2wub3JnOyBsaW51eC13aXJlbGVzcw0KU3ViamVjdDogcHVsbCByZXF1ZXN0OiBz
dGFnaW5nOiBhdGg2a2w6IGxpbnV4IGtlcm5lbCBzdHlsZSBjbGVhbnVwcw0KDQpBIHRvby1sYXJn
ZS10by1wb3N0ICh+Mk1CKSBjaGFuZ2VzZXQgdG8gYXRoNmtsLCBzZW50IHNlcGFyYXRlbHkgdG8g
VmlwaW4gYW5kIEx1aXMuDQoNCk1vc3RseSBkb25lIG1lY2hhbmljYWxseS4gIENvbXBpbGUgdGVz
dGVkIG9ubHkuDQoNClRoZSBmb2xsb3dpbmcgY2hhbmdlcyBzaW5jZSBjb21taXQgZTNkNzAxOGVl
N2I1MjA1YTgwYjEwMTFmNWE4NjQzMmRlNDBjZTc0YToNCg0KICBBZGQgbGludXgtbmV4dCBzcGVj
aWZpYyBmaWxlcyBmb3IgMjAxMDEyMTUgKDIwMTAtMTItMTUgMTQ6Mzc6MDAgKzExMDApDQoNCmFy
ZSBhdmFpbGFibGUgaW4gdGhlIGdpdCByZXBvc2l0b3J5IGF0Og0KICBnaXQ6Ly9yZXBvLm9yLmN6
L2xpbnV4LTIuNi90cml2aWFsLW1vZHMuZ2l0IDIwMTAxMjE1LWF0aDZrbA0KDQpMR1RNLg0KDQpH
cmVnLA0KICBDYW4geW91IGtpbmRseSBwdWxsIGluIHRoZXNlIGNoYW5nZXMgaW50byBhdGg2a2w/
IEFsc28sIHdvdWxkIHlvdSBrbm93IHdoYXQga2luZCBvZiBjaGFuZ2VzIGNhbiBiZSBtaWdyYXRl
ZCB0byBMaW51cydzIDIuNi4zNyBrZXJuZWwuIElzIGl0IG9ubHkgbGltaXRlZCB0byBidWcgZml4
ZXMgb3IgY29kZSBjbGVhbnVwIGNhbiBhbHNvIGJlIGEgcGFydCBvZiBpdD8NCg0KVmlwaW4NCg==

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

* Re: pull request:  staging: ath6kl: linux kernel style cleanups
  2010-12-15 20:47         ` Vipin Mehta
@ 2010-12-15 21:14           ` Greg KH
  0 siblings, 0 replies; 4+ messages in thread
From: Greg KH @ 2010-12-15 21:14 UTC (permalink / raw)
  To: Vipin Mehta
  Cc: Joe Perches, Luis R. Rodriguez, devel@driverdev.osuosl.org,
	linux-wireless

On Wed, Dec 15, 2010 at 12:47:42PM -0800, Vipin Mehta wrote:
> 
> -----Original Message-----
> From: Joe Perches [mailto:joe@perches.com] 
> Sent: Wednesday, December 15, 2010 12:39 AM
> To: Vipin Mehta
> Cc: Luis R. Rodriguez; devel@driverdev.osuosl.org; linux-wireless
> Subject: pull request: staging: ath6kl: linux kernel style cleanups
> 
> A too-large-to-post (~2MB) changeset to ath6kl, sent separately to Vipin and Luis.
> 
> Mostly done mechanically.  Compile tested only.
> 
> The following changes since commit e3d7018ee7b5205a80b1011f5a86432de40ce74a:
> 
>   Add linux-next specific files for 20101215 (2010-12-15 14:37:00 +1100)
> 
> are available in the git repository at:
>   git://repo.or.cz/linux-2.6/trivial-mods.git 20101215-ath6kl
> 
> LGTM.
> 
> Greg,
> Can you kindly pull in these changes into ath6kl?

Please send them to me in patch form so that I can apply them.  You need
to provide your ack on them as well.

> Also, would you know
> what kind of changes can be migrated to Linus's 2.6.37 kernel. Is it
> only limited to bug fixes or code cleanup can also be a part of it?

At this point in the release cycle, what do you think?

If you are unsure of how the release cycle works, please read
Documentation/development_process/

thanks,

greg k-h

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

end of thread, other threads:[~2010-12-15 21:14 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <AANLkTimfPFeLy5sfDDS5fXiK8X8UT2x8dhzZ+_FEjrTo@mail.gmail.com>
     [not found] ` <1292363199.26726.34.camel@Joe-Laptop>
     [not found]   ` <AANLkTikD440S8AWcOdib7BfTR5a7CaTuYjkysi43oaQZ@mail.gmail.com>
     [not found]     ` <35B17FE5076C7040809188FBE7913F98406D8912FE@SC1EXMB-MBCL.global.atheros.com>
2010-12-15  8:39       ` pull request: staging: ath6kl: linux kernel style cleanups Joe Perches
2010-12-15  8:59         ` Joe Perches
2010-12-15 20:47         ` Vipin Mehta
2010-12-15 21:14           ` 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).