driver_prism54: Use os_zalloc instead of malloc to clear memory
authorJouni Malinen <jouni.malinen@atheros.com>
Tue, 10 Nov 2009 15:08:33 +0000 (17:08 +0200)
committerJouni Malinen <j@w1.fi>
Tue, 10 Nov 2009 15:08:33 +0000 (17:08 +0200)
commitfeae037c25b93820e3c6d52bebd8c8d592beb18f
tree8db134086f42ff8635c1426b8fa7cab9b063683c
parentdd745de384a5d6398b62a2737f2b6bd581495de7
driver_prism54: Use os_zalloc instead of malloc to clear memory

This will make sure the full buffer is initialized even if some
fields were not explicitly set.
src/drivers/driver_prism54.c