Re: [OpenWrt-Devel] [PATCH v3] mac80211: Fix multi-bss operation issue on rt2800

2012-12-13 Thread Petr Štetiar
Helmut Schaa helmut.sc...@googlemail.com [2012-12-10 09:04:22]: I've just submitted a rt2x00 patch that registers a valid address mask with mac80211. So, you could actually use this information to generate valid MAC addresses for this device: /sys/class/ieee80211/phy0/macaddress

Re: [OpenWrt-Devel] [PATCH v3] mac80211: Fix multi-bss operation issue on rt2800

2012-12-12 Thread Helmut Schaa
On Tue, Dec 11, 2012 at 10:49 PM, Petr Štetiar yn...@true.cz wrote: I've just submitted a rt2x00 patch that registers a valid address mask with mac80211. So, you could actually use this information to generate valid MAC addresses for this device: /sys/class/ieee80211/phy0/macaddress

Re: [OpenWrt-Devel] [PATCH v3] mac80211: Fix multi-bss operation issue on rt2800

2012-12-11 Thread Petr Štetiar
Helmut Schaa helmut.sc...@googlemail.com [2012-12-10 09:04:22]: Hi Petr, Hi, I've just submitted a rt2x00 patch that registers a valid address mask with mac80211. So, you could actually use this information to generate valid MAC addresses for this device:

Re: [OpenWrt-Devel] [PATCH v3] mac80211: Fix multi-bss operation issue on rt2800

2012-12-10 Thread Helmut Schaa
Hi Petr, On Sun, Dec 9, 2012 at 11:37 PM, Petr Štetiar yn...@true.cz wrote: As rt2800 hw can only be configured to mask the last three bits of the programmed MAC addresses, we can't change first byte of the MAC - otherwise it doesn't work. More information about this issue [1]. Should fix

[OpenWrt-Devel] [PATCH v3] mac80211: Fix multi-bss operation issue on rt2800

2012-12-09 Thread Petr Štetiar
As rt2800 hw can only be configured to mask the last three bits of the programmed MAC addresses, we can't change first byte of the MAC - otherwise it doesn't work. More information about this issue [1]. Should fix #12133. 1. http://marc.info/?l=linux-wirelessm=135387062429809w=2 Thanks to Paul