Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 186634
b: refs/heads/master
c: d027936
h: refs/heads/master
v: v3
  • Loading branch information
horms@vergenet.net authored and Greg Kroah-Hartman committed Mar 4, 2010
1 parent 56df2a9 commit e07f406
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 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: 90d49b4f32c243215c0620162e6cae6af980047c
refs/heads/master: d027936949b839a858cd822975491e19ec316621
8 changes: 5 additions & 3 deletions trunk/drivers/staging/otus/ioctl.c
Original file line number Diff line number Diff line change
Expand Up @@ -2227,7 +2227,8 @@ int usbdrv_wpa_ioctl(struct net_device *dev, struct athr_wlan_param *zdparm)
case ZD_CMD_SCAN_REQ:
printk(KERN_ERR "usbdrv_wpa_ioctl: ZD_CMD_SCAN_REQ\n");
break;
case ZD_CMD_SET_GENERIC_ELEMENT:
case ZD_CMD_SET_GENERIC_ELEMENT: {
u8_t len, *wpaie;
printk(KERN_ERR "usbdrv_wpa_ioctl:"
" ZD_CMD_SET_GENERIC_ELEMENT\n");

Expand All @@ -2250,8 +2251,8 @@ int usbdrv_wpa_ioctl(struct net_device *dev, struct athr_wlan_param *zdparm)
/* zfiWlanSetWpaIe(dev, zdparm->u.generic_elem.data,
* zdparm->u.generic_elem.len);
*/
u8_t len = zdparm->u.generic_elem.len;
u8_t *wpaie = (u8_t *)zdparm->u.generic_elem.data;
len = zdparm->u.generic_elem.len;
wpaie = zdparm->u.generic_elem.data;

printk(KERN_ERR "wd->ap.wpaLen : % d\n", len);

Expand All @@ -2273,6 +2274,7 @@ int usbdrv_wpa_ioctl(struct net_device *dev, struct athr_wlan_param *zdparm)
* #endif
*/
break;
}

/* #ifdef ZM_HOSTAPD_SUPPORT */
case ZD_CMD_GET_TSC:
Expand Down

0 comments on commit e07f406

Please sign in to comment.