From: Felix Fietkau <nbd@openwrt.org>
To: ath9k-devel@lists.ath9k.org
Subject: [ath9k-devel] how to config AR9280 for operation as 1X1 or other ideas
Date: Tue, 29 Mar 2011 16:36:08 +0200 [thread overview]
Message-ID: <4D91EE58.5050603@openwrt.org> (raw)
In-Reply-To: <AANLkTikmWb00r5p2OVOfqY17n+CUsqyfbNeM_zPUXTsa@mail.gmail.com>
On 2011-03-29 3:33 PM, Larry Vaden wrote:
> Good morning, ath9k devs and OpenWrt-users.
>
> Please excuse the cross post, not something we normally do.
>
> We have a particularly difficult situation in which we are trying to
> achieve a stable link over 1.2 miles with the Ubiquiti M900 which uses
> the AR9280 and thus 2X2 MIMO.
>
> We loaded OpenWrt trunk as a scientific control when we observed
> spontaneous reboots on AirOS 5.2.1 and 5.3.
>
> There is only one tree in the Fresnel zone and it has few leaves this
> time of year. An unlicensed SCADA operation is a few miles away,
> using omnis at six water towers.
>
> To try to reduce the number of variables, we note with interest
> MikroTik's statement below the sig and ask folks on ath9k-devel and
> OpenWrt-users how to configure, e.g., OpenWrt to use only chain 0.
>
> Excerpts of dmesg for the AP are also below the sig. dmesg on the CPE is quiet.
>
> If the objective of this email is unrelated, please offer any advice
> to achieve desired operation.
>
> THANKS in advance for your help --- it is fully appreciated.
To change the chainmask:
wifi down
echo 1 > /sys/kernel/debug/ieee80211/phy0/ath9k/rx_chainmask
echo 1 > /sys/kernel/debug/ieee80211/phy0/ath9k/tx_chainmask
wifi
This might have some side effects as the HT capabilities are not
recalculated (ath9k does not support the antenna control API yet), but
it will configure the PHY to only use one chain, and the rate control is
usually able to deal with that just fine.
In order to debug this properly, please send a dump of the rate control
stats of both sides:
cat /sys/kernel/debug/ieee80211/phy0/netdev:wlan0/stations/*/rc_stats
And also a dump of the channel busy time:
iw wlan0 survey dump
This might help narrow down the cause of this issue.
- Felix
next prev parent reply other threads:[~2011-03-29 14:36 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-03-29 13:33 [ath9k-devel] how to config AR9280 for operation as 1X1 or other ideas Larry Vaden
2011-03-29 14:36 ` Felix Fietkau [this message]
2011-03-29 15:08 ` Larry Vaden
2011-03-29 15:31 ` Felix Fietkau
2011-03-29 15:16 ` Larry Vaden
2011-03-29 15:28 ` Felix Fietkau
2011-03-29 16:04 ` Larry Vaden
2011-03-29 17:23 ` Felix Fietkau
2011-03-29 17:55 ` Larry Vaden
2011-03-29 16:08 ` Larry Vaden
2011-03-29 17:21 ` Felix Fietkau
2011-03-29 17:25 ` Larry Vaden
2011-03-29 17:33 ` Felix Fietkau
2011-03-29 17:38 ` Larry Vaden
2011-03-29 17:43 ` Felix Fietkau
2011-03-29 16:25 ` Larry Vaden
2011-03-29 17:20 ` Felix Fietkau
2011-03-29 18:16 ` Larry Vaden
2011-03-29 15:34 ` Larry Vaden
2011-03-29 15:38 ` Larry Vaden
2011-03-29 15:47 ` Larry Vaden
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=4D91EE58.5050603@openwrt.org \
--to=nbd@openwrt.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.