Tex wrote: > I am trying to port this driver to my embedded systems that uses the ARM > processor. The kernel it uses does not have the hwrng installed and my > loading is error'ing out. I got the b43 driver working by ifdef'ing out > the b43_rng_init(wl) call and the b443_rng_exit(dev->wl) call and also > the other rng functions. My question is - will this cause any problem > with any other API and/or module ? Currently I have seen no problems, > but I really haven't run it through the wringer yet.
No, it won't cause any problems to eliminate the rng features. They are there to provide extra entropy for the random number generators. For an embedded system with few logins, the entropy is not a problem. Larry _______________________________________________ Bcm43xx-dev mailing list [email protected] https://lists.berlios.de/mailman/listinfo/bcm43xx-dev
