Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 288983
b: refs/heads/master
c: 506215b
h: refs/heads/master
i:
  288981: 2573712
  288979: 0463110
  288975: 747fb3f
v: v3
  • Loading branch information
Marcos Paulo de Souza authored and Greg Kroah-Hartman committed Feb 9, 2012
1 parent 73ca910 commit 57c9221
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1a2463f6e22532ad1b036f1cedab33dc998b3088
refs/heads/master: 506215ba22fea4a9190b7e33413405bd4d4ab1e1
12 changes: 1 addition & 11 deletions trunk/drivers/staging/vt6656/iwctl.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 57c9221

Please sign in to comment.