1WIPHY_UNREGISTER(9)           Device registration          WIPHY_UNREGISTER(9)
2
3
4

NAME

6       wiphy_unregister - deregister a wiphy from cfg80211
7

SYNOPSIS

9       void wiphy_unregister(struct wiphy * wiphy);
10

ARGUMENTS

12       wiphy
13           The wiphy to unregister.
14

DESCRIPTION

16       After this call, no more requests can be made with this priv pointer,
17       but the call may sleep to wait for an outstanding request that is being
18       handled.
19

AUTHOR

21       Johannes Berg <johannes@sipsolutions.net>
22           Author.
23
25Kernel Hackers Manual 3.10         June 2019               WIPHY_UNREGISTER(9)
Impressum