On Sat, 2008-12-20 at 23:06 +0200, Tomas Winkler wrote: > > +static inline bool > > +conf_is_ht20(struct ieee80211_conf *conf) > > +{ > > + if (conf->ht.channel_type == NL80211_CHAN_HT20) > > why not just > return (conf->ht.channel_type == NL80211_CHAN_HT20); I agree, the if looks pretty odd. johannes
Attachment:
signature.asc
Description: This is a digitally signed message part