1. NAME

ieee80211_free_hw - free hardware descriptor

2. SYNOPSIS

void ieee80211_free_hw(struct ieee80211_hw *  hw );

3. ARGUMENTS

hw
    the hardware to free

4. DESCRIPTION

This function frees everything that was allocated, including the private data for the driver. You must call ieee80211_unregister_hw before calling this function.

5. AUTHOR

Johannes Berg <>
    Author.

6. COPYRIGHT