Netdev List
 help / color / mirror / Atom feed
From: Larry Finger <Larry.Finger@lwfinger.net>
To: gregkh@linuxfoundation.org
Cc: devel@driverdev.osuosl.org, netdev@vger.kernel.org,
	Larry Finger <Larry.Finger@lwfinger.net>
Subject: [PATCH 00/12] Remove several pointless wrapper routines
Date: Thu,  6 Feb 2014 20:45:35 -0600	[thread overview]
Message-ID: <1391741147-3047-1-git-send-email-Larry.Finger@lwfinger.net> (raw)

The driver contains a large number of wrapper routines. None of them are
needed.

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>

Larry Finger (12):
  staging: r8188eu: Remove ODM_Read1Byte
  staging: r8188eu: Remove ODM_Read2Byte
  staging: r8188eu: Remove ODM_Read4Byte
  staging: r8188eu: Remove ODM_Write1Byte
  staging: r8188eu: Remove ODM_Write2Byte
  staging: r8188eu: Remove ODM_Write4Byte
  staging: r8188eu: Remove wrappers around vmalloc and vzalloc
  staging: r8188eu: Remove wrappers around vfree
  staging: r8188eu: Remove ODM_AllocateMemory
  staging: r8188eu: Remove ODM_CompareMemory
  staging: r8188eu: Remove ODM_SetTimer
  staging: r8188eu: Remove ODM_InitializeTimer

 drivers/staging/rtl8188eu/core/rtw_mlme.c          |  9 ++-
 drivers/staging/rtl8188eu/core/rtw_mp.c            |  4 +-
 drivers/staging/rtl8188eu/core/rtw_recv.c          |  4 +-
 drivers/staging/rtl8188eu/core/rtw_sta_mgt.c       |  4 +-
 drivers/staging/rtl8188eu/core/rtw_xmit.c          | 14 ++---
 .../staging/rtl8188eu/hal/Hal8188ERateAdaptive.c   | 13 +++--
 drivers/staging/rtl8188eu/hal/HalPhyRf_8188e.c     | 37 ++++++------
 drivers/staging/rtl8188eu/hal/odm.c                | 11 ++--
 drivers/staging/rtl8188eu/hal/odm_RegConfig8188E.c |  4 +-
 drivers/staging/rtl8188eu/hal/odm_interface.c      | 67 ----------------------
 drivers/staging/rtl8188eu/hal/rtl8188e_hal_init.c  |  4 +-
 drivers/staging/rtl8188eu/include/odm_interface.h  | 23 --------
 drivers/staging/rtl8188eu/include/osdep_service.h  |  6 --
 drivers/staging/rtl8188eu/os_dep/ioctl_linux.c     |  6 +-
 drivers/staging/rtl8188eu/os_dep/osdep_service.c   | 25 +-------
 drivers/staging/rtl8188eu/os_dep/usb_intf.c        |  4 +-
 16 files changed, 59 insertions(+), 176 deletions(-)

-- 
1.8.4.5

             reply	other threads:[~2014-02-07  2:45 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-02-07  2:45 Larry Finger [this message]
2014-02-07  2:45 ` [PATCH 01/12] staging: r8188eu: Remove ODM_Read1Byte Larry Finger
2014-02-07  2:45 ` [PATCH 02/12] staging: r8188eu: Remove ODM_Read2Byte Larry Finger
2014-02-07  2:45 ` [PATCH 03/12] staging: r8188eu: Remove ODM_Read4Byte Larry Finger
2014-02-07  2:45 ` [PATCH 04/12] staging: r8188eu: Remove ODM_Write1Byte Larry Finger
2014-02-07  2:45 ` [PATCH 05/12] staging: r8188eu: Remove ODM_Write2Byte Larry Finger
2014-02-07  2:45 ` [PATCH 06/12] staging: r8188eu: Remove ODM_Write4Byte Larry Finger
2014-02-07  2:45 ` [PATCH 07/12] staging: r8188eu: Remove wrappers around vmalloc and vzalloc Larry Finger
2014-02-07  2:45 ` [PATCH 08/12] staging: r8188eu: Remove wrappers around vfree Larry Finger
2014-02-07  2:45 ` [PATCH 09/12] staging: r8188eu: Remove ODM_AllocateMemory Larry Finger
2014-02-07  2:45 ` [PATCH 10/12] staging: r8188eu: Remove ODM_CompareMemory Larry Finger
2014-02-07  2:45 ` [PATCH 11/12] staging: r8188eu: Remove ODM_SetTimer Larry Finger
2014-02-07  2:45 ` [PATCH 12/12] staging: r8188eu: Remove ODM_InitializeTimer Larry Finger

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=1391741147-3047-1-git-send-email-Larry.Finger@lwfinger.net \
    --to=larry.finger@lwfinger.net \
    --cc=devel@driverdev.osuosl.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=netdev@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