mirror of
https://github.com/proski/madwifi
synced 2024-11-22 06:21:47 +03:00
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:
parent
75beeeb876
commit
370c06ca3a
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user