From: Jeff Garzik <jeff@garzik.org>
To: "John W. Linville" <linville@tuxdriver.com>
Cc: andreamrl@tiscali.it, flamingice@sourmilk.net,
netdev@vger.kernel.org, linux-wireless@vger.kernel.org
Subject: Re: Please pull 'rtl8187' branch of wireless-2.6
Date: Wed, 13 Jun 2007 16:03:38 -0400 [thread overview]
Message-ID: <46704D9A.6090001@garzik.org> (raw)
In-Reply-To: <20070613022143.GD4187@tuxdriver.com>
John W. Linville wrote:
> Jeff,
>
> This is the second round for the new mac80211-based rtl8187 driver.
> Michael and Ivo responded to many of the original review comments,
> and I have added a couple of patches to minimally address some
> remaining issues. Please look at the comments I added to the header
> blocks to see if that is satisfactory regarding explanation of the
> magic values in the driver.
>
> This is a new driver, so obviously it would be targeted towards 2.6.23.
>
> John
>
> ---
>
> The following changes since commit 5ecd3100e695228ac5e0ce0e325e252c0f11806f:
> Linus Torvalds (1):
> Linux 2.6.22-rc4
>
> are found in the git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git rtl8187
>
> Ivo van Doorn (2):
> Add 93cx6 eeprom library
> eeprom_93cx6: Add comment for 1us delay after pulse
>
> John W. Linville (2):
> eeprom_93cx6: shorten pulse timing to match spec
> rtl8187: add header blocks and indicate origin of magic values
>
> Michael Wu (1):
> Add rtl8187 wireless driver
>
> MAINTAINERS | 10 +
> drivers/misc/Kconfig | 5 +
> drivers/misc/Makefile | 1 +
> drivers/misc/eeprom_93cx6.c | 241 +++++++++++
> drivers/net/wireless/Kconfig | 12 +
> drivers/net/wireless/Makefile | 3 +
> drivers/net/wireless/rtl8187.h | 145 +++++++
> drivers/net/wireless/rtl8187_dev.c | 731 +++++++++++++++++++++++++++++++
> drivers/net/wireless/rtl8187_rtl8225.c | 745 ++++++++++++++++++++++++++++++++
> drivers/net/wireless/rtl8187_rtl8225.h | 44 ++
> drivers/net/wireless/rtl818x.h | 226 ++++++++++
> include/linux/eeprom_93cx6.h | 72 +++
> 12 files changed, 2235 insertions(+), 0 deletions(-)
> create mode 100644 drivers/misc/eeprom_93cx6.c
> create mode 100644 drivers/net/wireless/rtl8187.h
> create mode 100644 drivers/net/wireless/rtl8187_dev.c
> create mode 100644 drivers/net/wireless/rtl8187_rtl8225.c
> create mode 100644 drivers/net/wireless/rtl8187_rtl8225.h
> create mode 100644 drivers/net/wireless/rtl818x.h
> create mode 100644 include/linux/eeprom_93cx6.h
pulled into #upstream (2.6.23)
prev parent reply other threads:[~2007-06-13 20:03 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-06-13 2:21 Please pull 'rtl8187' branch of wireless-2.6 John W. Linville
2007-06-13 20:03 ` Jeff Garzik [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=46704D9A.6090001@garzik.org \
--to=jeff@garzik.org \
--cc=andreamrl@tiscali.it \
--cc=flamingice@sourmilk.net \
--cc=linux-wireless@vger.kernel.org \
--cc=linville@tuxdriver.com \
--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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.