浏览代码

Revert "iwlwifi: fix build error for CONFIG_IWLAGN=n"

This reverts commit 76232ebf898c4d5e657f2b663fbf7108bca80ded.

iwl_good_ack_health only applies to aggregation and thus only to iwlagn. We
can thus move the function to iwlagn instead of modifying compile flags.
This is done in following patch.

Signed-off-by: Reinette Chatre <reinette.chatre@intel.com>
Reinette Chatre 15 年之前
父节点
当前提交
e184f67d39
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      drivers/net/wireless/iwlwifi/iwl-rx.c

+ 0 - 2
drivers/net/wireless/iwlwifi/iwl-rx.c

@@ -621,7 +621,6 @@ static void iwl_accumulative_statistics(struct iwl_priv *priv,
 #define BA_TIMEOUT_CNT (5)
 #define BA_TIMEOUT_CNT (5)
 #define BA_TIMEOUT_MAX (16)
 #define BA_TIMEOUT_MAX (16)
 
 
-#if defined(CONFIG_IWLAGN) || defined(CONFIG_IWLAGN_MODULE)
 /**
 /**
  * iwl_good_ack_health - checks for ACK count ratios, BA timeout retries.
  * iwl_good_ack_health - checks for ACK count ratios, BA timeout retries.
  *
  *
@@ -671,7 +670,6 @@ bool iwl_good_ack_health(struct iwl_priv *priv,
 	return rc;
 	return rc;
 }
 }
 EXPORT_SYMBOL(iwl_good_ack_health);
 EXPORT_SYMBOL(iwl_good_ack_health);
-#endif
 
 
 /**
 /**
  * iwl_good_plcp_health - checks for plcp error.
  * iwl_good_plcp_health - checks for plcp error.