Add an array of pointers to ie (one element for each band) and the respective array of ie lengths. Signed-off-by: Luciano Coelho <luciano.coelho@xxxxxxxxx> --- include/net/cfg80211.h | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/include/net/cfg80211.h b/include/net/cfg80211.h index 3ac6fc9..fdc6b31 100644 --- a/include/net/cfg80211.h +++ b/include/net/cfg80211.h @@ -732,6 +732,8 @@ struct cfg80211_periodic_request { struct cfg80211_ssid *ssids; int n_ssids; u32 n_channels; + const u8 *ie[IEEE80211_NUM_BANDS]; + size_t ie_len[IEEE80211_NUM_BANDS]; /* internal */ struct wiphy *wiphy; -- 1.7.0.4 -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html