mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-11 15:14:03 +08:00
staging: vt6656: iwctl.c: Remove useless function
The funciton iwctl_commit does nothing, and can be removed. Signed-off-by: Marcos Paulo de Souza <marcos.mage@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
1a2463f6e2
commit
506215ba22
@ -85,16 +85,6 @@ struct iw_statistics *iwctl_get_wireless_stats(struct net_device *dev)
|
|||||||
return &pDevice->wstats;
|
return &pDevice->wstats;
|
||||||
}
|
}
|
||||||
|
|
||||||
static int iwctl_commit(struct net_device *dev,
|
|
||||||
struct iw_request_info *info,
|
|
||||||
void *wrq,
|
|
||||||
char *extra)
|
|
||||||
{
|
|
||||||
DBG_PRT(MSG_LEVEL_DEBUG, KERN_INFO " SIOCSIWCOMMIT\n");
|
|
||||||
|
|
||||||
return 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Wireless Handler : get protocol name
|
* Wireless Handler : get protocol name
|
||||||
*/
|
*/
|
||||||
@ -1818,7 +1808,7 @@ int iwctl_siwmlme(struct net_device *dev,
|
|||||||
|
|
||||||
static const iw_handler iwctl_handler[] =
|
static const iw_handler iwctl_handler[] =
|
||||||
{
|
{
|
||||||
(iw_handler) iwctl_commit, // SIOCSIWCOMMIT
|
(iw_handler) NULL, /* SIOCSIWCOMMIT */
|
||||||
(iw_handler) NULL, // SIOCGIWNAME
|
(iw_handler) NULL, // SIOCGIWNAME
|
||||||
(iw_handler) NULL, // SIOCSIWNWID
|
(iw_handler) NULL, // SIOCSIWNWID
|
||||||
(iw_handler) NULL, // SIOCGIWNWID
|
(iw_handler) NULL, // SIOCGIWNWID
|
||||||
|
Loading…
Reference in New Issue
Block a user