Re: [zd1211-devs] zd1211rw progress

2006-05-16 Thread Daniel Drake
Remco wrote: Are you saying that softmac does the association on behalf of wpa_supplicant ? Yes - wpa_supplicant doesn't really have much say in the process. All it does is use WE to request association, and transmit and receive data frames, as well as set the encryption parameters once

Re: [zd1211-devs] zd1211rw progress

2006-04-21 Thread Daniel Drake
Remco wrote: Apr 21 16:05:39 my-pc kernel: EIP is at ieee80211softmac_auth_queue+0x15d/0x185 [ieee80211softmac] Please do the following: # cd /usr/src/linux (or whereever) # rm net/ieee80211/softmac/ieee80211softmac_auth.o # make CONFIG_DEBUG_INFO=y \

Re: [zd1211-devs] zd1211rw progress

2006-04-19 Thread Daniel Drake
Remco wrote: If you mean the 'reference_lock.patch', yes. If I'm not mistaken the spinlock/unlock functions take the address of the lock, not the lock itself. Correct, was just curious because I hadn't run into it. Anyway, I passed your report onto Johannes Berg who set about implementing

[zd1211-devs] zd1211rw progress

2006-04-18 Thread Daniel Drake
Hi, Since yesterday, zd1211rw has become far more usable: 1. Monitor mode works. 2. Connectivity with WEP-encrypted networks through iwconfig works. 3. Connectivity with WPA-encrypted networks through wpa_supplicant works, as long as you apply this kernel patch: