On Wed, 2018-10-17 at 21:53 +0200, Johannes Berg wrote: > On Wed, 2018-10-17 at 12:33 -0700, James Prestwood wrote: > > The mac80211_hwsim driver hard codes its supported interface types. > > For > > testing purposes it would be valuable to allow changing these > > supported > > types in order to simulate actual drivers than support a limited > > set of > > typo: than -> that > > > In order to accomplish this, the ieee80211_iface_limit structure > > needed > > to be built dynamically to only include limit rules for iftypes > > that > > the user requested to enable. > > That makes me wonder if you'd also want to support limiting the # of > interfaces/channels to mimic another device? Yeah it seems like it would be pretty easy to add that on top of this change, although I don't really see us actually using it. I can add it, but my only concern is I would not test it up to the same level I tested iftype/ciphers. Maybe this is also because I am not entirely sure what num_different_channels is doing. Is this only relevant when multiple interfaces exist on a radio? Like setting how many channels can be use simultaneously? > > johannes >