diff options
author | 2010-05-06 05:39:11 +0000 | |
---|---|---|
committer | 2010-05-06 22:10:35 -0700 | |
commit | 91991146bc2bbc07a0f6b5252ff991bd0e91fb7d (patch) | |
tree | 92ae4d60a166d573c7d6d83191986dd8fbb3184d /drivers/net/wireless/hostap/hostap_ap.c | |
parent | rps: Various optimizations (diff) | |
download | wireguard-linux-91991146bc2bbc07a0f6b5252ff991bd0e91fb7d.tar.xz wireguard-linux-91991146bc2bbc07a0f6b5252ff991bd0e91fb7d.zip |
3c507: Remove unnecessary memset of netdev private data
The memory for the private data is allocated using kzalloc in
alloc_etherdev (or alloc_netdev_mq respectively) so there is no need to
set it to 0 again.
Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/wireless/hostap/hostap_ap.c')
0 files changed, 0 insertions, 0 deletions