aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/cfg80211.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/cfg80211.h')
-rw-r--r--include/net/cfg80211.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/cfg80211.h b/include/net/cfg80211.h
index 2b1f6c69773c..d303c269a693 100644
--- a/include/net/cfg80211.h
+++ b/include/net/cfg80211.h
@@ -503,7 +503,7 @@ struct cfg80211_scan_request {
503 int n_ssids; 503 int n_ssids;
504 struct ieee80211_channel **channels; 504 struct ieee80211_channel **channels;
505 u32 n_channels; 505 u32 n_channels;
506 u8 *ie; 506 const u8 *ie;
507 size_t ie_len; 507 size_t ie_len;
508 508
509 /* internal */ 509 /* internal */