Skip to content
Snippets Groups Projects
  1. May 23, 2016
  2. May 13, 2016
  3. Apr 27, 2016
    • lemoer's avatar
      Change MAC schema generation (#715) · c73a12e0
      lemoer authored
      While ath9k/ath10k devices can supprt VIFs with any combination of MAC addresses, there are also adapters which have a hardware MAC filter which only allows a few bits to differ. This commit changes the addresses of all VIFs to ony differ in the last 3 bits, which is required to support many Ralink/Mediatek based WLAN adapters.
      
      Technically, the new addresses are generated by calculating an MD5 hash of the primary MAC address and using a part of this hash as a prefix for the MAC addresses.
      
      The addresses (BSSIDs) of the AP VIFs are also reused for the LAN and WAN interfaces in mesh-on-LAN/WAN mode to reduce the number of needed addresses, and thus reduce the chance of collisions. This is not a problem as the MAC addresses of the AP VIFs are never used except as BSSID, and thus not seen by routing protocols like batman-adv.
      
      Fixes #648
      
      [Matthias Schiffer: rewrote commit message]
      c73a12e0
  4. Apr 24, 2016
  5. Apr 22, 2016
  6. Apr 03, 2016
  7. Apr 02, 2016
  8. Mar 08, 2016
  9. Feb 10, 2016
    • Kokel's avatar
      gluon-core: add preserve wifi channels feature · 388d264f
      Kokel authored
      This new feature introduces the new uci section 'gluon-core.wireless' with a preserve_channels option:
       * preserve_channels (boolean)
      
      By setting this option to 1 (true) wifi channels will be preserved during upgrades.
      388d264f
  10. Feb 02, 2016
  11. Jan 02, 2016
  12. Oct 28, 2015
  13. Oct 27, 2015
  14. Oct 26, 2015
    • Matthias Schiffer's avatar
      Merge gluon-radio-config into gluon-core · 22130e84
      Matthias Schiffer authored
      gluon-radio-config contained only a single file. The code has been adjusted
      to allow creating a Gluon configuration without WLAN support by removing
      the wifi24 and wifi5 sections from site.conf.
      22130e84
  15. Oct 14, 2015
  16. Sep 13, 2015
  17. Sep 02, 2015
  18. Aug 18, 2015
    • Nils Schneider's avatar
      gluon-radio-config: basic wireless configuration · 177086b8
      Nils Schneider authored
      Split basic radio configuration from gluon-mesh-batman-adv as this will
      be required for virtually any wireless mesh protocol.
      
      This package takes care of setting:
      
        - wireless channel,
        - htmode and
        - regulatory domain
      
      gluon-mesh-batman-adv-core depends on this package.
      177086b8
  19. Jul 18, 2015
  20. Jul 10, 2015
  21. May 21, 2015
  22. Apr 27, 2015
  23. Apr 07, 2015
  24. Mar 21, 2015
    • Jan-Philipp Litza's avatar
      Allow empty hostname prefix · 335026af
      Jan-Philipp Litza authored
      In Bremen it has been noted that a prefix may lead people to believe it
      has to stay there and thus naming their nodes "ffhb-*", which is not
      what the community wants (see FreifunkBremen/gluon-site-ffhb#1).
      
      However, an empty prefix lead to the connecting hyphen still being
      inserted. This commit thus makes the hyphen part of the configured
      prefix and allows the prefix to be missing from the `site.conf`.
      335026af
  25. Mar 19, 2015
  26. Mar 18, 2015
  27. Mar 10, 2015
  28. Jan 26, 2015
  29. Jan 25, 2015
  30. Jan 24, 2015
  31. Nov 26, 2014
  32. Sep 15, 2014
  33. Sep 11, 2014
  34. Aug 30, 2014
  35. Aug 09, 2014
Loading