The patch titled orinoco: Remove useless CIS validation has been removed from the -mm tree. Its filename is orinoco-remove-useless-cis-validation.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> The PCMCIA drivers would never be loaded if the CIS were wrong. No other PCMCIA drivers validate CIS. Signed-off-by: Pavel Roskin <proski@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- drivers/net/wireless/orinoco_cs.c | 3 --- drivers/net/wireless/spectrum_cs.c | 3 --- 2 files changed, 6 deletions(-) diff -puN drivers/net/wireless/orinoco_cs.c~orinoco-remove-useless-cis-validation drivers/net/wireless/orinoco_cs.c --- 25/drivers/net/wireless/orinoco_cs.c~orinoco-remove-useless-cis-validation Fri Apr 7 15:37:11 2006 +++ 25-akpm/drivers/net/wireless/orinoco_cs.c Fri Apr 7 15:37:55 2006 @@ -178,13 +178,10 @@ orinoco_cs_config(struct pcmcia_device * int last_fn, last_ret; u_char buf[64]; config_info_t conf; - cisinfo_t info; tuple_t tuple; cisparse_t parse; void __iomem *mem; - CS_CHECK(ValidateCIS, pcmcia_validate_cis(link, &info)); - /* * This reads the card's CONFIG tuple to find its * configuration registers. diff -puN drivers/net/wireless/spectrum_cs.c~orinoco-remove-useless-cis-validation drivers/net/wireless/spectrum_cs.c --- 25/drivers/net/wireless/spectrum_cs.c~orinoco-remove-useless-cis-validation Fri Apr 7 15:38:05 2006 +++ 25-akpm/drivers/net/wireless/spectrum_cs.c Fri Apr 7 15:38:17 2006 @@ -653,13 +653,10 @@ spectrum_cs_config(struct pcmcia_device int last_fn, last_ret; u_char buf[64]; config_info_t conf; - cisinfo_t info; tuple_t tuple; cisparse_t parse; void __iomem *mem; - CS_CHECK(ValidateCIS, pcmcia_validate_cis(link, &info)); - /* * This reads the card's CONFIG tuple to find its * configuration registers. _ Patches currently in -mm which might be from proski@xxxxxxx are origin.patch git-wireless.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