> 3. Most of WE calls can be handled by ieee80211 itself. The rest should > be propagated to a driver in some easier way than requiring driver to > deal with the whole WE stuff itself. Also, exporting callbacks from > ieee80211 that driver has to set as particular WE handlers seems to be > unnecessary complicated.
this argument is analogue to the adaptec SAS driver one about the scsi host structure. ieee80211 should be a LIBRARY of functions that can do things, the driver should be able to use the library or not at its own choice. forcibly making the ieee80211 layer deal with the WE's is the wrong way for this kind of thing, especially since several layers of the stack will be optional, so it has to be possible for drivers to go "until this layer I use the ieee80211 library functions, below that my own". - 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