diff options
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-6000.c')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-6000.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-6000.c b/drivers/net/wireless/iwlwifi/iwl-6000.c index 03c73244703c..9fbf54cd3e1a 100644 --- a/drivers/net/wireless/iwlwifi/iwl-6000.c +++ b/drivers/net/wireless/iwlwifi/iwl-6000.c | |||
@@ -317,7 +317,6 @@ static struct iwl_lib_ops iwl6000_lib = { | |||
317 | .temperature = iwlagn_temperature, | 317 | .temperature = iwlagn_temperature, |
318 | .set_ct_kill = iwl6000_set_ct_threshold, | 318 | .set_ct_kill = iwl6000_set_ct_threshold, |
319 | }, | 319 | }, |
320 | .add_bcast_station = iwl_add_bcast_station, | ||
321 | .manage_ibss_station = iwlagn_manage_ibss_station, | 320 | .manage_ibss_station = iwlagn_manage_ibss_station, |
322 | .debugfs_ops = { | 321 | .debugfs_ops = { |
323 | .rx_stats_read = iwl_ucode_rx_stats_read, | 322 | .rx_stats_read = iwl_ucode_rx_stats_read, |
@@ -390,7 +389,6 @@ static struct iwl_lib_ops iwl6050_lib = { | |||
390 | .set_ct_kill = iwl6000_set_ct_threshold, | 389 | .set_ct_kill = iwl6000_set_ct_threshold, |
391 | .set_calib_version = iwl6050_set_calib_version, | 390 | .set_calib_version = iwl6050_set_calib_version, |
392 | }, | 391 | }, |
393 | .add_bcast_station = iwl_add_bcast_station, | ||
394 | .manage_ibss_station = iwlagn_manage_ibss_station, | 392 | .manage_ibss_station = iwlagn_manage_ibss_station, |
395 | .debugfs_ops = { | 393 | .debugfs_ops = { |
396 | .rx_stats_read = iwl_ucode_rx_stats_read, | 394 | .rx_stats_read = iwl_ucode_rx_stats_read, |