|
@@ -360,7 +360,7 @@ static int iwlagn_set_pan_params(struct iwl_priv *priv)
|
|
|
|
|
|
struct iwl_hcmd_ops iwlagn_hcmd = {
|
|
|
.rxon_assoc = iwlagn_send_rxon_assoc,
|
|
|
- .commit_rxon = iwl_commit_rxon,
|
|
|
+ .commit_rxon = iwlagn_commit_rxon,
|
|
|
.set_rxon_chain = iwl_set_rxon_chain,
|
|
|
.set_tx_ant = iwlagn_send_tx_ant_config,
|
|
|
.send_bt_config = iwl_send_bt_config,
|
|
@@ -369,7 +369,7 @@ struct iwl_hcmd_ops iwlagn_hcmd = {
|
|
|
|
|
|
struct iwl_hcmd_ops iwlagn_bt_hcmd = {
|
|
|
.rxon_assoc = iwlagn_send_rxon_assoc,
|
|
|
- .commit_rxon = iwl_commit_rxon,
|
|
|
+ .commit_rxon = iwlagn_commit_rxon,
|
|
|
.set_rxon_chain = iwl_set_rxon_chain,
|
|
|
.set_tx_ant = iwlagn_send_tx_ant_config,
|
|
|
.send_bt_config = iwlagn_send_advance_bt_config,
|