From: Jes Sorensen <Jes.Sorensen@redhat.com>
To: Bruno Randolf <br1@einfach.org>
Cc: kvalo@codeaurora.org, linux-wireless@vger.kernel.org,
Larry.Finger@lwfinger.net
Subject: Re: [PATCH 1/1] New driver: rtl8xxxu (mac80211)
Date: Thu, 15 Oct 2015 08:16:36 -0400 [thread overview]
Message-ID: <wrfjd1wg5ntn.fsf@redhat.com> (raw)
In-Reply-To: <561F978F.8080408@einfach.org> (Bruno Randolf's message of "Thu, 15 Oct 2015 13:09:51 +0100")
Bruno Randolf <br1@einfach.org> writes:
> Hi Jens,
Jes :)
> I just tested your driver with a RTL8188CU rev A ("Vilros" ID 0bda:8176)
> and it works well so far! I'm missing monitor mode however. Do you see
> any chance to add that?
It's on the todo list, but fairly far down the list. I am more focused
on adding support for more devices and features at this point.
> Your patch seems to be correct, but in your own git, branch
> 'rtl8723au-mac80211' you seem to be missing the below part:
>
> On 10/15/2015 01:44 AM, Jes.Sorensen@redhat.com wrote:
>> --- a/drivers/net/wireless/realtek/Makefile
>> +++ b/drivers/net/wireless/realtek/Makefile
>> @@ -5,4 +5,5 @@
>> obj-$(CONFIG_RTL8180) += rtl818x/
>> obj-$(CONFIG_RTL8187) += rtl818x/
>> obj-$(CONFIG_RTLWIFI) += rtlwifi/
>> +obj-$(CONFIG_RTL8XXXU) += rtl8xxxu/
>
> And it has that leftover in drivers/net/wireless/Makefile:
>
> obj-$(CONFIG_RTL8XXXU) += rtl8xxxu.o
>
> I had to add the following change to my local tree in order to be able
> to build:
>
> diff --git a/drivers/net/wireless/Makefile b/drivers/net/wireless/Makefile
> index bc44950..740fdd3 100644
> --- a/drivers/net/wireless/Makefile
> +++ b/drivers/net/wireless/Makefile
> @@ -37,8 +37,6 @@ obj-$(CONFIG_LIBERTAS_THINFIRM) += libertas_tf/
>
> obj-$(CONFIG_ADM8211) += adm8211.o
>
> -obj-$(CONFIG_RTL8XXXU) += rtl8xxxu.o
> -
> obj-$(CONFIG_MWL8K) += mwl8k.o
>
> obj-$(CONFIG_IWLWIFI) += iwlwifi/
> diff --git a/drivers/net/wireless/realtek/Makefile
> b/drivers/net/wireless/realtek/Makefile
> index 3489b98..9c78deb 100644
> --- a/drivers/net/wireless/realtek/Makefile
> +++ b/drivers/net/wireless/realtek/Makefile
> @@ -5,4 +5,5 @@
> obj-$(CONFIG_RTL8180) += rtl818x/
> obj-$(CONFIG_RTL8187) += rtl818x/
> obj-$(CONFIG_RTLWIFI) += rtlwifi/
> +obj-$(CONFIG_RTL8XXXU) += rtl8xxxu/
Thanks, I already fixed this, but I may have forgotten to git push
it. Let me fix that.
Thanks for testing, I am pleased to hear it works well for you!
Cheers,
Jes
next prev parent reply other threads:[~2015-10-15 12:16 UTC|newest]
Thread overview: 59+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-10-15 0:44 [PATCH v3 0/1] rtl8xxxu (mac80211) driver for rtl8188[cr]u/rtl8192cu/rtl8723au Jes.Sorensen
2015-10-15 0:44 ` [PATCH 1/1] New driver: rtl8xxxu (mac80211) Jes.Sorensen
2015-10-15 12:09 ` Bruno Randolf
2015-10-15 12:16 ` Jes Sorensen [this message]
2015-10-21 7:54 ` [1/1] " Kalle Valo
2015-10-25 21:39 ` [PATCH v3 0/1] rtl8xxxu (mac80211) driver for rtl8188[cr]u/rtl8192cu/rtl8723au Johannes Stezenbach
2015-10-30 14:09 ` Kalle Valo
2016-01-27 14:50 ` rtl8xxxu (mac80211) not working with alfa AWUS036NHR v2 Drunk Cat
-- strict thread matches above, loose matches on Subject: below --
2015-10-23 13:07 [PATCH 1/1] New driver: rtl8xxxu (mac80211) Xose Vazquez Perez
2015-10-23 14:00 ` Jes Sorensen
2015-10-23 16:09 ` Jes Sorensen
2015-08-30 21:02 [PATCH v2 0/1] rtl8xxxu (mac80211) driver for rtl8188[cr]u/rtl8192cu/rtl8723au Jes.Sorensen
2015-08-30 21:02 ` [PATCH 1/1] New driver: rtl8xxxu (mac80211) Jes.Sorensen
2015-09-06 14:59 ` Kalle Valo
2015-09-06 17:06 ` Larry Finger
2015-09-07 1:41 ` Jes Sorensen
2015-09-07 1:40 ` Jes Sorensen
2015-09-07 13:20 ` Kalle Valo
2015-09-07 21:08 ` Jes Sorensen
2015-08-29 21:18 [PATCH 0/1] rtl8xxxu (mac80211) driver for rtl8188[cr]u/rtl8192cu/rtl8723au Jes.Sorensen
2015-08-29 21:18 ` [PATCH 1/1] New driver: rtl8xxxu (mac80211) Jes.Sorensen
2015-08-30 4:42 ` Larry Finger
2015-08-30 18:41 ` Jes Sorensen
2015-08-30 21:02 ` Jes Sorensen
2015-08-30 23:51 ` Larry Finger
2015-08-31 2:39 ` Jes Sorensen
2015-08-31 15:45 ` Larry Finger
2015-08-31 23:43 ` Jes Sorensen
2015-09-01 0:16 ` Larry Finger
2015-09-01 4:54 ` Jes Sorensen
2015-09-01 5:17 ` Larry Finger
2015-09-01 5:26 ` Jes Sorensen
2015-08-31 1:06 ` Joe Perches
2015-08-31 13:11 ` Jes Sorensen
2015-08-31 8:19 ` Johannes Berg
2015-08-31 14:48 ` Johannes Berg
2015-08-31 23:42 ` Jes Sorensen
2015-09-01 15:07 ` Johannes Berg
2015-09-03 1:59 ` Jes Sorensen
2015-09-03 2:39 ` Jes Sorensen
2015-09-03 10:17 ` Johannes Berg
2015-09-04 18:24 ` Jes Sorensen
2015-09-04 18:25 ` Johannes Berg
2015-09-05 4:02 ` Sujith Manoharan
2015-09-17 16:46 ` Johannes Berg
2015-10-05 18:49 ` Jes Sorensen
2015-10-05 18:56 ` Johannes Berg
2015-10-05 19:04 ` Jes Sorensen
2015-10-05 19:12 ` Johannes Berg
2015-10-05 19:19 ` Jes Sorensen
2015-10-05 19:20 ` Johannes Berg
2015-10-05 19:53 ` Jes Sorensen
2015-09-03 10:17 ` Johannes Berg
2015-09-04 17:48 ` Jes Sorensen
2015-09-04 18:02 ` Johannes Berg
2015-10-08 16:23 ` Jakub Sitnicki
2015-10-08 19:09 ` Jes Sorensen
2015-10-08 20:33 ` Stefan Lippers-Hollmann
2015-10-08 21:06 ` Jes Sorensen
2015-10-08 21:03 ` Jes Sorensen
2015-10-10 4:17 ` Taehee Yoo
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=wrfjd1wg5ntn.fsf@redhat.com \
--to=jes.sorensen@redhat.com \
--cc=Larry.Finger@lwfinger.net \
--cc=br1@einfach.org \
--cc=kvalo@codeaurora.org \
--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).