linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/3] staging: brcm80211: logging code clean up
@ 2011-04-21 11:02 Roland Vossen
  2011-04-21 11:02 ` [PATCH v3 1/3] staging: brcm80211: replaced WL_NONE with no_printk Roland Vossen
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Roland Vossen @ 2011-04-21 11:02 UTC (permalink / raw)
  To: gregkh; +Cc: devel, linux-wireless

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



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

end of thread, other threads:[~2011-05-12 11:36 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-21 11:02 [PATCH v3 0/3] staging: brcm80211: logging code clean up Roland Vossen
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

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