Re: [PATCH] Add wireless statics to bcm43xx-d80211

2006-08-23 Thread Jiri Benc
On Tue, 22 Aug 2006 16:15:47 -0500, Larry Finger wrote: > No it cannot change between frames; however, the max value can be very > different for different > drivers using d80211. On the bcm43xx, it is 60; whereas 100 seems to be a > better value for the > rt2x00 chips. Adding it here seemed lik

Re: [PATCH] Add wireless statics to bcm43xx-d80211

2006-08-23 Thread Johannes Berg
On Tue, 2006-08-22 at 16:15 -0500, Larry Finger wrote: > >> + int maxssi; > > > > Why is maxssi here? Can it really change between received frames? > > No it cannot change between frames; however, the max value can be very > different for different > drivers using d80211. On the bcm43xx, it is

Re: [PATCH] Add wireless statics to bcm43xx-d80211

2006-08-22 Thread Larry Finger
Jiri Benc wrote: On Mon, 14 Aug 2006 08:29:08 -0500, Larry Finger wrote: This patch implements wireless statistics for bcm43xx using the d80211 stack.It also sets a framework for the implementation in other drivers that use the d80211 code. The component parts have been circulated on the netdev

Re: [PATCH] Add wireless statics to bcm43xx-d80211

2006-08-22 Thread Jiri Benc
On Mon, 14 Aug 2006 08:29:08 -0500, Larry Finger wrote: > This patch implements wireless statistics for bcm43xx using the d80211 > stack.It > also sets a framework for the implementation in other drivers that use the > d80211 code. The component parts have been circulated on the netdev mailing

[PATCH] Add wireless statics to bcm43xx-d80211

2006-08-14 Thread Larry Finger
This patch implements wireless statistics for bcm43xx using the d80211 stack.It also sets a framework for the implementation in other drivers that use the d80211 code. The component parts have been circulated on the netdev mailing list, and all suggested changes have been incorporated. The speci