Как правильно cделать патч для bcm4311? Я прочитал на сайте aircrack-ng, что для работы необходимо делать патч кернел! Если ктонибуть делал или знает ,напишите как! Пожалуста, ато моя карта отказывается работать!
Patching the kernel
Download the bcm43xx inject_nofcs patch for the 2.6.20 kernel from here.
Place the patch in your kernel sources directory
Run 'patch -p1 -i bcm43xx-injection-linux-2.6.20.patch'.
This patch may not apply directly and may require that you modify the bcm43xx_main.c (located in $linux/wireless/net/drivers/bcm43xx/ manually)
Recompile your modules with 'make modules' followed by 'make modules_install'.
The module should now be ready to use for injection.
Remember to reload the kernel driver or reboot your system before trying to inject packets.