Searched refs:ipw2100_hw_send_command (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/net/wireless/intel/ipw2x00/ |
H A D | ipw2100.c | 701 static int ipw2100_hw_send_command(struct ipw2100_priv *priv, in ipw2100_hw_send_command() function 1398 err = ipw2100_hw_send_command(priv, &cmd); in ipw2100_hw_phy_off() 1437 err = ipw2100_hw_send_command(priv, &cmd); in ipw2100_enable_adapter() 1512 err = ipw2100_hw_send_command(priv, &cmd); in ipw2100_hw_stop_adapter() 1590 err = ipw2100_hw_send_command(priv, &cmd); in ipw2100_disable_adapter() 1635 err = ipw2100_hw_send_command(priv, &cmd); in ipw2100_set_scan_options() 1675 err = ipw2100_hw_send_command(priv, &cmd); in ipw2100_start_scan() 2095 err = ipw2100_hw_send_command(priv, &cmd); in ipw2100_set_essid() 4707 err = ipw2100_hw_send_command(priv, &cmd); in ipw2100_set_mac_address() 4746 err = ipw2100_hw_send_command(priv, &cmd); in ipw2100_set_port_type() [all …]
|