mac80211: rework mac address allocation
authorFelix Fietkau <nbd@openwrt.org>
Wed, 17 Apr 2013 15:36:57 +0000 (15:36 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Wed, 17 Apr 2013 15:36:57 +0000 (15:36 +0000)
commit8dabb65c060fd42ee00d2f88b6b4bea2735ceaff
tree768d720615a5de1a4a7068cd384dd8734e461be3
parent6bc23e957097e08a691ae0669de0d3e317bd7528
mac80211: rework mac address allocation

If the first byte is available in the address mask, use only that one -
set the local bit and xor it with the id << 2. This ensures that there
are no hardware BSSID & BSSID-mask conflicts with devices that have
almost the same MAC address with just a small offset. The MAC address
conflict has been observed in a deployment with some devices from the
same batch when running with multiple interfaces.

If only some bits of the last byte are available, xor the id onto the
last MAC address byte (relevant mostly for Ralink devices).

In other cases (should not happen at this point), use the previous MAC
address offset calculation but without the local bit.

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 36353
package/mac80211/files/lib/wifi/mac80211.sh