Re: [PATCH 02/34] brcmfmac: Register sizes on hardware are not dependent on compiler types

2017-08-07 Thread Arend van Spriel
On 26-07-17 22:25, Ian Molton wrote: The 4 IO functions in this patch are incorrect as they use compiler types to determine how many bytes to send to the hardware. I see no incorrectness here. It is validating the regsz value and those compiler types are pretty well defined I would say.

[PATCH 02/34] brcmfmac: Register sizes on hardware are not dependent on compiler types

2017-07-26 Thread Ian Molton
The 4 IO functions in this patch are incorrect as they use compiler types to determine how many bytes to send to the hardware. Signed-off-by: Ian Molton --- .../wireless/broadcom/brcm80211/brcmfmac/bcmsdh.c | 22 +++--- 1 file changed, 11 insertions(+), 11

[PATCH 02/34] brcmfmac: Register sizes on hardware are not dependent on compiler types

2017-07-19 Thread Ian Molton
The 4 IO functions in this patch are incorrect as they use compiler types to determine how many bytes to send to the hardware. Signed-off-by: Ian Molton --- .../wireless/broadcom/brcm80211/brcmfmac/bcmsdh.c | 22 +++--- 1 file changed, 11 insertions(+), 11