Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 359177
Collapse All | Expand All

(-)a/drivers/net/wireless/rt2x00/rt2x00pci.h (-1 / +1 lines)
Lines 64-70 static inline void rt2x00pci_register_mu Link Here
64
						 const void *value,
64
						 const void *value,
65
						 const u32 length)
65
						 const u32 length)
66
{
66
{
67
	memcpy_toio(rt2x00dev->csr.base + offset, value, length);
67
	__iowrite32_copy(rt2x00dev->csr.base + offset, value, length >> 2);
68
}
68
}
69
69
70
/**
70
/**

Return to bug 359177