diff options
author | John W. Linville <linville@tuxdriver.com> | 2011-05-16 14:55:42 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2011-05-16 19:32:19 -0400 |
commit | e00cf3b9eb7839b952e434a75bff6b99e47337ac (patch) | |
tree | ef583ab8ac09bf703026650d4bc7777e6a3864d3 /drivers/net/wireless/iwlwifi/iwl-5000.c | |
parent | 1a8218e96271790a07dd7065a2ef173e0f67e328 (diff) | |
parent | 3b8ab88acaceb505aa06ef3bbf3a73b92470ae78 (diff) |
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davem
Conflicts:
drivers/net/wireless/iwlwifi/iwl-agn-tx.c
net/mac80211/sta_info.h
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-5000.c')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-5000.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-5000.c b/drivers/net/wireless/iwlwifi/iwl-5000.c index 561f2cd65dd4..98f81df166e3 100644 --- a/drivers/net/wireless/iwlwifi/iwl-5000.c +++ b/drivers/net/wireless/iwlwifi/iwl-5000.c | |||
@@ -339,8 +339,6 @@ static int iwl5000_hw_channel_switch(struct iwl_priv *priv, | |||
339 | 339 | ||
340 | static struct iwl_lib_ops iwl5000_lib = { | 340 | static struct iwl_lib_ops iwl5000_lib = { |
341 | .set_hw_params = iwl5000_hw_set_hw_params, | 341 | .set_hw_params = iwl5000_hw_set_hw_params, |
342 | .txq_update_byte_cnt_tbl = iwlagn_txq_update_byte_cnt_tbl, | ||
343 | .txq_inval_byte_cnt_tbl = iwlagn_txq_inval_byte_cnt_tbl, | ||
344 | .txq_set_sched = iwlagn_txq_set_sched, | 342 | .txq_set_sched = iwlagn_txq_set_sched, |
345 | .txq_attach_buf_to_tfd = iwl_hw_txq_attach_buf_to_tfd, | 343 | .txq_attach_buf_to_tfd = iwl_hw_txq_attach_buf_to_tfd, |
346 | .txq_free_tfd = iwl_hw_txq_free_tfd, | 344 | .txq_free_tfd = iwl_hw_txq_free_tfd, |
@@ -376,8 +374,6 @@ static struct iwl_lib_ops iwl5000_lib = { | |||
376 | 374 | ||
377 | static struct iwl_lib_ops iwl5150_lib = { | 375 | static struct iwl_lib_ops iwl5150_lib = { |
378 | .set_hw_params = iwl5150_hw_set_hw_params, | 376 | .set_hw_params = iwl5150_hw_set_hw_params, |
379 | .txq_update_byte_cnt_tbl = iwlagn_txq_update_byte_cnt_tbl, | ||
380 | .txq_inval_byte_cnt_tbl = iwlagn_txq_inval_byte_cnt_tbl, | ||
381 | .txq_set_sched = iwlagn_txq_set_sched, | 377 | .txq_set_sched = iwlagn_txq_set_sched, |
382 | .txq_attach_buf_to_tfd = iwl_hw_txq_attach_buf_to_tfd, | 378 | .txq_attach_buf_to_tfd = iwl_hw_txq_attach_buf_to_tfd, |
383 | .txq_free_tfd = iwl_hw_txq_free_tfd, | 379 | .txq_free_tfd = iwl_hw_txq_free_tfd, |