From: Luis R. Rodriguez <lrodriguez@atheros.com>
To: ath9k-devel@lists.ath9k.org
Subject: [ath9k-devel] ath9k code
Date: Thu, 30 Oct 2008 13:00:44 -0700 [thread overview]
Message-ID: <20081030200043.GF21459@tesla> (raw)
In-Reply-To: <a69b74320810301251s2cd86f4bxc95b69484245d30@mail.gmail.com>
On Thu, Oct 30, 2008 at 12:51:37PM -0700, Jongwon Yoon wrote:
> Hi,
> I'm using kernel 2.6.27 and D-link DWA-652 card (AR5416).
> As some people reported, I also experienced de-authentication from the AP, even if I don't use any WPA2 or TKIP. Right after I enable the wlan0 interface, it's up for a while, however about 5 mins later, it gets de-associated. To bring it up, I have to rmmod and modprobe again. Is this problem solved?
Thanks for reporting this, we are looking into this issue.
> I also wonder which parameters or functions in the code control set channel bandwidth(20 or 40MHz),
This is not chosen by the STA but the AP. Check your AP settings.
> frame aggregation(MPDU, MSDU) mechanism,
AMPDU is enabled for all data frames, we don't use AMSDU, although
mac80211 has RX support for it, we just need to test RX AMSDU suport.
Part of this code is in mac80211, part of it is in the driver.
> and data rate adaptation?
Check rc.c
Luis
next prev parent reply other threads:[~2008-10-30 20:00 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-10-30 19:51 [ath9k-devel] ath9k code Jongwon Yoon
2008-10-30 20:00 ` Luis R. Rodriguez [this message]
2008-10-31 4:07 ` Steven Noonan
2008-11-03 22:46 ` Luis R. Rodriguez
2008-11-04 0:12 ` Brian
2008-11-04 0:28 ` Luis R. Rodriguez
2008-11-03 18:10 ` Jongwon Yoon
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=20081030200043.GF21459@tesla \
--to=lrodriguez@atheros.com \
--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.