staging: vt6655: iowpa.h: Fix sparse warnings

This resolves a sparse address space warning in wpactl.c

Signed-off-by: Martin Berglund <martin@rogsta.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Martin Berglund 2014-08-09 01:26:45 +02:00 committed by Greg Kroah-Hartman
parent a5b4e00325
commit 2eb61f3882
1 changed files with 2 additions and 2 deletions

View File

@ -75,7 +75,7 @@ struct viawget_wpa_param {
u8 bssid[6];
u8 ssid[32];
u8 ssid_len;
u8 *wpa_ie;
u8 __user *wpa_ie;
u16 wpa_ie_len;
int pairwise_suite;
int group_suite;
@ -102,7 +102,7 @@ struct viawget_wpa_param {
struct {
u16 scan_count;
u8 *buf;
u8 __user *buf;
} scan_results;
} u;