Hi,
        I have finished a port of the zd1211 driver to the Devicescape 802.11 
stack. 
Due to the size of the patch, the patch that copies the zd1211 directory to 
the d80211 directory has been omitted, but can be found at my git repo. 
(git://git.kernel.org/pub/scm/linux/kernel/git/mwu/d80211-drivers.git up) The 
two other patches relevant to porting the driver are bzip2ed and attached due 
to size concerns.

This port works fairly well in STA mode, with adhoc and monitor modes to come 
in the future. I tried to minimize changes to the structure of the driver and 
code whenever possible to make it easier to port patches from the softmac 
based zd1211 driver to this driver. However:

        - The original driver does not seem to check if a frame has been 
successfully 
TXed (as in RXed an ACK), so the port does not properly report to the stack 
whether or not a TX succeeded.
        -Because d80211 does not have complete regulatory domains support yet, 
the 
associated code was trimmed to the bare minimum of reading the region code. 
It should be a trivial patch to add regulatory domains support once the 
infrastructure is in place in d80211.
        - d80211 doesn't tell us the size of the next fragment, so that part of 
the 
hardware TX header isn't set anymore. This might be fixed in the future.
        - The LED link status isn't too reliable - I haven't found a way to 
reliably 
tell if the upper layer thinks it is associated, and I don't know how to use 
the LED api. Not too worried about this issue though.

I will push this to wireless-dev soon if there are no major problems.

Thanks,
-Michael Wu

Attachment: zd1211-kconfig.bz2
Description: BZip2 compressed data

Attachment: zd1211-port-to-d80211.bz2
Description: BZip2 compressed data

Attachment: pgpsQqp0cDSeo.pgp
Description: PGP signature

Reply via email to