netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Murilo Opsfelder Araujo <mopsfelder-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
To: Larry Finger
	<Larry.Finger-tQ5ms3gMjBLk1uMJSBkQmQ@public.gmane.org>,
	linville-2XuSBdqkA4R54TAoqtyWWQ@public.gmane.org
Cc: linux-wireless-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	netdev-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: Re: [PATCH 0/6 3.18] Fixes for iwlwifi drivers
Date: Thu, 30 Oct 2014 20:44:27 -0200	[thread overview]
Message-ID: <5452BF4B.5070009@gmail.com> (raw)
In-Reply-To: <1414642633-3700-1-git-send-email-Larry.Finger-tQ5ms3gMjBLk1uMJSBkQmQ@public.gmane.org>

On 10/30/2014 02:17 AM, Larry Finger wrote:
> Some late changes to rtlwifi made some of the older drivers not start correctly.
> These patches should be applied to 3.18.
>
> Signed-off-by: Larry Finger <Larry.Finger-tQ5ms3gMjBLk1uMJSBkQmQ@public.gmane.org>
> Cc: Murilo Opsfelder Araujo <mopsfelder-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
>
> Larry Finger (6):
>    rtlwifi: rtl8192ce: rtl8192de: rtl8192se: Fix handling for missing
>      get_btc_status
>    rtlwifi: rtl8192se: Fix duplicate calls to ieee80211_register_hw()
>    rtlwifi: rtl8192se: Add missing section to read descriptor setting
>    rtlwifi: rtl8192ce: Add missing section to read descriptor setting
>    rtlwifi: rtl8821ae: Remove extra semicolons
>    rtlwifi: rtl8192se: Fix firmware loading
>
>   drivers/net/wireless/rtlwifi/core.c          |  6 ++++++
>   drivers/net/wireless/rtlwifi/core.h          |  1 +
>   drivers/net/wireless/rtlwifi/rtl8192ce/def.h |  2 ++
>   drivers/net/wireless/rtlwifi/rtl8192ce/sw.c  |  1 +
>   drivers/net/wireless/rtlwifi/rtl8192ce/trx.c |  3 +++
>   drivers/net/wireless/rtlwifi/rtl8192de/sw.c  |  1 +
>   drivers/net/wireless/rtlwifi/rtl8192se/def.h |  2 ++
>   drivers/net/wireless/rtlwifi/rtl8192se/sw.c  | 22 +++-------------------
>   drivers/net/wireless/rtlwifi/rtl8192se/trx.c |  3 +++
>   drivers/net/wireless/rtlwifi/rtl8821ae/phy.c | 12 ++++++------
>   10 files changed, 28 insertions(+), 25 deletions(-)
>
Hi, Larry.

I've applied this patchset on top of next-20141030 and got the same 
result: kernel panic went away but the rtl8192se device does not associate.

Thanks anyway for dedicating your family time to trying to get this fixed.

We can talk about that later when you're back on regular schedule.

Appreciated!

-- 
Murilo
--
To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

      parent reply	other threads:[~2014-10-30 22:44 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-10-30  4:17 [PATCH 0/6 3.18] Fixes for iwlwifi drivers Larry Finger
2014-10-30  4:17 ` [PATCH 3/6i V3.18] rtlwifi: rtl8192se: Add missing section to read descriptor setting Larry Finger
2014-10-30  4:17 ` [PATCH 4/6i V3.18] rtlwifi: rtl8192ce: " Larry Finger
2014-10-30  4:17 ` [PATCH 5/6 V3.18] rtlwifi: rtl8821ae: Remove extra semicolons Larry Finger
2014-10-30  4:17 ` [PATCH 6/6 V3.18] rtlwifi: rtl8192se: Fix firmware loading Larry Finger
     [not found] ` <1414642633-3700-1-git-send-email-Larry.Finger-tQ5ms3gMjBLk1uMJSBkQmQ@public.gmane.org>
2014-10-30  4:17   ` [PATCH 1/6 3.18] rtlwifi: rtl8192ce: rtl8192de: rtl8192se: Fix handling for missing get_btc_status Larry Finger
2014-10-30  4:17   ` [PATCH 2/6 V3.18] rtlwifi: rtl8192se: Fix duplicate calls to ieee80211_register_hw() Larry Finger
2014-10-30 11:08   ` [PATCH 0/6 3.18] Fixes for iwlwifi drivers Luca Coelho
     [not found]     ` <1414667312.27833.22.camel-XPOmlcxoEMv1KXRcyAk9cg@public.gmane.org>
2014-10-30 15:27       ` Larry Finger
     [not found]         ` <545258D6.20000-tQ5ms3gMjBLk1uMJSBkQmQ@public.gmane.org>
2014-10-30 19:51           ` Arend van Spriel
2014-10-30 22:44   ` Murilo Opsfelder Araujo [this message]

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=5452BF4B.5070009@gmail.com \
    --to=mopsfelder-re5jqeeqqe8avxtiumwx3w@public.gmane.org \
    --cc=Larry.Finger-tQ5ms3gMjBLk1uMJSBkQmQ@public.gmane.org \
    --cc=linux-wireless-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=linville-2XuSBdqkA4R54TAoqtyWWQ@public.gmane.org \
    --cc=netdev-u79uwXL29TY76Z2rM5mHXA@public.gmane.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).