From: Larry Finger <Larry.Finger@lwfinger.net>
To: "H. Peter Anvin" <hpa@zytor.com>
Cc: linux-wireless <linux-wireless@vger.kernel.org>,
LKML <linux-kernel@vger.kernel.org>,
netdev <netdev@vger.kernel.org>, Dan Williams <dcbw@redhat.com>,
"'George0505'" <george0505@realtek.com>,
Joon Ro <joonhyoung.ro@gmail.com>,
Greg KH <gregkh@linux-foundation.org>
Subject: Re: Linux driver for Realtek RTL8723AU devices with USB ID 0bda:1724 such as found in Lenovo IdeaPad Yoga 13
Date: Wed, 08 May 2013 11:06:44 -0500 [thread overview]
Message-ID: <518A7814.1070604@lwfinger.net> (raw)
In-Reply-To: <5189B939.4010905@zytor.com>
On 05/07/2013 09:32 PM, H. Peter Anvin wrote:
>
> So I can verify that this driver works against 3.8.11 (not against
> current -linus because of a build failure), and yes, there is Bluetooth
> in this device. In fact, it seems to work better than some in-tree
> drivers I have seen in the past.
>
> However, I'm confused as to the above and what it implies for the
> purpose of the staging tree. Wasn't the whole point of the staging tree
> to have a working-but-ugly driver upstream and have the work to clean it
> up happen in the mainline tree instead of off somewhere.
Yes, but even staging has some standards. For example, they frown on inclusion
of firmware in a massive data block in a file in the driver - it should be in a
separate file the /lib/firmware/ tree. In addition, the mainline
drivers/net/wireless/ tree is only available to devices that use mac80211 for
the software-based MAC layer. That conversion is a serious effort that may never
be done, thus the 8723au driver may never leave staging.
What are the details of the build failure on the mainline tree? It builds fine
here. One possibility is that your source tree has a leftover copy of
include/linux/version.h that contains a stale coded value of the kernel version.
I just pushed a Makefile fix that causes the compiler to look in the new
location for version.h first. If that doesn't work, please post the error.
Larry
next prev parent reply other threads:[~2013-05-08 16:06 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-04-01 16:26 Linux driver for Realtek RTL8723AU devices with USB ID 0bda:1724 such as found in Lenovo IdeaPad Yoga 13 Larry Finger
2013-05-08 2:32 ` H. Peter Anvin
2013-05-08 16:06 ` Larry Finger [this message]
2013-05-08 16:23 ` Greg KH
2013-05-08 18:12 ` Larry Finger
2013-05-08 16:29 ` H. Peter Anvin
2013-05-08 16:43 ` Al Viro
2013-05-08 20:17 ` 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=518A7814.1070604@lwfinger.net \
--to=larry.finger@lwfinger.net \
--cc=dcbw@redhat.com \
--cc=george0505@realtek.com \
--cc=gregkh@linux-foundation.org \
--cc=hpa@zytor.com \
--cc=joonhyoung.ro@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-wireless@vger.kernel.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