Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 288984
b: refs/heads/master
c: 5d11b17
h: refs/heads/master
v: v3
  • Loading branch information
Marcos Paulo de Souza authored and Greg Kroah-Hartman committed Feb 9, 2012
1 parent 57c9221 commit 09c53a9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 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: 506215ba22fea4a9190b7e33413405bd4d4ab1e1
refs/heads/master: 5d11b1737d52b6f9428c2daea72457cd477e0122
4 changes: 1 addition & 3 deletions trunk/drivers/staging/vt6656/iwctl.c
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@ int iwctl_siwmode(struct net_device *dev,
* Wireless Handler : get operation mode
*/

int iwctl_giwmode(struct net_device *dev,
void iwctl_giwmode(struct net_device *dev,
struct iw_request_info *info,
__u32 *wmode,
char *extra)
Expand All @@ -498,8 +498,6 @@ int iwctl_giwmode(struct net_device *dev,
default:
*wmode = IW_MODE_ADHOC;
}

return 0;
}


Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/staging/vt6656/iwctl.h
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ int iwctl_giwrange(struct net_device *dev,
char *extra);


int iwctl_giwmode(struct net_device *dev,
void iwctl_giwmode(struct net_device *dev,
struct iw_request_info *info,
__u32 *wmode,
char *extra);
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/staging/vt6656/main_usb.c
Original file line number Diff line number Diff line change
Expand Up @@ -1733,7 +1733,7 @@ static int device_ioctl(struct net_device *dev, struct ifreq *rq, int cmd) {

// Get mode of operation
case SIOCGIWMODE:
rc = iwctl_giwmode(dev, NULL, &(wrq->u.mode), NULL);
iwctl_giwmode(dev, NULL, &(wrq->u.mode), NULL);
break;

// Set WEP keys and mode
Expand Down

0 comments on commit 09c53a9

Please sign in to comment.