Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 206055
b: refs/heads/master
c: e5bdbb9
h: refs/heads/master
i:
  206053: 127e660
  206051: 974cc00
  206047: 1c48a86
v: v3
  • Loading branch information
Edgardo Hames authored and Greg Kroah-Hartman committed Aug 3, 2010
1 parent b7410c2 commit eff257d
Show file tree
Hide file tree
Showing 3 changed files with 4 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: 51e4896adad00a066fad65649405c1c9fa108157
refs/heads/master: e5bdbb90299f7b8d2d88994af8541e7804833e2a
4 changes: 2 additions & 2 deletions trunk/drivers/staging/wlan-ng/p80211ioctl.h
Original file line number Diff line number Diff line change
Expand Up @@ -78,12 +78,12 @@
/* argument to the ioctl system call when issuing a request to */
/* the p80211 module. */

typedef struct p80211ioctl_req {
struct p80211ioctl_req {
char name[WLAN_DEVNAMELEN_MAX];
caddr_t data;
u32 magic;
u16 len;
u32 result;
} __attribute__ ((packed)) p80211ioctl_req_t;
} __attribute__ ((packed));

#endif /* _P80211IOCTL_H */
2 changes: 1 addition & 1 deletion trunk/drivers/staging/wlan-ng/p80211netdev.c
Original file line number Diff line number Diff line change
Expand Up @@ -560,7 +560,7 @@ static int p80211netdev_ethtool(wlandevice_t *wlandev, void __user *useraddr)
static int p80211knetdev_do_ioctl(netdevice_t *dev, struct ifreq *ifr, int cmd)
{
int result = 0;
p80211ioctl_req_t *req = (p80211ioctl_req_t *) ifr;
struct p80211ioctl_req *req = (struct p80211ioctl_req *) ifr;
wlandevice_t *wlandev = dev->ml_priv;
u8 *msgbuf;

Expand Down

0 comments on commit eff257d

Please sign in to comment.