diff options
Diffstat (limited to 'net/mac80211/tx.c')
-rw-r--r-- | net/mac80211/tx.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/mac80211/tx.c b/net/mac80211/tx.c index 96ffb4d8dfbb..85f3ba85c132 100644 --- a/net/mac80211/tx.c +++ b/net/mac80211/tx.c | |||
@@ -993,7 +993,6 @@ __ieee80211_tx_prepare(struct ieee80211_tx_data *tx, | |||
993 | hdr = (struct ieee80211_hdr *) skb->data; | 993 | hdr = (struct ieee80211_hdr *) skb->data; |
994 | 994 | ||
995 | tx->sta = sta_info_get(local, hdr->addr1); | 995 | tx->sta = sta_info_get(local, hdr->addr1); |
996 | tx->fc = le16_to_cpu(hdr->frame_control); | ||
997 | 996 | ||
998 | if (is_multicast_ether_addr(hdr->addr1)) { | 997 | if (is_multicast_ether_addr(hdr->addr1)) { |
999 | tx->flags &= ~IEEE80211_TX_UNICAST; | 998 | tx->flags &= ~IEEE80211_TX_UNICAST; |