Hi, > > > > + * @ftm.max_bursts_exponent: maximum burst exponent supported > > + * (set to 0 if not limited; note that setting this will necessarily > > + * forbid using the value 15 to let the responder pick) > > How can driver specify it only supports a single burst? (This is what our > internal wil6210 implementation currently supports...) Hah, good catch. I'll make it unsigned and have -1 the "don't care"... That's annoying though. Perhaps then we'll have a few drivers that support only 1 if they should have more (or arbitrary), but that's a better bug ... johannes