From: Luciano Coelho <coelho@ti.com>
To: linux-wireless@vger.kernel.org
Cc: Luciano Coelho <coelho@ti.com>
Subject: [PATCH] wl12xx: change TX BA window size to 8
Date: Fri, 20 May 2011 11:25:25 +0300 [thread overview]
Message-ID: <1305879925-10322-1-git-send-email-coelho@ti.com> (raw)
The wl12xx firmware only supports window size of 8 frames in TX BA
sessions. Currently we are configuring it to 64, which is not
supported and causes problems (ie. firmware crashes).
Fix this by changing the tx_ba_win_size configuration to 8.
Signed-off-by: Luciano Coelho <coelho@ti.com>
---
drivers/net/wireless/wl12xx/main.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/net/wireless/wl12xx/main.c b/drivers/net/wireless/wl12xx/main.c
index 610be03..b854b5f 100644
--- a/drivers/net/wireless/wl12xx/main.c
+++ b/drivers/net/wireless/wl12xx/main.c
@@ -326,7 +326,7 @@ static struct conf_drv_settings default_conf = {
},
},
.ht = {
- .tx_ba_win_size = 64,
+ .tx_ba_win_size = 8,
.inactivity_timeout = 10000,
},
.mem_wl127x = {
--
1.7.1
next reply other threads:[~2011-05-20 8:25 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-05-20 8:25 Luciano Coelho [this message]
2011-05-20 12:09 ` [PATCH] wl12xx: change TX BA window size to 8 Luciano Coelho
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=1305879925-10322-1-git-send-email-coelho@ti.com \
--to=coelho@ti.com \
--cc=linux-wireless@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox