1IEEE80211_REGISTER_H(9) The basic mac80211 driver inte IEEE80211_REGISTER_H(9)
2
3
4

NAME

6       ieee80211_register_hw - Register hardware device
7

SYNOPSIS

9       int ieee80211_register_hw(struct ieee80211_hw * hw);
10

ARGUMENTS

12       hw
13           the device to register as returned by ieee80211_alloc_hw
14

DESCRIPTION

16       You must call this function before any other functions in mac80211.
17       Note that before a hardware can be registered, you need to fill the
18       contained wiphy's information.
19

RETURN

21       0 on success. An error code otherwise.
22

AUTHOR

24       Johannes Berg <johannes@sipsolutions.net>
25           Author.
26
28Kernel Hackers Manual 3.10         June 2019           IEEE80211_REGISTER_H(9)
Impressum