]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/linux
Add patch for ath5k to fix "no txbuf available".
[people/pmueller/ipfire-2.x.git] / lfs / linux
index 6d2465a44d04e3a064e51f96497cae93cfe87289..db2ca20755b9cd035634d484b4033c34ab271e59 100644 (file)
--- a/lfs/linux
+++ b/lfs/linux
@@ -130,6 +130,9 @@ endif
 #      # Add Vodafone K3565-Z USB ID's to option driver
 #      cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/linux-2.6.27.25-option_add_vf-k3565-z_usbids.patch
 
+       # Add patch to fix ath5k "no txbuf available"
+       cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/linux-2.6.32-ath5k_fix_setup_for_CAB_queue.patch
+
        # Not report deprecated syscall 1.23 (for kudzu)
        cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/linux-2.6.25.18-not_report_sysctl_1.23.patch