[Bug 369005] Re: ath5k : disconnection / slow network - "unsupported jumbo" error
Graham Hawkins
grahamhawkins at yahoo.com
Tue Jun 1 20:12:31 UTC 2010
Applied Jussi Kivilinna's patch (see #20 above) to compat-
wireless-2010-05-29, and compiled against 2.6.32-22-generic. Had to
change calls to pci_pcie_cap() in the patch to calls to
pci_find_capability():
From:
pos = pci_pcie_cap(pdev);
pos = pci_find_capability(pdev, PCI_CAP_ID_EXP);
(I think the newer API is not in 2.6.32-22).
The connection drop due to large transfers is gone - I moved ~1GB of
files up & down without failure.
I did notice that the new driver seems slow to connect from cold boot.
Might be something I did... not sure.
--
ath5k : disconnection / slow network - "unsupported jumbo" error
https://bugs.launchpad.net/bugs/369005
You received this bug notification because you are a member of Kernel
Bugs, which is subscribed to linux in ubuntu.
More information about the kernel-bugs
mailing list