diff options
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-sv-open.c')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-sv-open.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-sv-open.c b/drivers/net/wireless/iwlwifi/iwl-sv-open.c index ac751fa8b304..4d4358ae69a6 100644 --- a/drivers/net/wireless/iwlwifi/iwl-sv-open.c +++ b/drivers/net/wireless/iwlwifi/iwl-sv-open.c | |||
@@ -239,7 +239,7 @@ static int iwl_testmode_ucode(struct ieee80211_hw *hw, struct nlattr **tb) | |||
239 | IWL_INFO(priv, "testmode ucode command ID 0x%x, flags 0x%x," | 239 | IWL_INFO(priv, "testmode ucode command ID 0x%x, flags 0x%x," |
240 | " len %d\n", cmd.id, cmd.flags, cmd.len[0]); | 240 | " len %d\n", cmd.id, cmd.flags, cmd.len[0]); |
241 | /* ok, let's submit the command to ucode */ | 241 | /* ok, let's submit the command to ucode */ |
242 | return trans_send_cmd(&priv->trans, &cmd); | 242 | return iwl_trans_send_cmd(trans(priv), &cmd); |
243 | } | 243 | } |
244 | 244 | ||
245 | 245 | ||
@@ -405,7 +405,7 @@ static int iwl_testmode_driver(struct ieee80211_hw *hw, struct nlattr **tb) | |||
405 | 405 | ||
406 | case IWL_TM_CMD_APP2DEV_CFG_INIT_CALIB: | 406 | case IWL_TM_CMD_APP2DEV_CFG_INIT_CALIB: |
407 | iwl_testmode_cfg_init_calib(priv); | 407 | iwl_testmode_cfg_init_calib(priv); |
408 | trans_stop_device(&priv->trans); | 408 | iwl_trans_stop_device(trans(priv)); |
409 | break; | 409 | break; |
410 | 410 | ||
411 | case IWL_TM_CMD_APP2DEV_LOAD_RUNTIME_FW: | 411 | case IWL_TM_CMD_APP2DEV_LOAD_RUNTIME_FW: |