diff options
author | Johannes Berg <johannes@sipsolutions.net> | 2009-04-01 11:58:36 +0200 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-04-22 16:54:39 -0400 |
commit | de95a54b1aebe5592cae971ca5e5d9ec6a381a17 (patch) | |
tree | 55a622d1e61e73cd6426c5e0643ac9fd117a9fe8 /include/net/cfg80211.h | |
parent | 18a8365992a8041aa178ae9ad5f0d951d0457230 (diff) | |
download | kernel_samsung_aries-de95a54b1aebe5592cae971ca5e5d9ec6a381a17.zip kernel_samsung_aries-de95a54b1aebe5592cae971ca5e5d9ec6a381a17.tar.gz kernel_samsung_aries-de95a54b1aebe5592cae971ca5e5d9ec6a381a17.tar.bz2 |
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.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/cfg80211.h b/include/net/cfg80211.h index 2b1f6c6..d303c26 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 */ |