On Wed, 2011-11-02 at 23:04 -0700, Ben Greear wrote: > I think I made at least most of the other changes you were asking > for, but I'm still baffled about what to do about fullmac drivers. > > Based on the comment above, if I simply left out the mac80211 stuff > then the new values passed in to the associate/connect logic will just > be ignored. > > So, I suppose the fullmac drivers will just silently ignore the new > variables as well. I looked, but didn't figure out where fullmac > connects into the cfg80211 logic. If I can find it, then I could > add explicit checks for the new variables and return failure if > they are set..but I'm not sure that is any better than just silently > ignoring them anyway. So I think just ignoring it would be a bad idea, because you have no way to know whether or not the values were used afterwards. That might be sufficient for you right now, but typically becomes a support problem at some point because people try it and can't figure out what part broke. That's why I think silently ignoring something like that is not a good idea. Hence the typical handling of this with a wiphy flag that you set and if it's unset but userspace is requesting this you reject the command. johannes -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html