|
@@ -393,6 +393,7 @@ static struct iwl_lib_ops iwl5000_lib = {
|
|
.set_ct_kill = iwl5000_set_ct_threshold,
|
|
.set_ct_kill = iwl5000_set_ct_threshold,
|
|
},
|
|
},
|
|
.manage_ibss_station = iwlagn_manage_ibss_station,
|
|
.manage_ibss_station = iwlagn_manage_ibss_station,
|
|
|
|
+ .update_bcast_station = iwl_update_bcast_station,
|
|
.debugfs_ops = {
|
|
.debugfs_ops = {
|
|
.rx_stats_read = iwl_ucode_rx_stats_read,
|
|
.rx_stats_read = iwl_ucode_rx_stats_read,
|
|
.tx_stats_read = iwl_ucode_tx_stats_read,
|
|
.tx_stats_read = iwl_ucode_tx_stats_read,
|
|
@@ -455,6 +456,7 @@ static struct iwl_lib_ops iwl5150_lib = {
|
|
.set_ct_kill = iwl5150_set_ct_threshold,
|
|
.set_ct_kill = iwl5150_set_ct_threshold,
|
|
},
|
|
},
|
|
.manage_ibss_station = iwlagn_manage_ibss_station,
|
|
.manage_ibss_station = iwlagn_manage_ibss_station,
|
|
|
|
+ .update_bcast_station = iwl_update_bcast_station,
|
|
.debugfs_ops = {
|
|
.debugfs_ops = {
|
|
.rx_stats_read = iwl_ucode_rx_stats_read,
|
|
.rx_stats_read = iwl_ucode_rx_stats_read,
|
|
.tx_stats_read = iwl_ucode_tx_stats_read,
|
|
.tx_stats_read = iwl_ucode_tx_stats_read,
|