IEEE80211_FREE_HW(9) The basic mac80211 driver inte IEEE80211_FREE_HW(9)
NAME
ieee80211_free_hw - free hardware descriptor
SYNOPSIS
void ieee80211_free_hw(struct ieee80211_hw * hw);
ARGUMENTS
hw
the hardware to free
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.
AUTHOR
Johannes Berg <johannes@sipsolutions.net>
Author.
COPYRIGHT
Kernel Hackers Manual 2.6. July 2010 IEEE80211_FREE_HW(9)