1. NAME

wiphy_unregister - deregister a wiphy from cfg80211

2. SYNOPSIS

void wiphy_unregister(struct wiphy *  wiphy );

3. ARGUMENTS

wiphy
    The wiphy to unregister.

4. DESCRIPTION

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

5. AUTHOR

Johannes Berg <>
    Author.

6. COPYRIGHT