On Wed, Sep 06, 2006 at 04:55:44PM -0400, John W. Linville wrote: > On Thu, Aug 31, 2006 at 04:00:05PM +0200, Johannes Berg wrote: > > On Thu, 2006-08-31 at 06:51 -0700, Jouni Malinen wrote: > > > > > I don't know about the others, but long/short retry limits have users > > > (e.g., Host AP driver) and these drivers are currently forced to use a > > > hack to do this without this cleanup. Furthermore, this part does not > > > add a new ioctl. > > > > It does, however, add new parameters and things that'd need to be > > translated in the compat layer later. Hence, even there, I'd prefer to > > add them directly into nl80211. However, the compat code for that > > shouldn't be that bad, so I can see that as a softer target :) But I > > don't want to see new ioctls for sure. > > OK, I think we all agree that there are good parts to Jean's WE-21 > patch. Below I've made an attempt to separate the wheat from the chaff > (or to cut the baby in half)...
Wow, some progress instead of empty talks ! I fully appreciate your effort in moving forward on this issue... Is there anything I can do to help you ? The driver patches should be straighforward as they don't use any of the features you dropped (those patches using the new features were not sent to you to be more precise). > Is this patch acceptable to the group? Does it make things better? > Or worse? Did I leave-out anything that should still go in? Did I > take too much? > > Let me know what you think...? As far as I can see, your patch looks technically correct. > John > + * V20 to V21 > + * ---------- > + * - Remove (struct net_device *)->get_wireless_stats() > + * - Change length in ESSID and NICK to strlen() instead of strlen()+1 > + * - Add IW_RETRY_SHORT/IW_RETRY_LONG retry modifiers > + * - Add explicit flag to tell stats are in 802.11k RCPI : IW_QUAL_RCPI Personally, I would also add this : + * - Power/Retry relative values no longer * 100000 Three reason : 1) It's a cleanup and does not add any new feature 2) It does not change the rest of the patches 3) Userspace part has already gone in distro, not including this bit would mean breaking userspace. The other bits can be included at a later time ;-) Thanks, and have fun... Jean - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html