On Sat, 2008-05-31 at 16:05 -0400, Clyde McPherson wrote: > I am trying to port the Broadcom drivers to an ARM archicture (Linux > version 2.6.21) and it appears that cancel_work_sync() is missing from > its kernel. Is there any other function that I can replace it with?
It's present in newer kernels, and you can look at the implementation and reimplement it. Better yet, switch to a newer kernel. In any case, I don't think you should be asking b43 developers about backporting a standard kernel function to an older kernel. There should be places more suitable for such questions. Also, compat-wireless aims to bring newer wireless drivers to older kernels. It may work for you. If it doesn't, and if compat-wireless still aims to support Linux 2.6.21, you can report the failure as a bug in compat-wireless. -- Regards, Pavel Roskin _______________________________________________ Bcm43xx-dev mailing list [email protected] https://lists.berlios.de/mailman/listinfo/bcm43xx-dev
