ieee80211_register_hw

Langue: en

Autres versions - même langue

Version: May 2009 (fedora - 06/07/09)

Section: 9 (Appels noyau Linux)

NAME

ieee80211_register_hw - Register hardware device

SYNOPSIS

int ieee80211_register_hw(struct ieee80211_hw * hw);

ARGUMENTS

hw

the device to register as returned by ieee80211_alloc_hw

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 wiphy's information.

AUTHOR

Johannes Berg <johannes@sipsolutions.net>

Author.