netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Larry Finger <Larry.Finger@lwfinger.net>
To: gregkh@linuxfoundation.org
Cc: netdev@vger.kernel.org, Larry Finger <Larry.Finger@lwfinger.net>,
	devel@driverdev.osuosl.org
Subject: [PATCH 0/9 RESENT] Various patches for r8188eu
Date: Fri, 18 Oct 2013 16:31:49 -0500	[thread overview]
Message-ID: <5261A8C5.5010606@lwfinger.net> (raw)

The first of these patches fixes a problem noted for the latest version of
NetworkManager. Without it, the device is not recognized as a wireless unit.

The remainder fix various sparse warnings. All such warnings are cleared
except for a false positive regarging locking. The code is OK there.

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

Larry Finger (9):
   staging: r8188eu: Set device type to wlan
   staging: r8188eu: Fix Sparse warnings in rtw_wlan_util
   staging: r8188eu: Fix sparse warnings in ioctl_linux.c
   staging: r8188eu: Fix sparse warnings in rtw_ieee80211.c
   staging: r8188eu: Fix sparse warnings in rtl8188e.cmd.c
   staging: r8188eu: Fix sparse warnings in rtw_mlme_ext.c
   staging: r8188eu: Fix sparse warnings in rtl_p2p.c
   staging: r8188eu: Fix sparse warnings in rtw_xmit.c
   staging: r8188eu: Fix sparse warnings in rtw_br_ext.c

  drivers/staging/rtl8188eu/core/rtw_br_ext.c    | 52 +++++++++++++++-----------
  drivers/staging/rtl8188eu/core/rtw_mlme_ext.c  | 41 ++++++++++----------
  drivers/staging/rtl8188eu/core/rtw_p2p.c       |  8 ++--
  drivers/staging/rtl8188eu/core/rtw_wlan_util.c |  2 +-
  drivers/staging/rtl8188eu/core/rtw_xmit.c      |  2 +-
  drivers/staging/rtl8188eu/hal/rtl8188e_cmd.c   |  8 ++--
  drivers/staging/rtl8188eu/include/ieee80211.h  | 16 ++++----
  drivers/staging/rtl8188eu/os_dep/ioctl_linux.c | 20 +++++-----
  drivers/staging/rtl8188eu/os_dep/os_intfs.c    |  5 +++
  9 files changed, 85 insertions(+), 69 deletions(-)

-- 
1.8.4

                 reply	other threads:[~2013-10-18 21:31 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=5261A8C5.5010606@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;
as well as URLs for NNTP newsgroup(s).