]> git.baikalelectronics.ru Git - kernel.git/commit
staging: wlan-ng: get memory from kernel allocators instead of big static buffer
authorSergio Paracuellos <sergio.paracuellos@gmail.com>
Sun, 9 Oct 2016 15:29:22 +0000 (17:29 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 16 Oct 2016 08:25:45 +0000 (10:25 +0200)
commit85c2191888594febe001c00b2b3859a44b3bc39a
tree78c94fa696e5855c4be6e284b84cc564c3a9a01a
parent16174d39c158a750e36ecbfde41197e47f4ac26e
staging: wlan-ng: get memory from kernel allocators instead of big static buffer

This patch fix the following sparse warnings in prism2fw.c:
warning: memset with byte count of 120000

Signed-off-by: Sergio Paracuellos <sergio.paracuellos@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wlan-ng/prism2fw.c