diff options
Diffstat (limited to 'net/mac80211/mesh_plink.c')
-rw-r--r-- | net/mac80211/mesh_plink.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/mac80211/mesh_plink.c b/net/mac80211/mesh_plink.c index 923269b62b43..73fa687edc7c 100644 --- a/net/mac80211/mesh_plink.c +++ b/net/mac80211/mesh_plink.c | |||
@@ -212,8 +212,8 @@ static int mesh_plink_frame_tx(struct ieee80211_sub_if_data *sdata, | |||
212 | pos = skb_put(skb, 2); | 212 | pos = skb_put(skb, 2); |
213 | memcpy(pos + 2, &plid, 2); | 213 | memcpy(pos + 2, &plid, 2); |
214 | } | 214 | } |
215 | if (ieee80211_add_srates_ie(&sdata->vif, skb) || | 215 | if (ieee80211_add_srates_ie(&sdata->vif, skb, true) || |
216 | ieee80211_add_ext_srates_ie(&sdata->vif, skb) || | 216 | ieee80211_add_ext_srates_ie(&sdata->vif, skb, true) || |
217 | mesh_add_rsn_ie(skb, sdata) || | 217 | mesh_add_rsn_ie(skb, sdata) || |
218 | mesh_add_meshid_ie(skb, sdata) || | 218 | mesh_add_meshid_ie(skb, sdata) || |
219 | mesh_add_meshconf_ie(skb, sdata)) | 219 | mesh_add_meshconf_ie(skb, sdata)) |