]> 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)
commit9aaef8009b2726d203a7d765bc5a625d68329c75
tree78c94fa696e5855c4be6e284b84cc564c3a9a01a
parent59b3373c2881ceb676f3f622a3caac43e4a3a2a6
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