staging: vt6656: iwctl_giwaplist/device_ioctl : use off stack buffers.
authorMalcolm Priestley <tvboxspy@gmail.com>
Tue, 13 Nov 2012 21:04:36 +0000 (21:04 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 13 Nov 2012 23:10:28 +0000 (15:10 -0800)
commit848ce5112e7fcb38aaafff28253314da330b681e
treee898d701e6e920bbd641f6b4430d5c71cb1ad03b
parentb87ea759a4cc2cae359288f003aae6a027330860
staging: vt6656: iwctl_giwaplist/device_ioctl : use off stack buffers.

Calls ioctl SIOCGIWAPLIST use off stack buffers.

clears up warning messages.
main_usb.c:2015:1: warning: the frame size of 1888 bytes is larger than 1024 bytes [-Wframe-larger-than=]
iwctl.c:683:1: warning: the frame size of 1280 bytes is larger than 1024 bytes [-Wframe-larger-than=]

Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vt6656/iwctl.c
drivers/staging/vt6656/main_usb.c