aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/iwlwifi
diff options
context:
space:
mode:
authorWey-Yi Guy <wey-yi.w.guy@intel.com>2010-09-05 13:49:38 -0400
committerWey-Yi Guy <wey-yi.w.guy@intel.com>2010-09-17 16:17:05 -0400
commita437fbb96fe4eab241f06bbd7c7c1070ccdb2544 (patch)
tree193737090e2e7f51820d5b44ae8a38863388a7ab /drivers/net/wireless/iwlwifi
parent008443def34db1dcc8016763587a288254ea5735 (diff)
iwlagn: add bt_status_read for 5150
Include bt_status_read function pointer for 5150 device Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com>
Diffstat (limited to 'drivers/net/wireless/iwlwifi')
-rw-r--r--drivers/net/wireless/iwlwifi/iwl-5000.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-5000.c b/drivers/net/wireless/iwlwifi/iwl-5000.c
index 1dbb1246c083..b9399fbcee97 100644
--- a/drivers/net/wireless/iwlwifi/iwl-5000.c
+++ b/drivers/net/wireless/iwlwifi/iwl-5000.c
@@ -474,6 +474,7 @@ static struct iwl_lib_ops iwl5150_lib = {
474 .rx_stats_read = iwl_ucode_rx_stats_read, 474 .rx_stats_read = iwl_ucode_rx_stats_read,
475 .tx_stats_read = iwl_ucode_tx_stats_read, 475 .tx_stats_read = iwl_ucode_tx_stats_read,
476 .general_stats_read = iwl_ucode_general_stats_read, 476 .general_stats_read = iwl_ucode_general_stats_read,
477 .bt_stats_read = iwl_ucode_bt_stats_read,
477 }, 478 },
478 .recover_from_tx_stall = iwl_bg_monitor_recover, 479 .recover_from_tx_stall = iwl_bg_monitor_recover,
479 .check_plcp_health = iwl_good_plcp_health, 480 .check_plcp_health = iwl_good_plcp_health,