Searched defs:xradio_itp (Results 1 – 1 of 1) sorted by relevance
62 struct xradio_itp { struct63 struct xradio_common *priv;64 atomic_t open_count;65 atomic_t awaiting_confirm;66 struct sk_buff_head log_queue;67 wait_queue_head_t read_wait;68 wait_queue_head_t write_wait;69 wait_queue_head_t close_wait;70 struct ieee80211_channel *saved_channel;71 atomic_t stop_tx;[all …]