From: Sujith Manoharan <sujith@msujith.org>
To: ath9k-devel@lists.ath9k.org
Subject: [ath9k-devel] [PATCH 2/2] ath10k: Reduce maximum VDEV count
Date: Tue, 16 Apr 2013 15:07:42 +0530 [thread overview]
Message-ID: <1366105062-10458-2-git-send-email-sujith@msujith.org> (raw)
In-Reply-To: <1366105062-10458-1-git-send-email-sujith@msujith.org>
From: Sujith Manoharan <c_manoha@qca.qualcomm.com>
Fix this at 8 until the large-ap feature is ported to ath10k.
Tested with FW ver 604 using CUS223 v1 and v2.
Signed-off-by: Sujith Manoharan <c_manoha@qca.qualcomm.com>
---
drivers/net/wireless/ath/ath10k/hw.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/net/wireless/ath/ath10k/hw.h b/drivers/net/wireless/ath/ath10k/hw.h
index ed5157b..774ce37 100644
--- a/drivers/net/wireless/ath/ath10k/hw.h
+++ b/drivers/net/wireless/ath/ath10k/hw.h
@@ -42,7 +42,7 @@
#define AR9888_HW_2_0_BOARD_DATA_FILE "fakeBoardData_AR9888v2.bin"
#define AR9888_HW_2_0_PATCH_LOAD_ADDR 0x1234
-#define TARGET_NUM_VDEV 16
+#define TARGET_NUM_VDEV 8
#define TARGET_NUM_PEER_AST 2
#define TARGET_WDS_ENTRIES 32
#define TARGET_DMA_BURST_SIZE 0
--
1.8.2.1
next prev parent reply other threads:[~2013-04-16 9:37 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-04-16 9:37 [ath9k-devel] [PATCH 1/2] ath10k: WMI overhaul Sujith Manoharan
2013-04-16 9:37 ` Sujith Manoharan [this message]
2013-04-23 7:38 ` Kalle Valo
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=1366105062-10458-2-git-send-email-sujith@msujith.org \
--to=sujith@msujith.org \
--cc=ath9k-devel@lists.ath9k.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.