Home
last modified time | relevance | path

Searched refs:INIT_RSSI_THR (Results 1 – 7 of 7) sorted by relevance

/freebsd-9-stable/sys/dev/ath/ath_hal/ar5210/
Dar5210.h82 #define INIT_RSSI_THR 0x00000700 /* Missed beacon counter initialized to max valu… macro
Dar5210_attach.c213 ahp->ah_rssiThr = INIT_RSSI_THR; in ar5210Attach()
/freebsd-9-stable/sys/dev/ath/ath_hal/ar5211/
Dar5211.h51 #define INIT_RSSI_THR 0x00000700 /* Missed beacon counter initialized to 0x7 (max is 0xff) */ macro
Dar5211_attach.c231 ahp->ah_rssiThr = INIT_RSSI_THR; in ar5211Attach()
/freebsd-9-stable/sys/dev/ath/ath_hal/ar5212/
Dar5212.h45 #define INIT_RSSI_THR 0x00000781 /* Missed beacon counter initialized to 0x7 (max is 0xff) */ macro
Dar5212_attach.c252 ahp->ah_rssiThr = INIT_RSSI_THR; in ar5212InitState()
/freebsd-9-stable/sys/dev/ath/ath_hal/ar5416/
Dar5416_reset.c129 rssiThrReg = INIT_RSSI_THR; in ar5416Reset()