diff options
Diffstat (limited to 'net/mac80211/status.c')
-rw-r--r-- | net/mac80211/status.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mac80211/status.c b/net/mac80211/status.c index 05f257aa2e08..28cfa981cfb1 100644 --- a/net/mac80211/status.c +++ b/net/mac80211/status.c | |||
@@ -384,7 +384,7 @@ void ieee80211_tx_status(struct ieee80211_hw *hw, struct sk_buff *skb) | |||
384 | 384 | ||
385 | for_each_sta_info(local, hdr->addr1, sta, tmp) { | 385 | for_each_sta_info(local, hdr->addr1, sta, tmp) { |
386 | /* skip wrong virtual interface */ | 386 | /* skip wrong virtual interface */ |
387 | if (compare_ether_addr(hdr->addr2, sta->sdata->vif.addr)) | 387 | if (!ether_addr_equal(hdr->addr2, sta->sdata->vif.addr)) |
388 | continue; | 388 | continue; |
389 | 389 | ||
390 | if (info->flags & IEEE80211_TX_STATUS_EOSP) | 390 | if (info->flags & IEEE80211_TX_STATUS_EOSP) |