Commit 2eb61f38 authored by Martin Berglund's avatar Martin Berglund Committed by Greg Kroah-Hartman

staging: vt6655: iowpa.h: Fix sparse warnings

This resolves a sparse address space warning in wpactl.c
Signed-off-by: default avatarMartin Berglund <martin@rogsta.net>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent a5b4e003
...@@ -75,7 +75,7 @@ struct viawget_wpa_param { ...@@ -75,7 +75,7 @@ struct viawget_wpa_param {
u8 bssid[6]; u8 bssid[6];
u8 ssid[32]; u8 ssid[32];
u8 ssid_len; u8 ssid_len;
u8 *wpa_ie; u8 __user *wpa_ie;
u16 wpa_ie_len; u16 wpa_ie_len;
int pairwise_suite; int pairwise_suite;
int group_suite; int group_suite;
...@@ -102,7 +102,7 @@ struct viawget_wpa_param { ...@@ -102,7 +102,7 @@ struct viawget_wpa_param {
struct { struct {
u16 scan_count; u16 scan_count;
u8 *buf; u8 __user *buf;
} scan_results; } scan_results;
} u; } u;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment