Define INITIAL_JIFFIES if not already defined

Normally, compatibility issues should be addressed in compat.h, but
INITIAL_JIFFIES is not something that should be widely used.


git-svn-id: http://madwifi-project.org/svn/madwifi/trunk@3598 0192ed92-7a03-0410-a25b-9323aeb14dbd
This commit is contained in:
proski 2008-05-04 23:11:21 +00:00
parent 75beeeb876
commit 370c06ca3a

View File

@ -75,6 +75,10 @@ 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 */