diff options
| author | Arnd Bergmann <[email protected]> | 2017-05-11 11:52:09 +0000 |
|---|---|---|
| committer | Kalle Valo <[email protected]> | 2017-05-24 13:42:27 +0000 |
| commit | 4a4274bf2dbbd1c7a45be0c89a1687c9d2eef4a0 (patch) | |
| tree | 68fcb9175dd528f2aac85f1ed40fc33e88a74049 /drivers/net/wireless/intel/iwlegacy/common.c | |
| parent | rsi: rsi_91x_core: Use time_after time comparison (diff) | |
| download | kernel-4a4274bf2dbbd1c7a45be0c89a1687c9d2eef4a0.tar.gz kernel-4a4274bf2dbbd1c7a45be0c89a1687c9d2eef4a0.zip | |
wlcore: fix 64K page support
In the stable linux-3.16 branch, I ran into a warning in the
wlcore driver:
drivers/net/wireless/ti/wlcore/spi.c: In function 'wl12xx_spi_raw_write':
drivers/net/wireless/ti/wlcore/spi.c:315:1: error: the frame size of 12848 bytes is larger than 2048 bytes [-Werror=frame-larger-than=]
Newer kernels no longer show the warning, but the bug is still there,
as the allocation is based on the CPU page size rather than the
actual capabilities of the hardware.
This replaces the PAGE_SIZE macro with the SZ_4K macro, i.e. 4096 bytes
per buffer.
Cc: [email protected]
Signed-off-by: Arnd Bergmann <[email protected]>
Signed-off-by: Kalle Valo <[email protected]>
Diffstat (limited to 'drivers/net/wireless/intel/iwlegacy/common.c')
0 files changed, 0 insertions, 0 deletions
