Searched refs:at76_set_card_command (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/drivers/net/wireless/
H A Dat76c50x-usb.c725 static int at76_set_card_command(struct usb_device *udev, u8 cmd, void *buf, at76_set_card_command() function
811 ret = at76_set_card_command(priv->udev, CMD_SET_MIB, buf, at76_set_mib()
839 ret = at76_set_card_command(priv->udev, cmd, NULL, 0); at76_set_radio()
842 "at76_set_card_command(%d) failed: %d\n", cmd, ret); at76_set_radio()
1178 ret = at76_set_card_command(priv->udev, CMD_SCAN, &scan, sizeof(scan)); at76_start_monitor()
1419 ret = at76_set_card_command(priv->udev, CMD_STARTUP, &priv->card_config, at76_startup_device()
1422 wiphy_err(priv->hw->wiphy, "at76_set_card_command failed: %d\n", at76_startup_device()
1696 ret = at76_set_card_command(priv->udev, CMD_JOIN, &join, at76_join()
1700 wiphy_err(priv->hw->wiphy, "at76_set_card_command failed: %d\n", at76_join()
1997 ret = at76_set_card_command(priv->udev, CMD_SCAN, &scan, sizeof(scan)); at76_hw_scan()

Completed in 56 milliseconds