staging: wlags49_h2: remove unneeded memset() in wireless_get_bssid()
authorCyril Roelandt <tipecaml@gmail.com>
Tue, 4 Dec 2012 20:08:36 +0000 (21:08 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 7 Jan 2013 19:08:12 +0000 (11:08 -0800)
commit1901ab629279499249dfe3a26b0a31f0af8efca5
tree0b62e398add312c04c0d111333964c8e54fa3adb
parente5516fd34eb2f521b1cb0292129c40de46da931a
staging: wlags49_h2: remove unneeded memset() in wireless_get_bssid()

A few lines after this call, we memcpy over the same memory area, so the call to
memset is not necessary.

Signed-off-by: Cyril Roelandt <tipecaml@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wlags49_h2/wl_wext.c