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)
Thu, Sep 25, 2:37 PM
Unknown Object (File)
Sep 7 2025, 2:02 PM
Unknown Object (File)
Aug 14 2025, 11:57 AM
Unknown Object (File)
Aug 14 2025, 2:39 AM
Unknown Object (File)
Aug 3 2025, 9:12 PM
Unknown Object (File)
Jul 16 2025, 9:18 PM
Unknown Object (File)
Jul 10 2025, 9:14 PM
Unknown Object (File)
Jul 5 2025, 6:44 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