Searched refs:atmel_send_command (Results  1 – 1 of 1) sorted by relevance
| /linux-4.1.27/drivers/net/wireless/ | 
| D | atmel.c | 590 static void atmel_send_command(struct atmel_private *priv, int command, 2787 	atmel_send_command(priv, CMD_Scan, &cmd, sizeof(cmd));  in atmel_scan() 2813 	atmel_send_command(priv, CMD_Join, &cmd, sizeof(cmd));  in join() 2833 	atmel_send_command(priv, CMD_Start, &cmd, sizeof(cmd));  in start() 4059 static void atmel_send_command(struct atmel_private *priv, int command,  in atmel_send_command()  function 4075 	atmel_send_command(priv, command, cmd, cmd_size);  in atmel_send_command_wait()
  |