The patch titled orinoco: fix truncating commsquality RID with the latest Symbol firmware has been removed from the -mm tree. Its filename is orinoco-fix-truncating-commsquality-rid-with-the-latest-symbol-firmware.patch This patch was probably dropped from -mm because it has now been merged into a subsystem tree or into Linus's tree, or because it was folded into its parent patch in the -mm tree. From: Pavel Roskin <proski@xxxxxxx> Symbol firmware F3.91-71 has an additional word in the commsquality RID. Extend the receiving buffer by one word to accomodate it. Signed-off-by: Pavel Roskin <proski@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- drivers/net/wireless/orinoco.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/net/wireless/orinoco.c~orinoco-fix-truncating-commsquality-rid-with-the-latest-symbol-firmware drivers/net/wireless/orinoco.c --- 25/drivers/net/wireless/orinoco.c~orinoco-fix-truncating-commsquality-rid-with-the-latest-symbol-firmware Fri Apr 7 15:37:16 2006 +++ 25-akpm/drivers/net/wireless/orinoco.c Fri Apr 7 15:37:16 2006 @@ -390,7 +390,7 @@ static struct iw_statistics *orinoco_get } } else { struct { - __le16 qual, signal, noise; + __le16 qual, signal, noise, unused; } __attribute__ ((packed)) cq; err = HERMES_READ_RECORD(hw, USER_BAP, _ Patches currently in -mm which might be from proski@xxxxxxx are git-wireless.patch orinoco-remove-useless-cis-validation.patch orinoco-remove-pcmcia-audio-support-its-useless-for-wireless-cards.patch orinoco-remove-underscores-from-little-endian-field-names.patch orinoco-remove-tracing-code-its-unused.patch orinoco-remove-debug-buffer-code-and-userspace-include-support.patch orinoco-symbol-card-supported-by-spectrum_cs-is-la4137-not-la4100.patch orinoco-optimize-tx-exception-handling-in-orinoco.patch orinoco-orinoco_xmit-should-only-return-valid-symbolic-constants.patch orinoco-replace-hermes_write_words-with-hermes_write_bytes.patch orinoco-dont-use-any-padding-for-tx-frames.patch orinoco-refactor-and-clean-up-tx-error-handling.patch orinoco-simplify-8023-encapsulation-code.patch orinoco-fix-bap0-offset-error-after-several-days-of-operation.patch orinoco-delay-fid-allocation-after-firmware-initialization.patch orinoco_pci-disable-device-and-free-irq-when-suspending.patch orinoco_pci-use-pci_iomap-for-resources.patch orinoco-support-pci-suspend-resume-for-nortel-plx-and-tmd-adaptors.patch orinoco-reduce-differences-between-pci-drivers-create-orinoco_pcih.patch orinoco-further-comment-cleanup-in-the-pci-drivers.patch orinoco-bump-version-to-015.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html