staging: vt6656: Removed redundant code from iwctl file
authorNandini Hanumanthagowda <nandu.hgowda@gmail.com>
Sat, 12 Oct 2013 16:20:02 +0000 (21:50 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 14 Oct 2013 16:15:26 +0000 (09:15 -0700)
commitf19454f877342850f55efc59f54a53fa89b3e1de
tree10a922bd7eae2dd188cdb94c2a2ce54a42c80168
parenta22526e48d6aebc70ed1d19cc3d2724489775aa4
staging: vt6656: Removed redundant code from iwctl file

There was one line which was added twice in the
definition of iwctl_handler and hence was redundant.
It was defined at line nos 1798 and 1818. Removed
the code at line 1818.
The redundant code was:
IW_HANDLER(SIOCSIWMLME, iwctl_siwmlme)
which was defined twice.

Signed-off-by: Nandini Hanumanthagowda <nandu.hgowda@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vt6656/iwctl.c