Page MenuHomeFreeBSD

net80211: prefix get_random_bytes() with net80211_
ClosedPublic

Authored by bz on Mar 18 2021, 10:30 PM.
Tags
None
Referenced Files
F166439605: D29335.id85999.diff
Thu, Aug 13, 2:17 PM
Unknown Object (File)
Wed, Aug 12, 7:06 AM
Unknown Object (File)
Mon, Aug 10, 10:00 PM
Unknown Object (File)
Mon, Aug 10, 11:03 AM
Unknown Object (File)
Mon, Aug 10, 11:02 AM
Unknown Object (File)
Sat, Aug 8, 5:36 PM
Unknown Object (File)
Sat, Aug 8, 3:28 PM
Unknown Object (File)
Fri, Aug 7, 4:19 AM

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