mac80211: update the software queue patch to the version accepted upstream
[openwrt/staging/chunkeey.git] / package / kernel / mac80211 / patches / 310-mac80211-don-t-look-up-stations-for-multicast-addres.patch
index 7a039d627aeabc231e57af1668c20fb43f961151..bd3050e3c29f2a8bc6d609ff1310f322113ed459 100644 (file)
@@ -10,7 +10,7 @@ Signed-off-by: Johannes Berg <johannes.berg@intel.com>
 
 --- a/net/mac80211/tx.c
 +++ b/net/mac80211/tx.c
-@@ -1162,7 +1162,7 @@ ieee80211_tx_prepare(struct ieee80211_su
+@@ -1161,7 +1161,7 @@ ieee80211_tx_prepare(struct ieee80211_su
                   tx->sdata->control_port_protocol == tx->skb->protocol) {
                tx->sta = sta_info_get_bss(sdata, hdr->addr1);
        }