ath9k: fall back to the default noise floor if the calibrated one is not available...
[openwrt.git] / package / mac80211 / patches / 541-mac80211_fix_duplicate_probereq.patch
1 --- a/net/mac80211/rx.c
2 +++ b/net/mac80211/rx.c
3 @@ -2555,7 +2555,6 @@ static void ieee80211_rx_handlers(struct
4 * same TID from the same station
5 */
6 rx->skb = skb;
7 - rx->flags = 0;
8
9 CALL_RXH(ieee80211_rx_h_decrypt)
10 CALL_RXH(ieee80211_rx_h_check_more_data)
11 @@ -2626,6 +2625,7 @@ void ieee80211_release_reorder_timeout(s
12 .sdata = sta->sdata,
13 .local = sta->local,
14 .queue = tid,
15 + .flags = 0,
16 };
17 struct tid_ampdu_rx *tid_agg_rx;
18
This page took 0.058403 seconds and 5 git commands to generate.