Page MenuHomeFreeBSD

net80211: prefix get_random_bytes() with net80211_
ClosedPublic

Authored by bz on Mar 18 2021, 10:30 PM.
Tags
None
Referenced Files
F102954779: D29335.diff
Tue, Nov 19, 4:10 AM
Unknown Object (File)
Sat, Nov 16, 5:27 PM
Unknown Object (File)
Mon, Nov 4, 12:06 PM
Unknown Object (File)
Mon, Oct 21, 10:02 AM
Unknown Object (File)
Oct 3 2024, 7:41 PM
Unknown Object (File)
Oct 3 2024, 1:45 PM
Unknown Object (File)
Oct 1 2024, 4:04 PM
Unknown Object (File)
Oct 1 2024, 1:38 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