From: Zhu Yi <yi.zhu@intel.com>
To: linux-wireless@vger.kernel.org
Cc: "John W.Linville" <linville@tuxdriver.com>,
Jeff Garzik <jgarzik@pobox.com>, Andrew Morton <akpm@osdl.org>
Subject: [PATCH] Add iwlwifi wireless drivers (resend)
Date: Fri, 17 Aug 2007 13:28:56 +0800 [thread overview]
Message-ID: <1187328536.5763.137.camel@debian.sh.intel.com> (raw)
[ My previous post doesn't show up on the list for a whole day. So I
resend it now. I guess the an 800k mail is too big for the list... ]
This patch (against 2.6.23-rc3) adds the mac80211 based
wireless drivers for the Intel PRO/Wireless 3945ABG/BG Network
Connection and Intel Wireless WiFi Link AGN (4965) adapters. I hope it
can be merged into 2.6.24 kernel. You comments are also welcome!
Signed-off-by: Zhu Yi <yi.zhu@intel.com>
---
MAINTAINERS | 10 +
drivers/net/wireless/Kconfig | 129 +
drivers/net/wireless/Makefile | 29 +
drivers/net/wireless/iwl-3945-hw.h | 117 +
drivers/net/wireless/iwl-3945-rs.c | 985 ++++
drivers/net/wireless/iwl-3945-rs.h | 221 +
drivers/net/wireless/iwl-3945.c | 2286 +++++++++
drivers/net/wireless/iwl-3945.h | 60 +
drivers/net/wireless/iwl-4965-hw.h | 954 ++++
drivers/net/wireless/iwl-4965-rs.c | 2162 ++++++++
drivers/net/wireless/iwl-4965-rs.h | 286 ++
drivers/net/wireless/iwl-4965.c | 4764 +++++++++++++++++
drivers/net/wireless/iwl-4965.h | 368 ++
drivers/net/wireless/iwl-base.c | 9603
+++++++++++++++++++++++++++++++++++
drivers/net/wireless/iwl-channel.h | 163 +
drivers/net/wireless/iwl-commands.h | 1515 ++++++
drivers/net/wireless/iwl-debug.h | 149 +
drivers/net/wireless/iwl-eeprom.h | 336 ++
drivers/net/wireless/iwl-helpers.h | 255 +
drivers/net/wireless/iwl-hw.h | 606 +++
drivers/net/wireless/iwl-io.h | 486 ++
drivers/net/wireless/iwl-priv.h | 305 ++
drivers/net/wireless/iwl-spectrum.h | 91 +
drivers/net/wireless/iwlwifi.h | 715 +++
Please find the patch (and the original mail) from:
http://intellinuxwireless.org/iwlwifi/v4-Add-iwlwifi-wireless-drivers.patch
Thanks,
-yi
next reply other threads:[~2007-08-17 5:33 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-08-17 5:28 Zhu Yi [this message]
2007-08-17 11:26 ` [PATCH] Add iwlwifi wireless drivers (resend) Johannes Berg
2007-08-20 2:56 ` Zhu Yi
2007-08-20 11:22 ` Johannes Berg
2007-08-20 12:10 ` Tomas Winkler
2007-08-20 12:29 ` Johannes Berg
2007-08-17 11:37 ` Johannes Berg
2007-08-17 11:41 ` Johannes Berg
2007-08-20 2:39 ` Zhu Yi
2007-08-20 11:22 ` Johannes Berg
2007-08-23 16:01 ` Johannes Berg
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=1187328536.5763.137.camel@debian.sh.intel.com \
--to=yi.zhu@intel.com \
--cc=akpm@osdl.org \
--cc=jgarzik@pobox.com \
--cc=linux-wireless@vger.kernel.org \
--cc=linville@tuxdriver.com \
/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.