[PATCH 1/2] ssb: fix DMA translation for some specific boards

Michael Büsch m at bues.ch
Wed Aug 10 12:40:28 EDT 2011


On Wed, 10 Aug 2011 18:11:27 +0200
> +/* Some chipsets need routing known for PCIe and 64-bit DMA */
> +static bool ssb_dma_translation_special_bit(struct ssb_device *dev)
> +{
> +	u16 chip_id = dev->bus->chip_id;
> +
> +	if (dev->id.coreid == SSB_DEV_80211)
> +		return (chip_id == 0x4322 || chip_id == 43221 ||
> +			chip_id == 43231 || chip_id == 43222);
> +	return 0;
> +}

ACK, apart from this coding style violation (missing curly braces).

-- 
Greetings, Michael.



More information about the b43-dev mailing list