Skip to content
Snippets Groups Projects
  1. Feb 16, 2021
  2. Feb 15, 2021
  3. Feb 14, 2021
    • Kurt Roeckx's avatar
      ramips: mark toggle input on EX6150 as a switch · 53996655
      Kurt Roeckx authored
      
      The Netgear EX6150 has an Access Point/Extender switch. Set it as
      an EV_SW. Otherwise when it's set to Access Point, it will trigger
      failsafe mode during boot.
      
      Fixes: FS#3590
      Signed-off-by: default avatarKurt Roeckx <kurt@roeckx.be>
      53996655
    • Petr Štetiar's avatar
      Revert "imx6: bootscript-apalis: make it working on v2021.01 release" · 0fde1117
      Petr Štetiar authored
      
      This reverts commit 4968fc8f as the bump
      to v2021.01 needs swig on the host for pylibfdt which is needed by dtoc
      tool to generate .h/.c files from DTBs in SPL for mx6cuboxi_config.
      
      Signed-off-by: default avatarPetr Štetiar <ynezz@true.cz>
      0fde1117
    • Petr Štetiar's avatar
      Revert "uboot-imx6: bump to 2021.01 release" · be0192ed
      Petr Štetiar authored
      
      This reverts commit 50a5a899 as the bump
      to 2021.01 unveiled issue with missing swig host tool needed for
      mx6cuboxi's SPL.
      
      Signed-off-by: default avatarPetr Štetiar <ynezz@true.cz>
      be0192ed
    • Adrian Schmutzler's avatar
      target: fix copying of licenses for SDK/toolchain · 4894a3ff
      Adrian Schmutzler authored
      
      The SDK and target/toolchain copy the license file into their
      directories. During the rename/move from LICENSE to a LICENSES
      folder, this has not been updated.
      
      Update it now, and include the new COPYING file.
      
      While at it, improve formatting/indent.
      
      Fixes: 882e3014 ("LICENSES: include all used licenses in
      LICENSES directory")
      
      Signed-off-by: default avatarAdrian Schmutzler <freifunk@adrianschmutzler.de>
      4894a3ff
    • Felix Fietkau's avatar
      ath9k: fix transmitting to stations in dynamic SMPS mode · f118be07
      Felix Fietkau authored
      
      When transmitting to a receiver in dynamic SMPS mode, all transmissions that
      use multiple spatial streams need to be sent using CTS-to-self or RTS/CTS to
      give the receiver's extra chains some time to wake up.
      This fixes the tx rate getting stuck at <= MCS7 for some clients, especially
      Intel ones, which make aggressive use of SMPS.
      
      Signed-off-by: default avatarFelix Fietkau <nbd@nbd.name>
      f118be07
    • Felix Fietkau's avatar
      mt76: update to the latest version · bc396376
      Felix Fietkau authored
      
      261d184cebdc mt76: introduce mt76_vif data structure
      50349a8664ef mt76: mt76_connac: create mcu library
      c88859180c51 mt76: mt76_connac: move hw_scan and sched_scan routine in mt76_connac_mcu module
      9856236ab4f9 mt76: mt76_connac: move WoW and suspend code in mt76_connac_mcu module
      2da59aacdd50 mt76: mt76_connac: move pm data struct in mt76_connac.h
      16be142e40fe mt76: mt76_connac: move pm utility routines in mt76_connac_lib module
      c4ccfc66347d mt76: mt7921: add MAC support
      8ecf3a50e7ad mt76: mt7921: add MCU support
      92c1717f9a55 mt76: mt7921: add DMA support
      1cecf9c3da8b mt76: mt7921: add EEPROM support
      a9e68410b9ba mt76: mt7921: add ieee80211_ops
      39d6f4851b06 mt76: mt7921: introduce mt7921e support
      9f37baecf5d6 mt76: mt7921: add debugfs support
      b16cf6e26998 mt76: mt7921: introduce schedule scan support
      5aa798ee56c7 mt76: mt7921: introduce 802.11 PS support in sta mode
      e67d5216f16d mt76: mt7921: introduce support for hardware beacon filter
      cb99bf4655f9 mt76: mt7921: introduce beacon_loss mcu event
      71f9f09ee987 mt76: mt7921: introduce PM support
      2beb9c9530d4 mt76: mt7921: rely on mt76_connac_mcu common library
      59e682497d12 mt76: mt7921: rely on mt76_connac_mcu module for sched_scan and hw_scan
      1ccf6a9c60cd mt76: mt7921: rely on mt76_connac_mcu module for suspend and WoW support
      f8d1ec5e6e11 mt76: mt7921: introduce Runtime PM support
      633a1cbd8f4e mt76: mt7921: introduce regdomain notifier support
      0d95c6ad1745 mt76: mt7921: enable MSI interrupts
      5f4f6792fb37 mt76: mt7921: add coredump support
      47eb00e13450 mt76: mt7663: introduce coredump support
      26658849a465 mt76: mt7615: fix key set/delete issues
      b0ba039bc2ef mt76: mt7615: fix tx skb dma unmap
      892f74d37e88 mt76: mt7915: fix tx skb dma unmap
      2659f6c6ea23 mt76: mt7615: support loading EEPROM for MT7613BE
      b09cc8644529 mt76: dma: do not report truncated frames to mac80211
      ae6473f1d2af mt76: mt7921: enable random mac addr during scanning
      b59e3677476d mt76: mt7921: remove unnecessary variable
      781911f167aa mt76: mt7921: removed unused definitions in mcu.h
      994893d38d51 mt76: always use WTBL_MAX_SIZE for tlv allocation
      e6c0948ada07 mt76: mt76x0: disable GTK offloading
      a75302bcbfe1 mt76: connac: always check return value from mt76_connac_mcu_alloc_wtbl_req
      8da10d6f9251 mt76: mt7915: always check return value from mt7915_mcu_alloc_wtbl_req
      80a87412e9e9 mt76: mt7915: fix uninitialized variable in mt7915_tm_set_tx_cont()
      c7d98fc35865 mt76: use PCI_VENDOR_ID_MEDIATEK to avoid open coded
      b5228e75e422 mt76: mt7921: switch to new api for hardware beacon filter
      73fce2cbfa41 mt76: connac: fix up the setting for ht40 mode in mt76_connac_mcu_uni_add_bss
      2e2cb71901e8 mt76: mt7921: fixup rx bitrate statistics
      2d7b1d72b43b mt76: mt7921: add flush operation
      96b4c9874e16 mt76: mt7921: fix uninitialized pointer access in mt7921_get_wtbl_info
      4492d801cbb5 mt76: connac: update sched_scan cmd usage
      200c1b1c234b mac80211: rename csa counters to countdown counters
      0d7564d0d899 mt76: add support for 802.3 rx frames
      4c0811c647b9 mt76: mt7915: enable hw rx-amsdu de-aggregation
      4b7a68634ff6 mt76: mt7915: add rx checksum offload support
      289cd7804587 mt76: mt7915: add support for rx decapsulation offload
      
      Signed-off-by: default avatarFelix Fietkau <nbd@nbd.name>
      bc396376
    • Felix Fietkau's avatar
    • Felix Fietkau's avatar
      build: drop ABI version from metadata · c9216503
      Felix Fietkau authored
      
      Preparation for supporting dynamic ABI versions that depend on the runtime
      configuration. Read the suffix from the staging dir pkginfo version files.
      
      Signed-off-by: default avatarFelix Fietkau <nbd@nbd.name>
      c9216503
    • Felix Fietkau's avatar
      libubox: use PKG_ABI_VERSION · f421fefa
      Felix Fietkau authored
      
      Signed-off-by: default avatarFelix Fietkau <nbd@nbd.name>
      f421fefa
Loading