Page MenuHomeFreeBSD

net80211: prefix get_random_bytes() with net80211_
ClosedPublic

Authored by bz on Mar 18 2021, 10:30 PM.
Tags
None
Referenced Files
F155000098: D29335.id.diff
Thu, Apr 30, 2:36 PM
F154993951: D29335.id86274.diff
Thu, Apr 30, 1:29 PM
Unknown Object (File)
Tue, Apr 28, 3:53 AM
Unknown Object (File)
Tue, Apr 21, 6:44 AM
Unknown Object (File)
Sun, Apr 19, 6:48 PM
Unknown Object (File)
Sat, Apr 18, 2:29 PM
Unknown Object (File)
Sat, Apr 18, 11:50 AM
Unknown Object (File)
Sat, Apr 11, 12:45 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