Updated from Linux LTS 3.10.24 to 3.10.25
This commit is contained in:
@@ -864,7 +864,8 @@ static void ieee80211_rx_reorder_ampdu(struct ieee80211_rx_data *rx,
|
||||
u16 sc;
|
||||
u8 tid, ack_policy;
|
||||
|
||||
if (!ieee80211_is_data_qos(hdr->frame_control))
|
||||
if (!ieee80211_is_data_qos(hdr->frame_control) ||
|
||||
is_multicast_ether_addr(hdr->addr1))
|
||||
goto dont_reorder;
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user