Hello again :)
I have made a driver for the Ampak AP6210 WiFi/Bluetooth module found on
the Cubietruck, basically it's the driver found in the 3.79+ kernel
distributed by CubieTech, but with all the rfkill stuff moved back into
the module itself, lots of cleanup in its logging so it doesn't spam the
kernel log anymore and no proprietary/unreleased headers.
The driver source and patch is available in my git :
https://github.com/EddyBeaupre/ap6210
I know it would have been better to merge it with the bcmdhd driver, but
since it's so specific to one implementation, it would need a lot of
rework to make it configurable. It's at least a starting point.
The only major bug so far is it can't be rmmod cleanly because the
rfkill stuff was never supposed to be unloaded. But it's not a major
show stopper for general usage. I will work on that when i have more time.
Hope this help.