diff options
-rw-r--r-- | drivers/staging/rtl8192u/r8192U_wx.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/staging/rtl8192u/r8192U_wx.c b/drivers/staging/rtl8192u/r8192U_wx.c index 1af7c5d5bb55..675a12d6aa8c 100644 --- a/drivers/staging/rtl8192u/r8192U_wx.c +++ b/drivers/staging/rtl8192u/r8192U_wx.c | |||
@@ -616,7 +616,8 @@ static int r8192_wx_set_enc(struct net_device *dev, | |||
616 | 616 | ||
617 | 617 | ||
618 | static int r8192_wx_set_scan_type(struct net_device *dev, struct iw_request_info *aa, | 618 | static int r8192_wx_set_scan_type(struct net_device *dev, struct iw_request_info *aa, |
619 | union iwreq_data *wrqu, char *p){ | 619 | union iwreq_data *wrqu, char *p) |
620 | { | ||
620 | 621 | ||
621 | struct r8192_priv *priv = ieee80211_priv(dev); | 622 | struct r8192_priv *priv = ieee80211_priv(dev); |
622 | int *parms = (int *)p; | 623 | int *parms = (int *)p; |