|
@@ -66,6 +66,8 @@ ieee80211_ibss_build_presp(struct ieee80211_sub_if_data *sdata,
|
|
2 + (IEEE80211_MAX_SUPP_RATES - 8) +
|
|
2 + (IEEE80211_MAX_SUPP_RATES - 8) +
|
|
2 + sizeof(struct ieee80211_ht_cap) +
|
|
2 + sizeof(struct ieee80211_ht_cap) +
|
|
2 + sizeof(struct ieee80211_ht_operation) +
|
|
2 + sizeof(struct ieee80211_ht_operation) +
|
|
|
|
+ 2 + sizeof(struct ieee80211_vht_cap) +
|
|
|
|
+ 2 + sizeof(struct ieee80211_vht_operation) +
|
|
ifibss->ie_len;
|
|
ifibss->ie_len;
|
|
presp = kzalloc(sizeof(*presp) + frame_len, GFP_KERNEL);
|
|
presp = kzalloc(sizeof(*presp) + frame_len, GFP_KERNEL);
|
|
if (!presp)
|
|
if (!presp)
|