The patch titled hwrng: add type categories has been removed from the -mm tree. Its filename was hwrng-add-type-categories-bcm43xx.patch This patch was dropped because it is obsolete ------------------------------------------------------ Subject: hwrng: add type categories Index: bu3sch-wireless-dev/drivers/net/wireless/mac80211/bcm43xx/bcm43xx_main.c =================================================================== --- bu3sch-wireless-dev.orig/drivers/net/wireless/mac80211/bcm43xx/bcm43xx_main.c 2007-06-26 19:59:19.000000000 +0200 +++ bu3sch-wireless-dev/drivers/net/wireless/mac80211/bcm43xx/bcm43xx_main.c 2007-06-26 20:11:52.000000000 +0200 @@ -2399,6 +2399,7 @@ static int bcm43xx_rng_init(struct bcm43 wl->rng.name = wl->rng_name; wl->rng.data_read = bcm43xx_rng_read; wl->rng.priv = (unsigned long)wl; + wl->rng.type = HWRNG_TYPE_BAD; wl->rng_initialized = 1; err = hwrng_register(&wl->rng); if (err) { Patches currently in -mm which might be from mb@xxxxxxxxx are merge-the-sonics-silicon-backplane-subsystem.patch merge-the-sonics-silicon-backplane-subsystem-fix.patch ssb-add-a-driver-for-the-broadcom-ohci-core.patch pure_initcall-id-inconsistency.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