Re: [PATCH 09/10] cfg80211: align documentation style of ieee80211_iface_combination

From: Johannes Berg
Date: Fri Feb 21 2020 - 07:02:18 EST


On Fri, 2020-02-21 at 12:56 +0100, Jerome Pouiller wrote:
>
> + * intervals:
> + * * = 0: all beacon intervals for different interface must be same.
> + * * > 0: any beacon interval for the interface part of this
> + * combination AND GCD of all beacon intervals from beaconing
> + * interfaces of this combination must be greater or equal to this
> + * value.

Hmm. I have a feeling I actually split this one out because

> - * = 0
> - * all beacon intervals for different interface must be same.
> - * > 0
> - * any beacon interval for the interface part of this combination AND
> - * GCD of all beacon intervals from beaconing interfaces of this
> - * combination must be greater or equal to this value.

This generates the nicer output, not with bullets but as a definition
list or something.

johannes