From: Luis R. Rodriguez Date: Wed, 10 Dec 2008 11:52:46 +0000 (-0800) Subject: Remove temp fix for Intel iwl compile fix X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=96c95a1c233589d0c0af7c0c69743e7cf0db41eb;p=openwrt%2Fstaging%2Fblogic.git Remove temp fix for Intel iwl compile fix Signed-off-by: Luis R. Rodriguez --- diff --git a/compat/compat.diff b/compat/compat.diff index 1a5b9be7c60f..f28d69624d4b 100644 --- a/compat/compat.diff +++ b/compat/compat.diff @@ -261,20 +261,3 @@ index 817f7f5..0c3f8fd 100644 -obj-$(CONFIG_SGI_GRU) += sgi-gru/ -obj-$(CONFIG_HP_ILO) += hpilo.o -obj-$(CONFIG_C2PORT) += c2port/ -diff --git a/drivers/net/wireless/iwlwifi/iwl-rx.c -b/drivers/net/wireless/iwlwifi/iwl-rx.c -index 1938e6d..2a008b1 100644 ---- a/drivers/net/wireless/iwlwifi/iwl-rx.c -+++ b/drivers/net/wireless/iwlwifi/iwl-rx.c -@@ -1071,9 +1071,10 @@ void iwl_rx_reply_rx(struct iwl_priv *priv, - priv->last_rx_noise = IWL_NOISE_MEAS_NOT_AVAILABLE; - - /* Set "1" to report good data frames in groups of 100 */ -+#ifdef CONFIG_IWLWIFI_DEBUG - if (unlikely(priv->debug_level & IWL_DL_RX)) - iwl_dbg_report_frame(priv, rx_start, len, header, 1); -- -+#endif - IWL_DEBUG_STATS_LIMIT("Rssi %d, noise %d, qual %d, TSF %llu\n", - rx_status.signal, rx_status.noise, rx_status.signal, - (unsigned long long)rx_status.mactime);