Hi,

I would like to test the bcm43xx driver code for the chipset 4318 (Linksys WRTSL54GS). Below are the instructions to get the wireless-dev tree of Michael Buesch from http://bcm43xx.berlios.de/, who is writing the 4318 driver code. This branch of the kernel 2.6.19 contains a new version of the bcm43xx driver using the d80211 stack.

  Clone linville's wireless-dev tree and cd into it.
  git branch mb
  git checkout mb
  git pull http://bu3sch.de/git/wireless-dev.git master

How can I recompile Kamikaze and use the linville's wireless-dev tree? I wish I could just apply a patch to the existing kernel code (2.6.19.1) that gets downloaded during the build process of Kamikaze but the problem is the new design of the bcm43xx driver that now relies on the d80211 stack.

Thanks