Re: Ralink RT2860 Driver Code

2012-12-01 Thread PseudoCylon
On Sat, Dec 1, 2012 at 3:08 PM, Ramanujan Seshadri wrote: > Hello, > Thanks for the explanation. In fact when i saw the code i also thought the > same, but when i tried > to print out the transmitted A-MPDU's i found something different. > > For example, >The Counter AggSize15Count should pr

Re: Ralink RT2860 Driver Code

2012-12-01 Thread Ramanujan Seshadri
Hello, Thanks for the explanation. In fact when i saw the code i also thought the same, but when i tried to print out the transmitted A-MPDU's i found something different. For example, The Counter AggSize15Count should print the the numbers in the multiples of 15, but sometimes it doesn't. So

Re: Ralink RT2860 Driver Code

2012-11-29 Thread PseudoCylon
On Wed, Nov 28, 2012 at 9:35 PM, Ramanujan Seshadri wrote: > Hello, > > Thanks for the reply. I just had one more doubt. > > In the counters to update the transmitted A-MPDU counter (Function Name: > NICUpdateRawCounters), i saw these lines of codes > > pRalinkCounters->TransmittedAMPDUCount.u.Lo

Re: Ralink RT2860 Driver Code

2012-11-28 Thread Ramanujan Seshadri
Hello, Thanks for the reply. I just had one more doubt. In the counters to update the transmitted A-MPDU counter (Function Name: NICUpdateRawCounters), i saw these lines of codes pRalinkCounters->TransmittedAMPDUCount.u.LowPart += TxAggCnt0.field.AggSize1Count; pRalinkCounters->TransmittedAMPDU

Re: Ralink RT2860 Driver Code

2012-11-27 Thread PseudoCylon
On Tue, Nov 27, 2012 at 1:23 PM, Ramanujan Seshadri wrote: > I want to know how many MPDU's are aggregated in each AMPDU transmission. You could use following statistic counters RT2860_TX_AGG_CNT0 to 7 https://gitorious.org/run/run/blobs/11n_rc3/dev/usb/wlan/if_runreg.h#line186 Each 32-bit little

Re: Ralink RT2860 Driver Code

2012-11-27 Thread Ramanujan Seshadri
I want to know how many MPDU's are aggregated in each AMPDU transmission. -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 Seshadri > > To: freebsd-net@freebsd.org > > Su

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 > > Hello, > Can i know how to get the MP