Home
last modified time | relevance | path

Searched defs:hostap_cmd_queue (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/net/wireless/intersil/hostap/
A Dhostap_wlan.h551 struct hostap_cmd_queue { struct
552 struct list_head list;
553 wait_queue_head_t compl;
554 volatile enum { CMD_SLEEP, CMD_CALLBACK, CMD_COMPLETED } type;
555 void (*callback)(struct net_device *dev, long context, u16 resp0,
557 long context;
558 u16 cmd, param0, param1;
559 u16 resp0, res;
560 volatile int issued, issuing;
562 refcount_t usecnt;
[all …]

Completed in 15 milliseconds