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)
Tue, Sep 8, 6:09 PM
Unknown Object (File)
Tue, Sep 8, 1:13 AM
Unknown Object (File)
Sat, Sep 5, 4:36 PM
Unknown Object (File)
Sat, Sep 5, 4:35 PM
Unknown Object (File)
Sat, Sep 5, 11:07 AM
Unknown Object (File)
Fri, Sep 4, 11:46 PM
Unknown Object (File)
Fri, Sep 4, 9:21 AM
Unknown Object (File)
Wed, Sep 2, 2:22 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