OSDN Git Service

iwlwifi: make BT coex config a virtual method
[uclinux-h8/linux.git] / drivers / net / wireless / iwlwifi / iwl-agn.c
index 1f3c5d5..c22d3d8 100644 (file)
@@ -2173,7 +2173,7 @@ static void iwl_alive_start(struct iwl_priv *priv)
        }
 
        /* Configure Bluetooth device coexistence support */
-       iwl_send_bt_config(priv);
+       priv->cfg->ops->hcmd->send_bt_config(priv);
 
        iwl_reset_run_time_calib(priv);