iwlagn: bus layer chooses its transport layer
[deliverable/linux.git] / drivers / net / wireless / iwlwifi / iwl-5000.c
index feefb5b0987cd64e2f6fe2828ad50b10d766e18f..6048b3b8cd6a9a0de28eb31249600403b4ac42e6 100644 (file)
@@ -315,7 +315,7 @@ static int iwl5000_hw_channel_switch(struct iwl_priv *priv,
                return -EFAULT;
        }
 
-       return trans_send_cmd(&priv->trans, &hcmd);
+       return iwl_trans_send_cmd(trans(priv), &hcmd);
 }
 
 static struct iwl_lib_ops iwl5000_lib = {
This page took 0.040975 seconds and 5 git commands to generate.