mac80211: fix a harmless uninitialized variable warning
authorFelix Fietkau <nbd@nbd.name>
Thu, 14 Jul 2016 11:31:53 +0000 (13:31 +0200)
committerFelix Fietkau <nbd@nbd.name>
Thu, 14 Jul 2016 11:32:00 +0000 (13:32 +0200)
Signed-off-by: Felix Fietkau <nbd@nbd.name>
package/kernel/mac80211/patches/220-fq_disable_hack.patch

index c5721b5f0ee3d98a056a5b37f8d073d1dc94666c..7f420beea56335d5043de6fd71b5febae3e9bd79 100644 (file)
@@ -8,7 +8,7 @@ performance. Disable it until the cause has been found and fixed
        lockdep_assert_held(&fq->lock);
  
 +      /* HACK: disable fq for now until TCP issues are fixed */
-+      return get_default_func(fq, tin, idx, skb);
++      return get_default_func(fq, tin, 0, skb);
 +
        hash = skb_get_hash_perturb(skb, fq->perturbation);
        idx = reciprocal_scale(hash, fq->flows_cnt);