linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Roland Vossen" <rvossen@broadcom.com>
To: gregkh@suse.de
Cc: devel@linuxdriverproject.org, linux-wireless@vger.kernel.org
Subject: [PATCH v3 0/3] staging: brcm80211: logging code clean up
Date: Thu, 21 Apr 2011 13:02:02 +0200	[thread overview]
Message-ID: <1303383725-1440-1-git-send-email-rvossen@broadcom.com> (raw)

Difference with v2,v1 patches: added reference counting of device object by
adding get_device() and put_device() calls. Patch is based on the latest
staging-next so should apply.

v1 patch comment (still valid):
Improved code readability by getting rid of proprietary log functions like
WL_NONE and WL_ERROR. More logging code cleanup changes in the pipeline, but
I would first like to get some feedback of the community on this patch.

Roland Vossen (3):
  staging: brcm80211: replaced WL_NONE with no_printk
  staging: brcm80211: making device object accessible from wlc and phy
  staging: brcm80211: replaced WL_ERROR with dev_err in two files.

 drivers/staging/brcm80211/brcmfmac/bcmsdh_linux.c  |    2 +-
 .../staging/brcm80211/brcmsmac/phy/wlc_phy_cmn.c   |    4 +-
 .../staging/brcm80211/brcmsmac/phy/wlc_phy_hal.h   |    2 +-
 .../staging/brcm80211/brcmsmac/phy/wlc_phy_int.h   |    1 +
 drivers/staging/brcm80211/brcmsmac/wl_dbg.h        |    2 -
 drivers/staging/brcm80211/brcmsmac/wl_mac80211.c   |  273 +++++++++++---------
 drivers/staging/brcm80211/brcmsmac/wl_mac80211.h   |    1 +
 drivers/staging/brcm80211/brcmsmac/wlc_ampdu.c     |    8 +-
 drivers/staging/brcm80211/brcmsmac/wlc_antsel.c    |    7 +-
 drivers/staging/brcm80211/brcmsmac/wlc_bmac.c      |    3 +-
 drivers/staging/brcm80211/brcmsmac/wlc_channel.c   |    8 +-
 drivers/staging/brcm80211/brcmsmac/wlc_main.c      |   10 +-
 drivers/staging/brcm80211/brcmsmac/wlc_main.h      |    1 +
 drivers/staging/brcm80211/brcmsmac/wlc_pub.h       |    2 +-
 14 files changed, 178 insertions(+), 146 deletions(-)



             reply	other threads:[~2011-04-21 11:02 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-04-21 11:02 Roland Vossen [this message]
2011-04-21 11:02 ` [PATCH v3 1/3] staging: brcm80211: replaced WL_NONE with no_printk Roland Vossen
2011-04-21 16:34   ` Joe Perches
2011-04-21 17:10     ` Arend van Spriel
2011-04-21 17:14       ` Joe Perches
2011-04-21 17:32         ` Arend van Spriel
2011-04-21 11:02 ` [PATCH v3 2/3] staging: brcm80211: making device object accessible from wlc and phy Roland Vossen
2011-04-21 11:02 ` [PATCH v3 3/3] staging: brcm80211: replaced WL_ERROR with dev_err in two files Roland Vossen
2011-05-12 11:35   ` NULL pointer dereference in nl80211 Roland Vossen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1303383725-1440-1-git-send-email-rvossen@broadcom.com \
    --to=rvossen@broadcom.com \
    --cc=devel@linuxdriverproject.org \
    --cc=gregkh@suse.de \
    --cc=linux-wireless@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).