diff options
author | Christoph Hellwig <hch@lst.de> | 2007-10-25 05:15:51 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-01-28 18:03:25 -0500 |
commit | c8b0e6e19c0bcd30689cb6c6f64eb140f5d61894 (patch) | |
tree | 5c9ef861d391a3d8d56f3e24cd9920f19161f7d2 /drivers/net/wireless/iwlwifi/iwl-3945.c | |
parent | 5d08cd1dfdc57dc834c47eb9f023fcf861f3d6bf (diff) |
iwlwifi: cleanup Kconfig and ifdefs to split 3945 and 4965
Currently the iwl3945 & iwl4965 drivers share some common Kconfig
symbols. This split it up into options for the individual drivers
and gets rid of all the CONFIG_IWLWIFI cruft.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Zhu Yi <yi.zhu@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-3945.c')
-rw-r--r-- | 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 53fe9c1c174..39e7b07248c 100644 --- a/drivers/net/wireless/iwlwifi/iwl-3945.c +++ b/drivers/net/wireless/iwlwifi/iwl-3945.c | |||
@@ -371,7 +371,7 @@ static void iwl3945_rx_reply_rx(struct iwl_priv *priv, | |||
371 | 371 | ||
372 | network_packet = iwl_is_network_packet(priv, header); | 372 | network_packet = iwl_is_network_packet(priv, header); |
373 | 373 | ||
374 | #ifdef CONFIG_IWLWIFI_DEBUG | 374 | #ifdef CONFIG_IWL3945_DEBUG |
375 | if (iwl_debug_level & IWL_DL_STATS && net_ratelimit()) | 375 | if (iwl_debug_level & IWL_DL_STATS && net_ratelimit()) |
376 | IWL_DEBUG_STATS | 376 | IWL_DEBUG_STATS |
377 | ("[%c] %d RSSI: %d Signal: %u, Noise: %u, Rate: %u\n", | 377 | ("[%c] %d RSSI: %d Signal: %u, Noise: %u, Rate: %u\n", |