diff options
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-3945.c')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-3945.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-3945.c b/drivers/net/wireless/iwlwifi/iwl-3945.c index bde3b4cbab9d..59af2594c9c5 100644 --- a/drivers/net/wireless/iwlwifi/iwl-3945.c +++ b/drivers/net/wireless/iwlwifi/iwl-3945.c | |||
@@ -2688,6 +2688,7 @@ IWL3945_UCODE_GET(boot_size); | |||
2688 | static struct iwl_hcmd_ops iwl3945_hcmd = { | 2688 | static struct iwl_hcmd_ops iwl3945_hcmd = { |
2689 | .rxon_assoc = iwl3945_send_rxon_assoc, | 2689 | .rxon_assoc = iwl3945_send_rxon_assoc, |
2690 | .commit_rxon = iwl3945_commit_rxon, | 2690 | .commit_rxon = iwl3945_commit_rxon, |
2691 | .send_bt_config = iwl_send_bt_config, | ||
2691 | }; | 2692 | }; |
2692 | 2693 | ||
2693 | static struct iwl_ucode_ops iwl3945_ucode = { | 2694 | static struct iwl_ucode_ops iwl3945_ucode = { |
@@ -2741,6 +2742,7 @@ static struct iwl_hcmd_utils_ops iwl3945_hcmd_utils = { | |||
2741 | .get_hcmd_size = iwl3945_get_hcmd_size, | 2742 | .get_hcmd_size = iwl3945_get_hcmd_size, |
2742 | .build_addsta_hcmd = iwl3945_build_addsta_hcmd, | 2743 | .build_addsta_hcmd = iwl3945_build_addsta_hcmd, |
2743 | .rts_tx_cmd_flag = iwlcore_rts_tx_cmd_flag, | 2744 | .rts_tx_cmd_flag = iwlcore_rts_tx_cmd_flag, |
2745 | .request_scan = iwl3945_request_scan, | ||
2744 | }; | 2746 | }; |
2745 | 2747 | ||
2746 | static const struct iwl_ops iwl3945_ops = { | 2748 | static const struct iwl_ops iwl3945_ops = { |