a modular framework for creating OpenWrt-based firmwares for wireless mesh nodes
Go to file
lemoer c73a12e0ea Change MAC schema generation (#715)
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]
2016-04-27 12:16:39 +02:00
contrib Add contrib/depdot.sh 2016-02-28 20:01:19 +01:00
docs Merge pull request #730 from jannic/master 2016-04-22 18:13:10 +02:00
include mac80211: update backport to r48681 2016-02-09 18:44:22 +01:00
package Change MAC schema generation (#715) 2016-04-27 12:16:39 +02:00
patches ar71xx-generic: add TP-LINK TL-WR841ND v11 support 2016-04-25 18:18:56 +02:00
scripts build: add module separators/headings to patch/update/update-patches scripts 2016-03-26 00:03:04 +01:00
targets ar71xx-generic: add TP-LINK TL-WR841ND v11 support 2016-04-25 18:18:56 +02:00
.gitignore build: add GLUON_OUTPUTDIR, move GLUON_IMAGEDIR default below it 2015-10-29 18:44:00 +01:00
CONTRIBUTING.md CONTRIBUTING.md: update links 2016-04-04 00:13:42 +02:00
LICENSE docs, LICENSE: fix upper and lower case of "OpenWrt" 2016-02-05 18:48:48 +01:00
Makefile build: ensure the early path doesn't leak into later build steps 2016-04-02 04:31:50 +02:00
modules Update Gluon packages 2016-04-24 13:22:43 +02:00
README.md docs, README: Gluon v2016.1.3 2016-03-31 21:19:47 +02:00

Documentation (incomplete at this time, contribute if you can!) may be found at http://gluon.readthedocs.org/.

If you're new to Gluon and ready to get your feet wet, have a look at the Getting Started Guide.

Gluon IRC channel: #gluon in hackint

Issues & Feature requests

Before opening an issue, make sure to check whether any existing issues (open or closed) match. If you're suggesting a new feature, drop by on IRC or our mailinglist to discuss it first.

Use a release!

Please refrain from using the master branch for anything else but development purposes! Use the most recent release instead. You can list all relaseses by running git branch -a and switch to one by running git checkout v2016.1.3 && make update.

If you're using the autoupdater, do not autoupdate nodes with anything but releases. If you upgrade using random master commits the nodes will break eventually.

Mailinglist

To subscribe to the list, send a message to:

gluon-subscribe@luebeck.freifunk.net

To remove your address from the list, just send a message to the address in the List-Unsubscribe header of any list message. If you haven't changed addresses since subscribing, you can also send a message to:

gluon-unsubscribe@luebeck.freifunk.net