diff options
author | Okash Khawaja <okash.khawaja@gmail.com> | 2015-12-17 20:30:38 +0000 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2016-02-07 19:56:45 -0800 |
commit | 79a5ccd97209264630a8ff4277089746124f130c (patch) | |
tree | 527e242ca26ad29900c9c25340ecac6bb4397a9f /drivers/sh | |
parent | 64b389c53ce2e4b72f16020b624c0fb2da3a0a9d (diff) | |
download | blackbird-op-linux-79a5ccd97209264630a8ff4277089746124f130c.tar.gz blackbird-op-linux-79a5ccd97209264630a8ff4277089746124f130c.zip |
staging: rtl8192u: fix large frame size compiler warning
This patch fixes following compiler warning:
drivers/staging/rtl8192u/ieee80211/ieee80211_rx.c: In function
‘RxReorderIndicatePacket’:
drivers/staging/rtl8192u/ieee80211/ieee80211_rx.c:758:1: warning: the
frame size of 1064 bytes is larger than 1024 bytes
[-Wframe-larger-than=]
It replaces the statically allocated array prxbIndicateArray with
a kmalloc'd one.
Signed-off-by: Okash Khawaja <okash.khawaja@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/sh')
0 files changed, 0 insertions, 0 deletions