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)
Sat, Sep 28, 3:22 AM
Unknown Object (File)
Tue, Sep 24, 10:05 AM
Unknown Object (File)
Fri, Sep 20, 2:52 AM
Unknown Object (File)
Wed, Sep 11, 4:56 PM
Unknown Object (File)
Fri, Sep 6, 1:47 AM
Unknown Object (File)
Tue, Sep 3, 2:36 AM
Unknown Object (File)
Mon, Sep 2, 1:47 PM
Unknown Object (File)
Mon, Sep 2, 1:47 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