iwm_send_cmd
ret = iwm_send_cmd(sc, &cmd);
ret = iwm_send_cmd(sc, &hcmd);
if (iwm_send_cmd(sc, &cmd) != 0) {
return iwm_send_cmd(phy_db->sc, &cmd);
ret = iwm_send_cmd(sc, &hcmd);
ret = iwm_send_cmd(sc, &hcmd);
ret = iwm_send_cmd(sc, &hcmd);
return iwm_send_cmd(sc, &cmd);
if ((error = iwm_send_cmd(sc, cmd)) != 0)
return iwm_send_cmd(sc, &cmd);
extern int iwm_send_cmd(struct iwm_softc *sc, struct iwm_host_cmd *hcmd);