diff options
author | Johannes Berg <johannes@sipsolutions.net> | 2009-04-01 05:58:36 -0400 |
---|---|---|
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) |
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 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 */ |