diff options
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-6000.c')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-6000.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-6000.c b/drivers/net/wireless/iwlwifi/iwl-6000.c index 6045457cc72..a7921f9a03c 100644 --- a/drivers/net/wireless/iwlwifi/iwl-6000.c +++ b/drivers/net/wireless/iwlwifi/iwl-6000.c | |||
@@ -278,8 +278,6 @@ static int iwl6000_hw_channel_switch(struct iwl_priv *priv, | |||
278 | 278 | ||
279 | static struct iwl_lib_ops iwl6000_lib = { | 279 | static struct iwl_lib_ops iwl6000_lib = { |
280 | .set_hw_params = iwl6000_hw_set_hw_params, | 280 | .set_hw_params = iwl6000_hw_set_hw_params, |
281 | .txq_update_byte_cnt_tbl = iwlagn_txq_update_byte_cnt_tbl, | ||
282 | .txq_inval_byte_cnt_tbl = iwlagn_txq_inval_byte_cnt_tbl, | ||
283 | .txq_set_sched = iwlagn_txq_set_sched, | 281 | .txq_set_sched = iwlagn_txq_set_sched, |
284 | .txq_attach_buf_to_tfd = iwl_hw_txq_attach_buf_to_tfd, | 282 | .txq_attach_buf_to_tfd = iwl_hw_txq_attach_buf_to_tfd, |
285 | .txq_free_tfd = iwl_hw_txq_free_tfd, | 283 | .txq_free_tfd = iwl_hw_txq_free_tfd, |
@@ -316,8 +314,6 @@ static struct iwl_lib_ops iwl6000_lib = { | |||
316 | 314 | ||
317 | static struct iwl_lib_ops iwl6030_lib = { | 315 | static struct iwl_lib_ops iwl6030_lib = { |
318 | .set_hw_params = iwl6000_hw_set_hw_params, | 316 | .set_hw_params = iwl6000_hw_set_hw_params, |
319 | .txq_update_byte_cnt_tbl = iwlagn_txq_update_byte_cnt_tbl, | ||
320 | .txq_inval_byte_cnt_tbl = iwlagn_txq_inval_byte_cnt_tbl, | ||
321 | .txq_set_sched = iwlagn_txq_set_sched, | 317 | .txq_set_sched = iwlagn_txq_set_sched, |
322 | .txq_attach_buf_to_tfd = iwl_hw_txq_attach_buf_to_tfd, | 318 | .txq_attach_buf_to_tfd = iwl_hw_txq_attach_buf_to_tfd, |
323 | .txq_free_tfd = iwl_hw_txq_free_tfd, | 319 | .txq_free_tfd = iwl_hw_txq_free_tfd, |