linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Hauke Mehrtens <hauke@hauke-m.de>
To: "Luis R. Rodriguez" <mcgrof@gmail.com>
Cc: linux-wireless <linux-wireless@vger.kernel.org>
Subject: Re: [compat] Add MWL8K support
Date: Tue, 17 Mar 2009 23:33:39 +0100	[thread overview]
Message-ID: <49C02543.4040204@hauke-m.de> (raw)
In-Reply-To: <49C020F9.9080301@hauke-m.de>


[-- Attachment #1.1: Type: text/plain, Size: 436 bytes --]

Add support for Marvell 88W8xxx PCI/PCIe Wireless to compat-wireless.
Without this patch it has to be deactivated in
drivers/net/wireless/Makefile.

--
Hauke Mehrtens
Hauke Mehrtens wrote:
> The first patch makes compat-wireless work with wireless-testing
> master-2009-03-17 again. Patch number 2 and 3 are removing some diffs
> and patch 4 makes the activation on debug options easier and adds some
> missing ones.
> 
> 

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1.2: 0005-Add-Marvell-88W8xxx-PCI-PCIe-Wireless-support-to-com.patch --]
[-- Type: text/x-diff; name="0005-Add-Marvell-88W8xxx-PCI-PCIe-Wireless-support-to-com.patch", Size: 1093 bytes --]

From 5f652e500e991883b4a76923228d093d3b295d49 Mon Sep 17 00:00:00 2001
From: Hauke Mehrtens <hauke@hauke-m.de>
Date: Tue, 17 Mar 2009 23:29:43 +0100
Subject: [PATCH] Add Marvell 88W8xxx PCI/PCIe Wireless support to compat-wireless

---
 config.mk               |    2 ++
 scripts/admin-update.sh |    1 +
 2 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/config.mk b/config.mk
index b0f6e44..84bf609 100644
--- a/config.mk
+++ b/config.mk
@@ -229,6 +229,8 @@ endif
 CONFIG_ATMEL=m
 CONFIG_PCI_ATMEL=m
 
+CONFIG_MWL8K=m
+
 endif
 ## end of PCI
 
diff --git a/scripts/admin-update.sh b/scripts/admin-update.sh
index b40a5d6..0226053 100755
--- a/scripts/admin-update.sh
+++ b/scripts/admin-update.sh
@@ -65,6 +65,7 @@ DRIVER_FILES="adm8211.c  adm8211.h"
 DRIVER_FILES="$DRIVER_FILES rndis_wlan.c"
 DRIVER_FILES="$DRIVER_FILES mac80211_hwsim.c"
 DRIVER_FILES="$DRIVER_FILES at76c50x-usb.c at76c50x-usb.h"
+DRIVER_FILES="$DRIVER_FILES mwl8k.c"
 
 mkdir -p include/linux/ include/net/ include/linux/usb \
 	include/linux/unaligned \
-- 
1.5.6.3


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 898 bytes --]

  reply	other threads:[~2009-03-17 22:34 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-03-17 22:15 [compat] Make compat-wireless work with new wireless-testing again Hauke Mehrtens
2009-03-17 22:33 ` Hauke Mehrtens [this message]
2009-03-18  0:17   ` [compat] Add MWL8K support Luis R. Rodriguez

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=49C02543.4040204@hauke-m.de \
    --to=hauke@hauke-m.de \
    --cc=linux-wireless@vger.kernel.org \
    --cc=mcgrof@gmail.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 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).