mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-02 01:06:46 +09:00
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>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
a22526e48d
commit
f19454f877
@@ -1815,7 +1815,6 @@ static const iw_handler iwctl_handler[] = {
|
||||
IW_HANDLER(SIOCGIWPOWER, iwctl_giwpower),
|
||||
IW_HANDLER(SIOCSIWGENIE, iwctl_siwgenie),
|
||||
IW_HANDLER(SIOCGIWGENIE, iwctl_giwgenie),
|
||||
IW_HANDLER(SIOCSIWMLME, iwctl_siwmlme),
|
||||
IW_HANDLER(SIOCSIWAUTH, iwctl_siwauth),
|
||||
IW_HANDLER(SIOCGIWAUTH, iwctl_giwauth),
|
||||
IW_HANDLER(SIOCSIWENCODEEXT, iwctl_siwencodeext),
|
||||
|
||||
Reference in New Issue
Block a user