OSDN Git Service

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)
commitcfea8abf67e57dbe430338895fbb127374672da1
tree78c94fa696e5855c4be6e284b84cc564c3a9a01a
parent173bf7e37f71173f1645161ee849dfdc3d577300
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