rtl8712: don't just return -EFAULT in wpa_supplicant_ioctl()
authorDan Carpenter <error27@gmail.com>
Sat, 6 Aug 2011 14:27:48 +0000 (07:27 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 23 Aug 2011 22:16:35 +0000 (15:16 -0700)
There were some curly braces missing so the original code in
wpa_supplicant_ioctl() pretty much always returned -EFAULT without
doing anything.

Signed-off-by: Dan Carpenter <error27@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

No differences found