1. NAME▲
ieee80211_register_hw - Register hardware device
2. SYNOPSIS ▲
int ieee80211_register_hw(struct ieee80211_hw * hw );
3. ARGUMENTS ▲
hw
the device to register as returned by ieee80211_alloc_hw
4. DESCRIPTION ▲
You must call this function before any other functions in mac80211. Note that before a hardware can be registered, you need to fill the contained wiphyAqs information.
5. RETURN ▲
0 on success. An error code otherwise.
6. AUTHOR ▲
Johannes Berg <contact>
Author.
7. COPYRIGHT ▲