On Wed, 2012-12-12 at 08:18 +0000, Alberto Garau wrote: > Hi Luca, > > yes that's a great news for us. > > Yesterday afternoon with "iwlist wlan0 scan" (not "iw" yet) I saw also other two networks essids (for a small amount of seconds only) > which I'm interested in. > > This seems to say that the networks I would like to connect to are available to the wl1271. > > In the meantime that I'm cross building "iw", I would like to connect to an unprotected network called "Inpeco-test"(no WEP, no WPA). > > Would you be so kind to suggest me the serie of commands I have to launch to connect to this network ? I would > like then to ping outside of course. ifconfig wlan0 up iw wlan0 connect -w Inpeco-test Then, to ping, you need to set your IP address, either with a DHCP client or statically. > I have got also one technical question. In the source code of the driver I have found for wl1271_spi.c in kernel > 2.6.37 I have interrupts set in RISING_EDGE while the datasheet (in attachment: 4.1.18 at pag 19) talks about FALLING_EDGE. > Which is the right setting to be applied and why ? We currently use level and high with one shot as default. There are some platforms that use rising, though, so we have a platform_quirk value that enables us to toggle that. You could be missing some interrupts by using rising and this could be the reason why you don't see the SSIDs consistently. -- Luca. -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html