Searched refs:WIDTH_TOLERANCE (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/net/wireless/ath/
H A Ddfs_pattern_detector.c47 #define WIDTH_TOLERANCE 5 macro
48 #define WIDTH_LOWER(X) ((X*(100-WIDTH_TOLERANCE)+50)/100)
49 #define WIDTH_UPPER(X) ((X*(100+WIDTH_TOLERANCE)+50)/100)

Completed in 32 milliseconds