On Mon, 2011-10-17 at 16:27 +0200, Michael Büsch wrote: > On Sun, 16 Oct 2011 23:30:49 +0200 > Rafał Miłecki <zaj...@gmail.com> wrote: > > + case B43_PHYTYPE_HT: > > + /* TODO: is max the right choice? */ > > + status.signal = max( > > + (__s8) max(rxhdr->phy_ht_power0, rxhdr->phy_ht_power1), > > Hm, why is this cast needed? Does it throw a warning?
The cast should probably be a max_t() instead. johannes _______________________________________________ b43-dev mailing list b43-dev@lists.infradead.org http://lists.infradead.org/mailman/listinfo/b43-dev