PRIV_TO_WIPHY(9) | Device registration | PRIV_TO_WIPHY(9) |
NAME¶
priv_to_wiphy - return the wiphy containing the priv
SYNOPSIS¶
struct wiphy * priv_to_wiphy(void * priv);
ARGUMENTS¶
priv
a pointer previously returned by wiphy_priv
RETURN¶
The wiphy of priv.
AUTHOR¶
Johannes Berg <johannes@sipsolutions.net>
Author.
COPYRIGHT¶
June 2024 | Kernel Hackers Manual 3.10 |