Dear Adrian,
We are running some tests to see how the frame transmission attempts evolve
in cases that the medium is used only by a single terminal.
In a low-quality link, we configure the 54 Mbps legacy rate
and observe that although the frame delivery rate is quite low (30%),
the transmission a
Hello,
I am using the AR9380 chipset that supports up to 3x3 MIMO transmissions.
I ues two PCs with the same chipset and assign the 3x3 configuration.
Using the default MINSTREL and also fixed MCS by enabling the debugfs, as
proposed here:
http://permalink.gmane.org/gmane.linux.kernel.wireless.gen
Hello,
I am about to order some new cards for testing capabilities of ath9k.
Currently I have cards with the AR5008, AR5418 chipset, which does not
support 3x3 MIMO.
I looked in the list of ath9k-supported chipsets to find cards that
support 3x3 MIMO and I have concluded in the following options
On Wed, May 30, 2012 at 8:26 AM, Mohammed Shafi
wrote:
> On Wed, May 30, 2012 at 4:28 AM, Stratos Keranidis wrote:
>> HI,
>
> hi,
>
>>
>> I checked in the archives and found that a proper way to disable AMPDU
>> aggregation is to
>>
>> replace these
Hi Adrian,
do you mean that fragmentation is not supported by the standard and as a result
it has not been implemented in ath9k?
Thanks,
Stratos.
On Mon, May 28, 2012 at 11:11 PM, Adrian Chadd wrote:
> Fragmentation is not allowed with A-MPDU in 802.11n.
>
>
>
> Adrian
HI,
I checked in the archives and found that a proper way to disable AMPDU
aggregation is to
replace these two lines in /drivers/net/wireless/ath/ath9k/init.c of
function ath9k_init_misc()
sc->sc_flags |= SC_OP_TXAGGR;
sc->sc_flags |= SC_OP_RXAGGR;
with the following:
sc->sc_flags &= ~SC_OP_TX
Thank you very much for your fast reply!
On Mon, May 28, 2012 at 11:11 PM, Adrian Chadd wrote:
> Fragmentation is not allowed with A-MPDU in 802.11n.
>
>
>
> Adrian
___
ath9k-devel mailing list
ath9k-devel@lists.ath9k.org
https://lists.ath9k.org/mailman
Hello,
I am working on a project that uses ath9k with adaptive frame length.
As I can see the default packet size is around 1540 bytes.
I check this through various functions and I list some instances here:
[23871.175430] ieee80211_tx_h_rate_ctrl len[1536]-[1532]-[4]-[-1]
// The lase value is eq