From 57c922146a6a0ba4fdbd6d5a15c479c7a0577b5b Mon Sep 17 00:00:00 2001 From: Marcos Paulo de Souza Date: Wed, 28 Dec 2011 21:07:40 +0000 Subject: [PATCH] --- yaml --- r: 288983 b: refs/heads/master c: 506215ba22fea4a9190b7e33413405bd4d4ab1e1 h: refs/heads/master i: 288981: 2573712e20d42be0be83fb88e66b5db1211161bd 288979: 046311013bb71b3c2cdd8ba691eb2d97f1a5ceae 288975: 747fb3f9bc750b56c0fd88d41a49e13a2ccd6510 v: v3 --- [refs] | 2 +- trunk/drivers/staging/vt6656/iwctl.c | 12 +----------- 2 files changed, 2 insertions(+), 12 deletions(-) diff --git a/[refs] b/[refs] index 8d6a15376f02..670a674a2f5d 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 1a2463f6e22532ad1b036f1cedab33dc998b3088 +refs/heads/master: 506215ba22fea4a9190b7e33413405bd4d4ab1e1 diff --git a/trunk/drivers/staging/vt6656/iwctl.c b/trunk/drivers/staging/vt6656/iwctl.c index 480e07f6c4b8..d6fd0105bf9e 100644 --- a/trunk/drivers/staging/vt6656/iwctl.c +++ b/trunk/drivers/staging/vt6656/iwctl.c @@ -85,16 +85,6 @@ struct iw_statistics *iwctl_get_wireless_stats(struct net_device *dev) 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 */ @@ -1818,7 +1808,7 @@ int iwctl_siwmlme(struct net_device *dev, static const iw_handler iwctl_handler[] = { - (iw_handler) iwctl_commit, // SIOCSIWCOMMIT + (iw_handler) NULL, /* SIOCSIWCOMMIT */ (iw_handler) NULL, // SIOCGIWNAME (iw_handler) NULL, // SIOCSIWNWID (iw_handler) NULL, // SIOCGIWNWID