diff options
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-5000.c')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-5000.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-5000.c b/drivers/net/wireless/iwlwifi/iwl-5000.c index efda0e8ccacb..a28af7eb67eb 100644 --- a/drivers/net/wireless/iwlwifi/iwl-5000.c +++ b/drivers/net/wireless/iwlwifi/iwl-5000.c | |||
@@ -351,7 +351,6 @@ static struct iwl_lib_ops iwl5000_lib = { | |||
351 | .temperature = iwlagn_temperature, | 351 | .temperature = iwlagn_temperature, |
352 | .set_ct_kill = iwl5000_set_ct_threshold, | 352 | .set_ct_kill = iwl5000_set_ct_threshold, |
353 | }, | 353 | }, |
354 | .add_bcast_station = iwl_add_bcast_station, | ||
355 | .manage_ibss_station = iwlagn_manage_ibss_station, | 354 | .manage_ibss_station = iwlagn_manage_ibss_station, |
356 | .debugfs_ops = { | 355 | .debugfs_ops = { |
357 | .rx_stats_read = iwl_ucode_rx_stats_read, | 356 | .rx_stats_read = iwl_ucode_rx_stats_read, |
@@ -414,7 +413,6 @@ static struct iwl_lib_ops iwl5150_lib = { | |||
414 | .temperature = iwl5150_temperature, | 413 | .temperature = iwl5150_temperature, |
415 | .set_ct_kill = iwl5150_set_ct_threshold, | 414 | .set_ct_kill = iwl5150_set_ct_threshold, |
416 | }, | 415 | }, |
417 | .add_bcast_station = iwl_add_bcast_station, | ||
418 | .manage_ibss_station = iwlagn_manage_ibss_station, | 416 | .manage_ibss_station = iwlagn_manage_ibss_station, |
419 | .debugfs_ops = { | 417 | .debugfs_ops = { |
420 | .rx_stats_read = iwl_ucode_rx_stats_read, | 418 | .rx_stats_read = iwl_ucode_rx_stats_read, |