diff options
author | Stanislaw Gruszka <sgruszka@redhat.com> | 2011-02-28 08:33:16 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2011-02-28 14:11:27 -0500 |
commit | ad6e82a5348e494c0023d77fa55933f23b55711c (patch) | |
tree | 277df5b7f7f3087c2d25cbc490c4c9933b0684f6 /drivers/net/wireless/iwlwifi/iwl-6000.c | |
parent | b7977ffaab5187ad75edaf04ac854615cea93828 (diff) |
iwlwifi: move check health code into iwl-rx.c
Remove check_plcp_health and check_ack_health ops methods, they are
unneeded after iwlegacy driver split. Merge check health code into to
iwl-rx.c and make functions static.
Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com>
Acked-by: Wey-Yi Guy <wey-yi.w.guy@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
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 f6493f77610d..a745b01c0ec1 100644 --- a/drivers/net/wireless/iwlwifi/iwl-6000.c +++ b/drivers/net/wireless/iwlwifi/iwl-6000.c | |||
@@ -343,8 +343,6 @@ static struct iwl_lib_ops iwl6000_lib = { | |||
343 | .bt_stats_read = iwl_ucode_bt_stats_read, | 343 | .bt_stats_read = iwl_ucode_bt_stats_read, |
344 | .reply_tx_error = iwl_reply_tx_error_read, | 344 | .reply_tx_error = iwl_reply_tx_error_read, |
345 | }, | 345 | }, |
346 | .check_plcp_health = iwl_good_plcp_health, | ||
347 | .check_ack_health = iwl_good_ack_health, | ||
348 | .txfifo_flush = iwlagn_txfifo_flush, | 346 | .txfifo_flush = iwlagn_txfifo_flush, |
349 | .dev_txfifo_flush = iwlagn_dev_txfifo_flush, | 347 | .dev_txfifo_flush = iwlagn_dev_txfifo_flush, |
350 | .tt_ops = { | 348 | .tt_ops = { |
@@ -415,8 +413,6 @@ static struct iwl_lib_ops iwl6030_lib = { | |||
415 | .bt_stats_read = iwl_ucode_bt_stats_read, | 413 | .bt_stats_read = iwl_ucode_bt_stats_read, |
416 | .reply_tx_error = iwl_reply_tx_error_read, | 414 | .reply_tx_error = iwl_reply_tx_error_read, |
417 | }, | 415 | }, |
418 | .check_plcp_health = iwl_good_plcp_health, | ||
419 | .check_ack_health = iwl_good_ack_health, | ||
420 | .txfifo_flush = iwlagn_txfifo_flush, | 416 | .txfifo_flush = iwlagn_txfifo_flush, |
421 | .dev_txfifo_flush = iwlagn_dev_txfifo_flush, | 417 | .dev_txfifo_flush = iwlagn_dev_txfifo_flush, |
422 | .tt_ops = { | 418 | .tt_ops = { |