URTW_CMD
if (error = urtw_read8_c(sc, URTW_CMD, &data, 0))
if (error = urtw_write8_c(sc, URTW_CMD, data, 0))
if (error = urtw_read8_c(sc, URTW_CMD, &data, 0))
if (error = urtw_read8_c(sc, URTW_CMD, &data, 0))
error = urtw_write8_c(sc, URTW_CMD, data | URTW_CMD_RX_ENABLE, 0);
(void) urtw_read8_c(sc, URTW_CMD, &data8, 0);
(void) urtw_write8_c(sc, URTW_CMD, data8 | URTW_CMD_TX_ENABLE, 0);
(void) urtw_read8_c(sc, URTW_CMD, &data, 0);
(void) urtw_write8_c(sc, URTW_CMD, data, 0);
(void) urtw_read8_c(sc, URTW_CMD, &data, 0);