Re: Ralink RT2860 Driver Code

2012-12-01 Thread PseudoCylon
ers (total 16 16-bit counters). >> >> counter at offset 0x1720 MPDU count 1 >> >> counter at offset 0x1722 MPDU count 2 >> >> ... >> >> counter at offset 0x173c MPDU count 15 >> >> counter at offset 0x173e MPDU count >= 16

Re: Ralink RT2860 Driver Code

2012-12-01 Thread Ramanujan Seshadri
count 15 > >> counter at offset 0x173e MPDU count >= 16 > >> > >> These regs are identical on RT2800 and RT2700 (pci/usb). > >> > >> Example (see #if 0 part) > >> > https://gitorious.org/run/run/blobs/11n_rc3/dev/usb/wlan/if_run.c#line2493 > >> > >> You can only find out stati

Re: Ralink RT2860 Driver Code

2012-11-29 Thread PseudoCylon
run/run/blobs/11n_rc3/dev/usb/wlan/if_run.c#line2493 >> >> You can only find out statistical numbers (total Tx counts past X >> sec). You cannot find out an MPDU count in a particular packet, i.e. >> an aggregated packet just Tx'd, unless you read the counters on each >> Tx.

Re: Ralink RT2860 Driver Code

2012-11-28 Thread Ramanujan Seshadri
ram > > > > > > On Tue, Nov 27, 2012 at 2:11 PM, PseudoCylon > > wrote: > >> > >> > -- > >> > > >> > Message: 12 > >> > Date: Tue, 27 Nov 2012 04:33:37 -0500 > >> > From: Ramanujan

Re: Ralink RT2860 Driver Code

2012-11-27 Thread PseudoCylon
ess you read the counters on each Tx. AK > > -ram > > > On Tue, Nov 27, 2012 at 2:11 PM, PseudoCylon > wrote: >> >> > -- >> > >> > Message: 12 >> > Date: Tue, 27 Nov 2012 04:33:37 -0500 >> > From: Ramanuj

Re: Ralink RT2860 Driver Code

2012-11-27 Thread Ramanujan Seshadri
ri > > To: freebsd-net@freebsd.org > > Subject: Ralink RT2860 Driver Code > > Message-ID: > > c58l7yap+ygk3pz2vjg9toakwcbhhi7xsaxth6-kyf0d...@mail.gmail.com> > > Content-Type: text/plain; charset=ISO-8859-1 > > > > Hello, > > Can i know how to

Re: Ralink RT2860 Driver Code

2012-11-27 Thread PseudoCylon
> -- > > Message: 12 > Date: Tue, 27 Nov 2012 04:33:37 -0500 > From: Ramanujan Seshadri > To: freebsd-net@freebsd.org > Subject: Ralink RT2860 Driver Code > Message-ID: > > Content-Type: text/plain; charset=ISO-8859-1 > >

Ralink RT2860 Driver Code

2012-11-27 Thread Ramanujan Seshadri
Hello, Can i know how to get the MPDU's aggregated in each AMPDU in a ralink driver code for RT2860. I saw the existing counters of ralink and tried to get some info, but was not very useful. Any help is greatly appreciated. Thanks ram ___ freebsd-ne