Linux Kernel
3.7.1
|
#include <mac80211_if.h>
Data Fields | |
struct delayed_work | dly_wrk |
struct brcms_info * | wl |
void(* | fn )(void *) |
void * | arg |
uint | ms |
bool | periodic |
bool | set |
struct brcms_timer * | next |
Definition at line 34 of file mac80211_if.h.
void* arg |
Definition at line 38 of file mac80211_if.h.
struct delayed_work dly_wrk |
Definition at line 35 of file mac80211_if.h.
Definition at line 37 of file mac80211_if.h.
uint ms |
Definition at line 39 of file mac80211_if.h.
struct brcms_timer* next |
Definition at line 42 of file mac80211_if.h.
bool periodic |
Definition at line 40 of file mac80211_if.h.
bool set |
Definition at line 41 of file mac80211_if.h.
struct brcms_info* wl |
Definition at line 36 of file mac80211_if.h.