From: Eugene Krasnikov <k.eugene.e@gmail.com>
To: linux-wireless@vger.kernel.org
Cc: wcn36xx@lists.infradead.org, Eugene Krasnikov <k.eugene.e@gmail.com>
Subject: [PATCH v3 16/16] wcn36xx: Add wcn36xx to ath Makefile and Kconfig
Date: Wed, 28 Aug 2013 09:56:46 +0200 [thread overview]
Message-ID: <1377676606-23033-17-git-send-email-k.eugene.e@gmail.com> (raw)
In-Reply-To: <1377676606-23033-1-git-send-email-k.eugene.e@gmail.com>
Now wcn36xx is part of ath family.
Signed-off-by: Eugene Krasnikov <k.eugene.e@gmail.com>
---
drivers/net/wireless/ath/Kconfig | 1 +
drivers/net/wireless/ath/Makefile | 1 +
2 files changed, 2 insertions(+)
diff --git a/drivers/net/wireless/ath/Kconfig b/drivers/net/wireless/ath/Kconfig
index 1abf1d4..ba81d62 100644
--- a/drivers/net/wireless/ath/Kconfig
+++ b/drivers/net/wireless/ath/Kconfig
@@ -32,5 +32,6 @@ source "drivers/net/wireless/ath/ath6kl/Kconfig"
source "drivers/net/wireless/ath/ar5523/Kconfig"
source "drivers/net/wireless/ath/wil6210/Kconfig"
source "drivers/net/wireless/ath/ath10k/Kconfig"
+source "drivers/net/wireless/ath/wcn36xx/Kconfig"
endif
diff --git a/drivers/net/wireless/ath/Makefile b/drivers/net/wireless/ath/Makefile
index fb05cfd..363b056 100644
--- a/drivers/net/wireless/ath/Makefile
+++ b/drivers/net/wireless/ath/Makefile
@@ -5,6 +5,7 @@ obj-$(CONFIG_ATH6KL) += ath6kl/
obj-$(CONFIG_AR5523) += ar5523/
obj-$(CONFIG_WIL6210) += wil6210/
obj-$(CONFIG_ATH10K) += ath10k/
+obj-$(CONFIG_WCN36XX) += wcn36xx/
obj-$(CONFIG_ATH_COMMON) += ath.o
--
1.8.2.2
prev parent reply other threads:[~2013-08-28 7:58 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-08-28 7:56 [PATCH v3 00/16] wcn36xx: mac80211 driver for Qualcomm WCN3660/WCN3680 hardware Eugene Krasnikov
2013-08-28 7:56 ` [PATCH v3 01/16] wcn36xx: add main.c Eugene Krasnikov
2013-08-28 7:56 ` [PATCH v3 02/16] wcn36xx: add debug.c Eugene Krasnikov
2013-08-28 7:56 ` [PATCH v3 03/16] wcn36xx: add debug.h Eugene Krasnikov
2013-08-28 7:56 ` [PATCH v3 04/16] wcn36xx: add dxe.c Eugene Krasnikov
2013-08-28 7:56 ` [PATCH v3 05/16] wcn36xx: add dxe.h Eugene Krasnikov
2013-08-28 7:56 ` [PATCH v3 06/16] wcn36xx: add hal.h Eugene Krasnikov
2013-08-28 7:56 ` [PATCH v3 07/16] wcn36xx: add pmc.c Eugene Krasnikov
2013-08-28 7:56 ` [PATCH v3 08/16] wcn36xx: add pmc.h Eugene Krasnikov
2013-08-28 7:56 ` [PATCH v3 09/16] wcn36xx: add smd.c Eugene Krasnikov
2013-08-28 7:56 ` [PATCH v3 10/16] wcn36xx: add smd.h Eugene Krasnikov
2013-08-28 7:56 ` [PATCH v3 11/16] wcn36xx: add txrx.c Eugene Krasnikov
2013-08-28 7:56 ` [PATCH v3 12/16] wcn36xx: add txrx.h Eugene Krasnikov
2013-08-28 7:56 ` [PATCH v3 13/16] wcn36xx: add wcn36xx.h Eugene Krasnikov
2013-08-28 7:56 ` [PATCH v3 14/16] wcn36xx: add Makefile Eugene Krasnikov
2013-08-28 7:56 ` [PATCH v3 15/16] wcn36xx: add Kconfig Eugene Krasnikov
2013-08-28 7:56 ` Eugene Krasnikov [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=1377676606-23033-17-git-send-email-k.eugene.e@gmail.com \
--to=k.eugene.e@gmail.com \
--cc=linux-wireless@vger.kernel.org \
--cc=wcn36xx@lists.infradead.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