From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from ibawizard.net ([82.208.49.253]:43219 "EHLO mengele.ibawizard.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753546Ab2KYW3q (ORCPT ); Sun, 25 Nov 2012 17:29:46 -0500 Date: Sun, 25 Nov 2012 23:29:40 +0100 From: Petr =?iso-8859-2?Q?=A9tetiar?= To: Helmut Schaa Cc: Petr =?iso-8859-2?Q?=A9tetiar?= , users@rt2x00.serialmonkey.com, linux-wireless@vger.kernel.org Subject: Re: Multi-bss operation issue with rt2x00 and hostapd on rt305x platform Message-ID: <20121125222940.GA16095@ibawizard.net> (sfid-20121125_232950_642421_345CA429) Reply-To: Petr =?iso-8859-2?Q?=A9tetiar?= References: <20121125190019.GQ8292@ibawizard.net> <50B29159.20209@googlemail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 In-Reply-To: Sender: linux-wireless-owner@vger.kernel.org List-ID: Helmut Schaa [2012-11-25 22:53:00]: > > Mind to use different MAC addresses? The rt2800 hw can only be programmed > > with a MAC address mask that spans the last 3 bits. In your config this > > would be > > Ooops, seems I messed up my mailclient :) > > You're using the following MAC addresses for the virtual APs: > > bssid=c4:93:00:11:01:88 > bssid=c6:93:00:11:01:89 > bssid=c6:93:00:11:01:8a > > rt2800 hw can only be configured to mask the last three bits of the > programmed MAC addresses. In your case the first MAC differs from the > other in the first byte. Please try if it works when using the same > first byte. Indeed, it was quite suspicious to me also, so I did tried that with the following MACs: bssid=c4:93:00:11:01:88 bssid=c4:93:00:11:01:89 bssid=c4:93:00:11:01:90 and it wasn't working for the first two, but now I did what you've suggested and voilĂ , it works for all three! :) So the working setup is following: bssid=c4:93:00:11:01:88 bssid=c4:93:00:11:01:89 bssid=c4:93:00:11:01:8a I don't see a pattern here, why it didn't worked with :88, :89, :90? Just the last one :90 was working and :88, :89, :8a works fine. There need to be some hole/spacing? Thanks a lot! -- ynezz