Searched defs:tpt_led_trigger (Results 1 – 1 of 1) sorted by relevance
1103 struct tpt_led_trigger { struct1104 char name[32];1105 const struct ieee80211_tpt_blink *blink_table;1106 unsigned int blink_table_len;1107 struct timer_list timer;1108 struct ieee80211_local *local;1109 unsigned long prev_traffic;1110 unsigned long tx_bytes, rx_bytes;1111 unsigned int active, want;1112 bool running;[all …]
Completed in 16 milliseconds