From 658d470ad58e04e412f35061ac0771b286a4107b Mon Sep 17 00:00:00 2001 From: mentor Date: Mon, 5 May 2008 01:02:51 +0000 Subject: [PATCH] Revert now unnecessary compile fix for INITIAL_JIFFIES - r3598. The other code using this define looked like it should not be using it too. git-svn-id: http://madwifi-project.org/svn/madwifi/trunk@3601 0192ed92-7a03-0410-a25b-9323aeb14dbd --- ath_hal/ah_os.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ath_hal/ah_os.c b/ath_hal/ah_os.c index e22ed21..739e95b 100644 --- a/ath_hal/ah_os.c +++ b/ath_hal/ah_os.c @@ -75,10 +75,6 @@ EXPORT_SYMBOL(ath_hal_debug); #define REGOP_READ 1 #define REGOP_WRITE 2 -#ifndef INITIAL_JIFFIES -#define INITIAL_JIFFIES ((unsigned long)(unsigned int) (-300*HZ)) -#endif - int ath_hal_dma_beacon_response_time = 2; /* in TUs */ int ath_hal_sw_beacon_response_time = 10; /* in TUs */ -- 2.35.1