diff options
Diffstat (limited to 'net/mac80211/sta_info.c')
-rw-r--r-- | net/mac80211/sta_info.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/mac80211/sta_info.c b/net/mac80211/sta_info.c index 32e241764725..1f74bd296357 100644 --- a/net/mac80211/sta_info.c +++ b/net/mac80211/sta_info.c | |||
@@ -181,7 +181,7 @@ struct sta_info * sta_info_add(struct ieee80211_local *local, | |||
181 | struct ieee80211_sub_if_data *sdata; | 181 | struct ieee80211_sub_if_data *sdata; |
182 | 182 | ||
183 | sdata = IEEE80211_DEV_TO_SUB_IF(dev); | 183 | sdata = IEEE80211_DEV_TO_SUB_IF(dev); |
184 | if (sdata->type == IEEE80211_IF_TYPE_VLAN) | 184 | if (sdata->vif.type == IEEE80211_IF_TYPE_VLAN) |
185 | sdata = sdata->u.vlan.ap; | 185 | sdata = sdata->u.vlan.ap; |
186 | 186 | ||
187 | local->ops->sta_notify(local_to_hw(local), &sdata->vif, | 187 | local->ops->sta_notify(local_to_hw(local), &sdata->vif, |
@@ -259,7 +259,7 @@ void sta_info_free(struct sta_info *sta) | |||
259 | 259 | ||
260 | sdata = IEEE80211_DEV_TO_SUB_IF(sta->dev); | 260 | sdata = IEEE80211_DEV_TO_SUB_IF(sta->dev); |
261 | 261 | ||
262 | if (sdata->type == IEEE80211_IF_TYPE_VLAN) | 262 | if (sdata->vif.type == IEEE80211_IF_TYPE_VLAN) |
263 | sdata = sdata->u.vlan.ap; | 263 | sdata = sdata->u.vlan.ap; |
264 | 264 | ||
265 | local->ops->sta_notify(local_to_hw(local), &sdata->vif, | 265 | local->ops->sta_notify(local_to_hw(local), &sdata->vif, |