1IEEE80211_CREATE_TPT(9) Advanced driver interface IEEE80211_CREATE_TPT(9)
2
3
4
6 ieee80211_create_tpt_led_trigger - create throughput LED trigger
7
9 const char * ieee80211_create_tpt_led_trigger(struct ieee80211_hw * hw,
10 unsigned int flags,
11 const struct ieee80211_tpt_blink * blink_table,
12 unsigned int blink_table_len);
13
15 hw
16 the hardware to create the trigger for
17
18 flags
19 trigger flags, see enum ieee80211_tpt_led_trigger_flags
20
21 blink_table
22 the blink table -- needs to be ordered by throughput
23
24 blink_table_len
25 size of the blink table
26
28 NULL (in case of error, or if no LED triggers are configured) or the
29 name of the new trigger.
30
32 This function must be called before ieee80211_register_hw.
33
35 Johannes Berg <johannes@sipsolutions.net>
36 Author.
37
39Kernel Hackers Manual 3.10 June 2019 IEEE80211_CREATE_TPT(9)