> The actual problem is with receiving. ACK frames need to be sent exactly > after SIFS interval (10 or 16 microseconds depending on a PHY, +/- 10%) > after last bit of the frame was received. This means it cannot be done in a > software. You need to tell the hardware about MAC address you are using and > hardware will ACK all frames destined to that address (well, actually only > that received with valid FCS, but it doesn't matter). And most hardware > don't allow to specify more MAC addresses. > > Jiri
Good explanation. ZD1211 allows to specify a second RX address, I wondered, what this is good for. So for ZD1211 we could support two virtual interfaces. However in AP mode one virtual device would have to send the beacons on its own. But there could be also support for one interface in AP and the other in STA mode. Uli -- Ulrich Kunitz - [EMAIL PROTECTED] - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html