diff options
author | Johannes Berg <johannes.berg@intel.com> | 2010-04-13 04:04:31 -0400 |
---|---|---|
committer | Reinette Chatre <reinette.chatre@intel.com> | 2010-04-16 16:53:34 -0400 |
commit | 65b52bde687b609dc9cfc63eaf31da24b4f5663a (patch) | |
tree | fe9d55226d99be0fe561e3c2bb3d04d21c620dc9 /drivers/net/wireless/iwlwifi/iwl3945-base.c | |
parent | f4388adc92464397bb08a62c62c98b3b654bccc2 (diff) |
iwlwifi: make BT coex config a virtual method
Some future hardware will require a different command to
be sent for bluetooth coexist, so make this a virtual
method that can be changed on a per-device basis.
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Reinette Chatre <reinette.chatre@intel.com>
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl3945-base.c')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl3945-base.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl3945-base.c b/drivers/net/wireless/iwlwifi/iwl3945-base.c index 8da3375b603b..64b20e78376e 100644 --- a/drivers/net/wireless/iwlwifi/iwl3945-base.c +++ b/drivers/net/wireless/iwlwifi/iwl3945-base.c | |||
@@ -2526,7 +2526,7 @@ static void iwl3945_alive_start(struct iwl_priv *priv) | |||
2526 | } | 2526 | } |
2527 | 2527 | ||
2528 | /* Configure Bluetooth device coexistence support */ | 2528 | /* Configure Bluetooth device coexistence support */ |
2529 | iwl_send_bt_config(priv); | 2529 | priv->cfg->ops->hcmd->send_bt_config(priv); |
2530 | 2530 | ||
2531 | /* Configure the adapter for unassociated operation */ | 2531 | /* Configure the adapter for unassociated operation */ |
2532 | iwlcore_commit_rxon(priv); | 2532 | iwlcore_commit_rxon(priv); |