Skip to content
Snippets Groups Projects
  1. Apr 27, 2016
    • kb-light's avatar
    • Matthias Schiffer's avatar
      gluon-mesh-batman-adv-core: make mesh_lan config a bridge · 937fe715
      Matthias Schiffer authored
      There are a few devices which have more than one LAN interface (for example
      some revision of the TL-WR941ND, which uses a DSA-based switch, so each
      switch port has its own netdev.) On these devices we need a bridge for
      mesh-on-lan (as the alternative of adding them to batman-adv individually
      would need too many MAC addresses.)
      937fe715
    • 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
    • corvusmo's avatar
  2. Apr 26, 2016
  3. Apr 24, 2016
  4. Apr 22, 2016
  5. Apr 08, 2016
  6. Apr 03, 2016
  7. Apr 02, 2016
  8. Mar 10, 2016
  9. Mar 08, 2016
  10. Feb 29, 2016
  11. Feb 28, 2016
  12. Feb 26, 2016
  13. Feb 16, 2016
  14. 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
  15. Feb 08, 2016
  16. Feb 05, 2016
  17. Feb 02, 2016
  18. Jan 13, 2016
  19. Jan 08, 2016
  20. Jan 07, 2016
  21. Jan 02, 2016
  22. Dec 18, 2015
Loading