diff options
Diffstat (limited to 'net/mac80211/cfg.c')
-rw-r--r-- | net/mac80211/cfg.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/mac80211/cfg.c b/net/mac80211/cfg.c index 5a3bdaad6c19..6ec2127f9a60 100644 --- a/net/mac80211/cfg.c +++ b/net/mac80211/cfg.c | |||
@@ -116,9 +116,9 @@ static int ieee80211_change_iface(struct wiphy *wiphy, int ifindex, | |||
116 | return ret; | 116 | return ret; |
117 | 117 | ||
118 | if (ieee80211_vif_is_mesh(&sdata->vif) && params->mesh_id_len) | 118 | if (ieee80211_vif_is_mesh(&sdata->vif) && params->mesh_id_len) |
119 | ieee80211_if_sta_set_mesh_id(&sdata->u.sta, | 119 | ieee80211_sdata_set_mesh_id(sdata, |
120 | params->mesh_id_len, | 120 | params->mesh_id_len, |
121 | params->mesh_id); | 121 | params->mesh_id); |
122 | 122 | ||
123 | if (sdata->vif.type != IEEE80211_IF_TYPE_MNTR || !flags) | 123 | if (sdata->vif.type != IEEE80211_IF_TYPE_MNTR || !flags) |
124 | return 0; | 124 | return 0; |