Lines Matching refs:ipw_hardware
33 struct ipw_hardware;
36 struct ipw_hardware *ipwireless_hardware_create(void);
37 void ipwireless_hardware_free(struct ipw_hardware *hw);
39 int ipwireless_set_DTR(struct ipw_hardware *hw, unsigned int channel_idx,
41 int ipwireless_set_RTS(struct ipw_hardware *hw, unsigned int channel_idx,
43 int ipwireless_send_packet(struct ipw_hardware *hw,
50 void ipwireless_associate_network(struct ipw_hardware *hw,
52 void ipwireless_stop_interrupts(struct ipw_hardware *hw);
53 void ipwireless_init_hardware_v1(struct ipw_hardware *hw,
60 void ipwireless_init_hardware_v2_v3(struct ipw_hardware *hw);