[PATCH] drivers/net/wireless/wl3501_cs.c: remove redundant memset
authorMariusz Kozlowski <m.kozlowski@tuxland.pl>
Mon, 6 Aug 2007 22:50:22 +0000 (00:50 +0200)
committerDavid S. Miller <davem@sunset.davemloft.net>
Wed, 10 Oct 2007 23:50:33 +0000 (16:50 -0700)
Signed-off-by: Mariusz Kozlowski <m.kozlowski@tuxland.pl>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/wl3501_cs.c

index 72f3d97..732b59f 100644 (file)
@@ -1841,7 +1841,6 @@ static int wl3501_get_encode(struct net_device *dev,
        tocopy = min_t(u8, len_keys, wrqu->encoding.length);
        tocopy = min_t(u8, tocopy, 100);
        wrqu->encoding.length = tocopy;
-       memset(extra, 0, tocopy);
        memcpy(extra, keys, tocopy);
 out:
        return rc;