aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/iwlwifi/iwl-1000.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-1000.c')
-rw-r--r--drivers/net/wireless/iwlwifi/iwl-1000.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-1000.c b/drivers/net/wireless/iwlwifi/iwl-1000.c
index 4767edfa451d..3da8cf27dcb9 100644
--- a/drivers/net/wireless/iwlwifi/iwl-1000.c
+++ b/drivers/net/wireless/iwlwifi/iwl-1000.c
@@ -45,7 +45,6 @@
45#include "iwl-agn.h" 45#include "iwl-agn.h"
46#include "iwl-helpers.h" 46#include "iwl-helpers.h"
47#include "iwl-agn-hw.h" 47#include "iwl-agn-hw.h"
48#include "iwl-agn-debugfs.h"
49 48
50/* Highest firmware API version supported */ 49/* Highest firmware API version supported */
51#define IWL1000_UCODE_API_MAX 5 50#define IWL1000_UCODE_API_MAX 5
@@ -202,13 +201,6 @@ static struct iwl_lib_ops iwl1000_lib = {
202 .temp_ops = { 201 .temp_ops = {
203 .temperature = iwlagn_temperature, 202 .temperature = iwlagn_temperature,
204 }, 203 },
205 .debugfs_ops = {
206 .rx_stats_read = iwl_ucode_rx_stats_read,
207 .tx_stats_read = iwl_ucode_tx_stats_read,
208 .general_stats_read = iwl_ucode_general_stats_read,
209 .bt_stats_read = iwl_ucode_bt_stats_read,
210 .reply_tx_error = iwl_reply_tx_error_read,
211 },
212 .txfifo_flush = iwlagn_txfifo_flush, 204 .txfifo_flush = iwlagn_txfifo_flush,
213 .dev_txfifo_flush = iwlagn_dev_txfifo_flush, 205 .dev_txfifo_flush = iwlagn_dev_txfifo_flush,
214}; 206};