Comment 31 for bug 267089

Revision history for this message
Leann Ogasawara (leannogasawara) wrote :

Two of the three patches mentioned in the upstream bug report are already in the upstream kernel and will be making their way into Jaunty:

ogasawara@yoji:~/linux-2.6$ git log ca0c7e5101fd4f37fed8e851709f08580b92fbb3

commit ca0c7e5101fd4f37fed8e851709f08580b92fbb3

Author: Luis R. Rodriguez <email address hidden>

Date: Thu Nov 20 17:15:12 2008 -0800

    ath9k: Fix SW-IOMMU bounce buffer starvation

ogasawara@yoji:~/linux-2.6$ git log b4b6cda2298b0c9a0af902312184b775b8867c65

commit b4b6cda2298b0c9a0af902312184b775b8867c65

Author: Luis R. Rodriguez <email address hidden>

Date: Thu Nov 20 17:15:13 2008 -0800

    ath9k: correct expected max RX buffer size

The third patch is in the wireless-testing tree but I imagine it will find it's way into Jaunty as well:

ogasawara@yoji:~/wireless-testing$ git log c7bd0826b3080cf3d328793adc5cb2b585277bb4

commit c7bd0826b3080cf3d328793adc5cb2b585277bb4

Author: Luis R. Rodriguez <email address hidden>

Date: Fri Nov 21 17:41:33 2008 -0800

    ath9k: Handle -ENOMEM on RX gracefully

All three of these patches are currently in the ubuntu-intrepid-lbm git tree (ie linux-backports-modules-2.6.27) since it was recently updated to the wireless-testing master-2008-11-24:

ogasawara@yoji:~/ubuntu-intrepid-lbm$ git log

commit 4239ade1bf58a0353bf749a69ad4c1264125af31

Author: Tim Gardner <email address hidden>

Date: Tue Nov 25 08:37:57 2008 -0700

    UBUNTU: Update to wireless-testing master-2008-11-24

    Signed-off-by: Tim Gardner <email address hidden>

The version of linux-backports-modules-2.6.27 which will contain these patches should eventually make it's way into intrepid-proposed for testing and then available as an update.

Thanks.