]> Pileus Git - ~andy/linux/commitdiff
iwlagn: add bt_status_read for 5150
authorWey-Yi Guy <wey-yi.w.guy@intel.com>
Sun, 5 Sep 2010 17:49:38 +0000 (10:49 -0700)
committerWey-Yi Guy <wey-yi.w.guy@intel.com>
Fri, 17 Sep 2010 20:17:05 +0000 (13:17 -0700)
Include bt_status_read function pointer for 5150 device

Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com>
drivers/net/wireless/iwlwifi/iwl-5000.c

index 1dbb1246c083e98ed54f8d5f016794f74b5ee1be..b9399fbcee97fb95f847c757530946f61b63474f 100644 (file)
@@ -474,6 +474,7 @@ static struct iwl_lib_ops iwl5150_lib = {
                .rx_stats_read = iwl_ucode_rx_stats_read,
                .tx_stats_read = iwl_ucode_tx_stats_read,
                .general_stats_read = iwl_ucode_general_stats_read,
+               .bt_stats_read = iwl_ucode_bt_stats_read,
        },
        .recover_from_tx_stall = iwl_bg_monitor_recover,
        .check_plcp_health = iwl_good_plcp_health,