All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/1] iwl3945: iwl3945_good_plcp_health might not used
@ 2011-02-10 16:16 Wey-Yi Guy
  2011-02-11 14:49 ` Stanislaw Gruszka
  2011-02-14  9:55 ` Johannes Berg
  0 siblings, 2 replies; 15+ messages in thread
From: Wey-Yi Guy @ 2011-02-10 16:16 UTC (permalink / raw)
  To: linville; +Cc: linux-wireless, ipw3945-devel, Wey-Yi Guy

remove plcp check for 3945, mark the function __maybe_unused

Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com>
Cc: <stable@kernel.org> # .35+: c91d015: iwl3945: remove plcp check
Cc: stable@kernel.org  # 2.6.35+
---
 drivers/net/wireless/iwlwifi/iwl-3945.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/net/wireless/iwlwifi/iwl-3945.c b/drivers/net/wireless/iwlwifi/iwl-3945.c
index 3eb14fd..eb82341 100644
--- a/drivers/net/wireless/iwlwifi/iwl-3945.c
+++ b/drivers/net/wireless/iwlwifi/iwl-3945.c
@@ -408,7 +408,7 @@ static void iwl3945_accumulative_statistics(struct iwl_priv *priv,
  * When the plcp error is exceeding the thresholds, reset the radio
  * to improve the throughput.
  */
-static bool iwl3945_good_plcp_health(struct iwl_priv *priv,
+static bool __maybe_unused iwl3945_good_plcp_health(struct iwl_priv *priv,
 				struct iwl_rx_packet *pkt)
 {
 	bool rc = true;
-- 
1.7.0.4


^ permalink raw reply related	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2011-02-14 21:28 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-02-10 16:16 [PATCH 1/1] iwl3945: iwl3945_good_plcp_health might not used Wey-Yi Guy
2011-02-11 14:49 ` Stanislaw Gruszka
2011-02-11 15:22   ` wwguy
2011-02-14  9:06     ` Stanislaw Gruszka
2011-02-14 15:27       ` wwguy
2011-02-14  9:55 ` Johannes Berg
2011-02-14 15:25   ` wwguy
2011-02-14 15:28     ` Johannes Berg
2011-02-14 15:48       ` wwguy
2011-02-14 15:54         ` Johannes Berg
2011-02-14 15:57           ` wwguy
2011-02-14 20:10             ` John W. Linville
2011-02-14 20:31               ` wwguy
2011-02-14 21:05                 ` John W. Linville
2011-02-14 21:28                   ` David Miller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.