Re: [ath9k-devel] Setting Backoff values

2014-07-24 Thread Stratos Keranidis
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

[ath9k-devel] MCS 18, 20-23 zero packets received

2013-04-17 Thread Stratos Keranidis
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

[ath9k-devel] Proposed 3x3 Dual band chipsets

2012-05-30 Thread Stratos Keranidis
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

Re: [ath9k-devel] DISABLE AMPDU AGGREGATION

2012-05-30 Thread Stratos Keranidis
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

Re: [ath9k-devel] MPDU size and fragmentation issues

2012-05-29 Thread Stratos Keranidis
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

[ath9k-devel] DISABLE AMPDU AGGREGATION

2012-05-29 Thread Stratos Keranidis
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

Re: [ath9k-devel] MPDU size and fragmentation issues

2012-05-29 Thread Stratos Keranidis
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

[ath9k-devel] MPDU size and fragmentation issues

2012-05-28 Thread Stratos Keranidis
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