X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=ath_hal%2Fah_os.c;fp=ath_hal%2Fah_os.c;h=f0e1a8153a93147c9812c8769ed8bf30b99bbf3a;hb=370c06ca3a645b857bde686ed9a030c22512a7de;hp=4ace49f3b0ab8106941286f44f3031ffa2859a38;hpb=75beeeb87687804c1610480ab5efcf17b0f73a86;p=madwifi%2F.git diff --git a/ath_hal/ah_os.c b/ath_hal/ah_os.c index 4ace49f..f0e1a81 100644 --- a/ath_hal/ah_os.c +++ b/ath_hal/ah_os.c @@ -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 */