diff options
Diffstat (limited to 'net/mac80211/tx.c')
-rw-r--r-- | net/mac80211/tx.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/mac80211/tx.c b/net/mac80211/tx.c index ccf373788ce9..e1733dcb58a7 100644 --- a/net/mac80211/tx.c +++ b/net/mac80211/tx.c | |||
@@ -1609,6 +1609,7 @@ static void ieee80211_xmit(struct ieee80211_sub_if_data *sdata, | |||
1609 | return; | 1609 | return; |
1610 | } | 1610 | } |
1611 | 1611 | ||
1612 | hdr = (struct ieee80211_hdr *) skb->data; | ||
1612 | info->control.vif = &sdata->vif; | 1613 | info->control.vif = &sdata->vif; |
1613 | 1614 | ||
1614 | if (ieee80211_vif_is_mesh(&sdata->vif) && | 1615 | if (ieee80211_vif_is_mesh(&sdata->vif) && |