Skip to content
Snippets Groups Projects
  1. Apr 29, 2020
  2. Apr 25, 2020
    • Sven Eckelmann's avatar
      mac80211: ath10k: increase rx buffer size to 2048 · 8bc602b0
      Sven Eckelmann authored
      Before, only frames with a maximum size of 1528 bytes could be
      transmitted between two 802.11s nodes.
      
      For batman-adv for instance, which adds its own header to each frame,
      we typically need an MTU of at least 1532 bytes to be able to transmit
      without fragmentation.
      
      This patch now increases the maxmimum frame size from 1528 to 1656
      bytes.
      
      Tested with two ath10k devices in 802.11s mode, as well as with
      batman-adv on top of 802.11s with forwarding disabled.
      
      Fix originally found and developed by Ben Greear.
      8bc602b0
  3. Apr 24, 2020
  4. Apr 09, 2020
  5. Jan 04, 2020
  6. Dec 28, 2019
  7. Nov 23, 2019
  8. Nov 22, 2019
    • Matthias Schiffer's avatar
      modules: update OpenWrt base · c3e764d1
      Matthias Schiffer authored
      6160f773fef2 ipq40xx: add support for AVM FRITZ!Repeater 1200
      63b1e8f8d226 ipq-wifi: add AVM FRITZ!Repeater 1200 bdf
      496489ea95af uboot-fritz4040: update to latest HEAD
      e30ca0d90a98 mac80211: update to version 4.19.85
      b1ef0e443720 layerscape: Fix kernel patch
      ad0463c2e875 kernel: Add missing configuration option
      b0adf79c9e7c firewall: update to latest Git HEAD
      b41619592792 firewall: update to latest git HEAD
      3685f86cefac cns3xxx: use proper macros for defining partition regions
      db345220b485 kernel: bump 4.14 to 4.14.155
      538ca42ddad8 wireless-regdb: fix build when python2 from package feeds exists
      2751c5c75219 wireless-regdb: fix patch fuzz
      d6ecadb05c2b wireless-regdb: fix Makefile indentation
      0a4071b550eb wireless-regdb: set PKGARCH:=all
      e8d528af7e91 wireless-regdb: prefer python provided by make variable
      53d8de0207e8 wireless-regdb: Make it build with python2
      f2ef9b4feafe wireless-regdb: update to 2019.06.03
      8fac0b398c34 ar71xx: fix buttons for TP-Link TL-WDR4900 v2
      3c65c47ce6fd ar71xx: fix LED setup for TL-WDR4900 v2
      b6c80f85cb7b ramips: set uImage name of WeVO 11AC NAS and W2914NS v2
      e945c43142ab ar71xx: fix MAC address setup for TL-WDR4900 v2
      8a21bc36229d ar71xx: fix MAC addresses for Archer C5 v1, C7 v1/v2, WDR4900 v2
      c3e764d1
  9. Nov 19, 2019
  10. Nov 18, 2019
  11. Nov 08, 2019
  12. Nov 06, 2019
  13. Oct 29, 2019
  14. Sep 25, 2019
  15. Sep 04, 2019
  16. Aug 22, 2019
    • Linus Lüssing's avatar
      batman-adv: remove module autoload · 011187e9
      Linus Lüssing authored
      Instead of unconditionally loading this module on boot the gluon_bat0
      netifd protocol script will later take care of loading either the
      batman-adv or batman-adv-legacy module, depending on the configured routing
      algorithm in UCI.
      011187e9
  17. Jul 20, 2019
  18. Jul 13, 2019
  19. Jun 29, 2019
  20. Jun 20, 2019
  21. Jun 18, 2019
  22. Jun 07, 2019
    • Linus Lüssing's avatar
      batman-adv: update to current openwrt-routing / batman-adv v2019.2 · 8dd13cbb
      Linus Lüssing authored
      
      This updates the batman-adv OpenWrt package to the current version
      provided in the master branch of the openwrt-routing packages
      repository:
      
      * e26096a batman-adv: Fix duplicated OGMs on NETDEV_UP
      * 1ff00ee batman-adv: upgrade package to latest release 2019.2
      
      Small difference to the original:
      
      * Compat code for batadv_genl_dump_check_consistent()
      * Compat code for cfg80211_sinfo_release_content()
      * 0001-batman-adv-add-compat-hacks.patch kept
      * batctl dependency kept removed
      * config related files unchanged
      
      The new config format was not backported yet to keep this patch small
      and less invasive.
      
      Signed-off-by: default avatarLinus Lüssing <linus.luessing@c0d3.blue>
      8dd13cbb
  23. May 10, 2019
    • David Bauer's avatar
      ramips: fix R6120 factory image · dca50d2f
      David Bauer authored
      The factory firmware omits the JFFS2 end-marker while flashing via
      web-interface. Add a 64k padding after the marker fixes this problem.
      
      When the end-marker is not present, OpenWRT won't save the overlayfs
      after initial flash.
      dca50d2f
  24. Apr 21, 2019
  25. Apr 16, 2019
  26. Mar 09, 2019
  27. Feb 26, 2019
    • Sven Eckelmann's avatar
      ath10k/ath10k-ct: fix incorrect multicast/broadcast rate setting · b2f249e9
      Sven Eckelmann authored
      If no mcast_rate is set for the wifi-iface then there is no rate_idx (0)
      set for the bss. This breaks for example 5GHz meshpoint interfaces because
      0 maps to a CCK rate (11Mbit/s).
      
      It must also be avoided that the ath10k-ct internal state for the rates is
      not synced with the mac80211 rates state. Otherwise, the user specified
      rate (e.g. a wifi-iface mcast_rate for a meshpoint interface) will only be
      set on startup. And a short while after that, ath10k-ct specific code in
      ath10k_check_apply_special_rates is missing a valid rate in its own
      structures and is then recalculating a new default rate. This default rate
      is in most situations not the requested rate.
      
      Fixes: a399b607 ("ath10k/ath10k-ct: support multicast and management rate control")
      b2f249e9
  28. Feb 16, 2019
  29. Feb 11, 2019
    • Sven Eckelmann's avatar
      ath10k/ath10k-ct: support multicast and management rate control · a399b607
      Sven Eckelmann authored
      Drivers with software rate control can directly use the selected multicast
      rate for multicast/broadcast frames and the minimal basic rate for
      management frames. But drivers with offloaded rate control algorithms must
      be informed about such upper layer decisions to configure the
      hardware/firmware.
      
      A new BSS_CHANGED_MCAST_RATE is introduced in mac80211 to automatically
      inform all drivers. ath10k can detect this event and forward it via WMI to
      the driver. The already existing BSS_CHANGED_BASIC_RATES can be used to
      select the management rate.
      
      Without the WMI commands, a low rate (not necessarily one from the basic
      rates) is used for bcast/mcast/management frames. This means that the
      /etc/config/wireless settings basic_rate and mcast_rate would have no
      effect on the rates selected by this driver for the mentioned frames.
      a399b607
  30. Feb 08, 2019
    • David Bauer's avatar
      ramips-mt76x8: add support for TP-Link Archer C50 v4 (#1641) · 1ace3d5b
      David Bauer authored
      This backports the TP-Link Archer C50 v4.
      
      We are dropping the following upstream commits. They add support for the
      TP-Link recovery-flag which enabled the web-recovery. As they are not
      needed for the router to work, we drop them for now.
      
      28cd2ca base-files: sysupgrade: support additional mtd options
      1e06482 mtd: add logic for TP-Link ramips recovery magic
      1ace3d5b
  31. Jan 26, 2019
    • Martin Weinelt's avatar
      modules: update OpenWrt · 3ed0ba5a
      Martin Weinelt authored
      6e16dd1234 mt76: update to the latest version
      76037756d0 kernel: bump 4.14 to 4.14.94
      455bfd1065 kernel: bump 4.9 to 4.9.151
      fafd7691e6 opkg: update to latest Git head
      e789bd2243 opkg: drop argument from check_signature in opkg.conf
      3603c2321d ramips: mt7621: fix 5GHz WiFi LED on ZBT WG3526
      7f98cd8d50 odhcpd: fix onlink IA check (FS#2060)
      abd0f7995e kmod-sched-cake: bump to latest cake
      
      Compile-tested: ar71xx-{tiny,generic}, ramips-mt7621, x86-64
      3ed0ba5a
  32. Dec 28, 2018
  33. Dec 16, 2018
    • Martin Weinelt's avatar
      modules: update OpenWrt · c6ad7119
      Martin Weinelt authored
      50789acf4e ar71xx: add support for UniFi-AC-Mesh-Pro
      40e1450f59 kernel: bump 4.14 to 4.14.88
      85f42a74d3 kernel: bump 4.9 to 4.9.145
      
      Compile-tested: ar71xx-generic, ramips-mt7620, ipq40xx
      c6ad7119
  34. Dec 14, 2018
    • Martin Weinelt's avatar
      modules: update OpenWrt · 01a5a791
      Martin Weinelt authored
      6f74e269c8 kernel: bump 4.14 to 4.14.87
      b2f243394e kernel: bump 4.9 to 4.9.144
      2213b20aee kernel: bump 4.14 to 4.14.86
      bcd7644007 kernel: bump 4.9 to 4.9.143
      d5afaa4114 openvpn: re-add option comp_lzo
      629073e86d rpcd: update to latest Git head
      1cd945ea22 ramips: fix leds on GL.iNet GL-MT300N-V2
      fbadfecbb5 ipq40xx: fix openmesh sysupgrade with tar content out of order
      06a20afb34 rules.mk: fix syntax error
      d40e90986c rules.mk: add INSTALL_SUID macro
      d40de11d1b base-files: fix prerm return value, align with postinst code
      cc8e875039 sdk: find kernel modules when KDIR is a symlink
      a8b292afe6 uhttpd: update to latest Git head
      7a8b75375c uhttpd: support multiple Lua prefixes
      fede6df09e uhttpd: update to latest Git head
      9671a2d2c8 apm821xx: MBL: load kernel/dtb from SATA 0:1 first
      26ebcc88e3 apm821xx: wndr4700: restore sd-card media detection
      5337319bdf uclient: update to latest Git head
      
      Compile-tested: ar71xx, ipq40xx, x86-64
      Runtime-tested: ar71xx
      01a5a791
  35. Dec 09, 2018
Loading