Page MenuHomeFreeBSD

net80211: prefix get_random_bytes() with net80211_
ClosedPublic

Authored by bz on Mar 18 2021, 10:30 PM.
Tags
None
Referenced Files
F108871118: D29335.diff
Tue, Jan 28, 11:04 PM
F108802230: D29335.diff
Tue, Jan 28, 2:32 AM
Unknown Object (File)
Sat, Jan 18, 10:11 PM
Unknown Object (File)
Nov 19 2024, 6:45 AM
Unknown Object (File)
Nov 19 2024, 4:10 AM
Unknown Object (File)
Nov 16 2024, 5:27 PM
Unknown Object (File)
Nov 4 2024, 12:06 PM
Unknown Object (File)
Oct 21 2024, 10:02 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