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, Apr 18, 12:14 PM
Unknown Object (File)
Tue, Apr 16, 8:26 AM
Unknown Object (File)
Wed, Apr 3, 10:45 AM
Unknown Object (File)
Dec 24 2023, 2:12 AM
Unknown Object (File)
Dec 14 2023, 10:21 PM
Unknown Object (File)
Oct 28 2023, 4:27 PM
Unknown Object (File)
Oct 22 2023, 6:02 PM
Unknown Object (File)
Sep 17 2023, 1:21 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
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 37935
Build 34824: arc lint + arc unit