On 2011-04-27 5:50 PM, Marek Lindner wrote:

The madwifi driver uses the first byte of the wifi mac address
for its VAP mechanism: Each VAP is assigned another value for
the first byte to distinguish the traffic for the various VAPs.
Therefore, the driver silently assumes the first byte of the
mac address is zero which is not always the case. This (ugly)
workaround always sets the first byte to zero to support all
mac addresses.
How about changing the code to calculate the VAP ID by using dev_addr[0] ^ vap_addr[0] instead?

- Felix
_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to