Page MenuHomeFreeBSD

net80211: prefix get_random_bytes() with net80211_
ClosedPublic

Authored by bz on Mar 18 2021, 10:30 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Nov 5, 9:44 PM
Unknown Object (File)
Tue, Nov 4, 11:52 AM
Unknown Object (File)
Tue, Nov 4, 11:51 AM
Unknown Object (File)
Tue, Nov 4, 11:48 AM
Unknown Object (File)
Tue, Nov 4, 11:48 AM
Unknown Object (File)
Sat, Nov 1, 4:35 PM
Unknown Object (File)
Sat, Nov 1, 11:19 AM
Unknown Object (File)
Thu, Oct 30, 6:19 PM

Details

Summary

Both linux/random.h and net80211 have a function named
get_random_bytes(). With overlapping files included these collide.
Arguably the function could be renamed in linuxkpi but the generic
name should also not be used in net80211 so rename it there.

Sponsored-by: The FreeBSD Foundation
MFC-after: 2 weeks

Reviewed-by:	...
Differential Revision::	...

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable