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?

-- 
dwmw2

_______________________________________________
Bcm43xx-dev mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/bcm43xx-dev

Reply via email to