summaryrefslogtreecommitdiffstats
path: root/include/net/cfg80211.h
diff options
context:
space:
mode:
authorJohannes Berg2009-04-01 11:58:36 +0200
committerJohn W. Linville2009-04-22 22:54:39 +0200
commitde95a54b1aebe5592cae971ca5e5d9ec6a381a17 (patch)
tree55a622d1e61e73cd6426c5e0643ac9fd117a9fe8 /include/net/cfg80211.h
parentcfg80211: introduce scan IE limit attribute (diff)
downloadkernel-qcow2-linux-de95a54b1aebe5592cae971ca5e5d9ec6a381a17.tar.gz
kernel-qcow2-linux-de95a54b1aebe5592cae971ca5e5d9ec6a381a17.tar.xz
kernel-qcow2-linux-de95a54b1aebe5592cae971ca5e5d9ec6a381a17.zip
mac80211: pass all probe request IEs to driver
Instead of just passing the cfg80211-requested IEs, pass the locally generated ones as well. Signed-off-by: Johannes Berg <johannes@sipsolutions.net> Signed-off-by: John W. Linville <linville@tuxdriver.com>
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 {
int n_ssids;
struct ieee80211_channel **channels;
u32 n_channels;
- u8 *ie;
+ const u8 *ie;
size_t ie_len;
/* internal */