Free hardware descriptor
void ieee80211_free_hw(struct ieee80211_hw * hw);
hw
the hardware to free
This function frees everything that was allocated, including the private data for the driver. You must call ieee80211_unregister_hw before calling this function.
Johannes Berg <[email protected]>
Author.