On Mon, Sep 17, 2007 at 09:18:57PM +0100, David Woodhouse wrote: > On Fri, 2007-09-14 at 23:33 +0200, Michael Buesch wrote: > > These are all false positives, except this one, where the wrong > > converter function was used. > > > > @@ -442,7 +444,7 @@ void b43legacy_rx(struct b43legacy_wldev > > phystat0 = le16_to_cpu(rxhdr->phy_status0); > > phystat3 = le16_to_cpu(rxhdr->phy_status3); > > jssi = rxhdr->jssi; > > - macstat = le32_to_cpu(rxhdr->mac_status); > > + macstat = le16_to_cpu(rxhdr->mac_status); > > mactime = le16_to_cpu(rxhdr->mac_time); > > chanstat = le16_to_cpu(rxhdr->channel); > > Did this one get committed yet?
Working on it now... -- John W. Linville [EMAIL PROTECTED] _______________________________________________ Bcm43xx-dev mailing list [email protected] https://lists.berlios.de/mailman/listinfo/bcm43xx-dev
