Skip to content
Snippets Groups Projects
Select Git revision
  • 7c0408d96d6bab52ce8bcd20b352007f2bc2aeaa
  • experimental
  • master
  • v2021.1.2-ffs
  • v2021.1.1-ffs
  • nrb/gluon-master-cpe510
  • v2021.1-ffs
  • v2020.2.3-ffs
  • nrbffs/fastd-remove-delay
  • v2020.2.2-ffs
  • v2020.2.1-ffs
  • v2020.2-ffs
  • v2020.2.x
  • v2020.1.3-ffs
  • v2020.1.1-ffs
  • v2020.1-ffs
  • v2019.1.2-ffs
  • v2019.1.1-ffs
  • nrb/test-radv-filter
  • v2019.1-ffs
  • nrbffs/netgear-ex6120
  • v2021.1.2-ffs0.2
  • v2021.1.2-ffs0.1
  • v2021.1.1-ffs0.4
  • v2021.1.1-ffs0.3
  • v2021.1.1-ffs0.2
  • v2021.1.1-ffs0.1
  • v2021.1-ffs0.1
  • v2020.2.3-ffs0.3
  • v2020.2.3-ffs0.2
  • v2020.2.3-ffs0.1
  • v2020.2.2-ffs0.1
  • v2020.2.1-ffs0.1
  • v2020.2-ffs0.1
  • v2020.2
  • v2020.2.x-ffs0.1
  • v2020.1.3-ffs0.1
  • v2020.1.1-ffs0.1
  • v2020.1-ffs0.1
  • v2019.1.2-ffs0.1
  • v2019.1.1-ffs0.1
41 results

Makefile

Blame
  • Forked from firmware / FFS Gluon
    Source project has a limited visibility.
    0074-mac80211-fix-tx-issue-with-CCMP-PN-generated-in-hardware.patch 1.02 KiB
    From: Matthias Schiffer <mschiffer@universe-factory.net>
    Date: Fri, 30 Sep 2016 16:57:57 +0200
    Subject: mac80211: fix tx issue with CCMP PN generated in hardware
    
    Signed-off-by: Felix Fietkau <nbd@nbd.name>
    
    Backport of LEDE f3747020e202883a43729fc245986f9e36289d6c
    
    diff --git a/package/kernel/mac80211/patches/346-mac80211-Move-reorder-sensitive-TX-handlers-to-after.patch b/package/kernel/mac80211/patches/346-mac80211-Move-reorder-sensitive-TX-handlers-to-after.patch
    index 8ceed51..aba1ff4 100644
    --- a/package/kernel/mac80211/patches/346-mac80211-Move-reorder-sensitive-TX-handlers-to-after.patch
    +++ b/package/kernel/mac80211/patches/346-mac80211-Move-reorder-sensitive-TX-handlers-to-after.patch
    @@ -404,7 +404,7 @@ Signed-off-by: Felix Fietkau <nbd@nbd.name>
      	sta->tx_stats.packets[skb_get_queue_mapping(skb)]++;
      
     -	if (fast_tx->pn_offs) {
    -+	if (pn_offs) {
    ++	if (pn_offs && (key_conf->flags & IEEE80211_KEY_FLAG_GENERATE_IV)) {
      		u64 pn;
     -		u8 *crypto_hdr = skb->data + fast_tx->pn_offs;
     +		u8 *crypto_hdr = skb->data + pn_offs;