Searched defs:dhd_info (Results 1 – 1 of 1) sorted by relevance
246 typedef struct dhd_info { struct248 wl_iw_t iw; /* wireless extensions state (must be first) */251 dhd_pub_t pub;254 dhd_if_t *iflist[DHD_MAX_IFS];256 struct semaphore proto_sem;257 wait_queue_head_t ioctl_resp_wait;258 struct timer_list timer;259 bool wd_timer_valid;260 struct tasklet_struct tasklet;261 spinlock_t sdlock;[all …]