1. NAME

ieee80211_unregister_hw - Unregister a hardware device

2. SYNOPSIS

void ieee80211_unregister_hw(struct ieee80211_hw *  hw );

3. ARGUMENTS

hw
    the hardware to unregister

4. DESCRIPTION

This function instructs mac80211 to free allocated resources and unregister netdevices from the networking subsystem.

5. AUTHOR

Johannes Berg <>
    Author.

6. COPYRIGHT